On Sun, Mar 30, 2008 at 1:18 PM, andre arpin <[EMAIL PROTECTED]> wrote:
> The compile fail. The following changes create a usable dll.
>
>  Change where made within VS2005 but should apply to other version
>
>  change:
>
>  C++
>  (preprocessor)
>  WXUSINGDLL to WXMAKINGDLL_BINDWXADV
>
>  LINKER
>  (general)
>  (additional library directories)
>  change all the vc_dll to vc_lib
>
>  (input)
>  (additional dependencies)
>  replace all the libraries by the one from the app_wxlua project in the
>  debug multilib unicode configuration.
>

I don't use VC2005, I use VC6, but this doesn't seem right. The wxLua
module is uses DLLs from the other libs. If you want to link against
the other libs (not the DLLs) you should use the monolithic build
which will generate a single wx.dll that only depends on the wxWidgets
DLLs.

I can try w/ VC2008 tomorrow.

Regards,
    John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to