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.

--------> 

This configuration is create like it was using a DLL instead of creating one.

I understand that the changes cannot be done where I pointed then out, but 
this hopefully demonstrate what is the problem.

Andre




-------------------------------------------------------------------------
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
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to