From: Milind G. <mil...@gm...> - 2013-08-26 07:29:47
|
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? Thanks, Milind On Sun, Aug 25, 2013 at 9:17 PM, Paul K <pau...@ya...> wrote: > > No, my last commit actually didn't add the manifest file correctly (the > #ifdefs were not set), but when I do set a proper manifest file I get a > pop-up dialog error when running that msvcr90d.dll is missing. If I copy > the msvcr90d.dll file over it works and I get the new calendar control, if > I remove the correct manifest it runs without msvcr90d.dll copied over, but > I get the old calendar control. > > But at least now we know the answer: the difference is indeed manifest > related and you need to have the DLL that is referenced in the > manifest to get it to work. > > Paul. > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |