From: John L. <jla...@gm...> - 2008-07-30 06:57:17
|
On Sat, Jul 26, 2008 at 8:29 AM, kinming2003 <kin...@16...> wrote: > > Hi, everyone. I want to make a editor that make use of wxlua. But I want to > use the DLLs generated by MingW so that I can sharing the WxWidgets DLLs > with WxLua. Thus I can make the installer much smaller.I feel very easy to > use MingW 3.4.5 to compile the WxWidgets 2.8.7, And I have made some demo > programs run sucessfully. But I have trouble in compiling WxLua using MingW. > I always get an error says "WinMain@16....... not found in mingw10.lib". No > matter whether I using the SYSTEM-WIDE lua. I've also tried variety of > configurations that get the same error. Please point me a way out. Or I wish > the developer team can provide an MingW-build version. I'm using Windows XP. > wxLua should be using the same settings for MingW as wxWidgets does. I do not use MingW itself, but if you post the linker error message we might be able to help. At least state what wxLua lib or program gets the linker error. Regards, John |