FriendlyFire wrote:
You’re taking the files from the bin folder, but building using VS2012. VS2012 projects build in bin-vc12.
Make sure you’re compiling consistently. If you use VS2012/2013, the build files will all be in bin-vc12, including the FLHook.lib file. If you link against the .lib in bin, the plugins will not run. Likewise, the right plugins to use are also in bin-vc12.
Err…
First sorry for delay of reply. I have to sleep after I posted the topic (0:30, and about 9 in your local time).
OK, i got your point FriendlyFire. So, i follow the clue and discover my vc120 build can actually working on my Windows 7.
About the Lib. So i noticed the work did by compile scripts, it automatically replace the FLHook.lib. You guy make it very convenience.
Thank you!