From: John L. <jla...@gm...> - 2013-09-06 05:24:20
|
On Mon, Aug 26, 2013 at 3:29 AM, Milind Gupta <mil...@gm...>wrote: > Thanks for looking into this. So to get the same effects for running a > wxLua program with Lua.exe we need a Lua.exe compiled with the manifest > that wxlua was compiled from? > > After quite a bit of trial and error I believe I found a solution. Instead of using our own manifest file, I found that you can specify a #pragma command to the MSVC linker to use the v6 comctrl32.dll. As I mentioned, when I used the manifest I had a problem of the debug lua.exe complaining about a missing msvcr90.dll which I was not able to figure out, there were a few supposed solutions online, but none worked for me. Hopefully this solution is good enough. Regards, John |