Hi, With VC6 there is a problem of non supplied arguments. Like in this:
WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(wxLuaDebugDataItem *, wxLuaDebugDataItemArray, WXDLLIMPEXP_WXLUADEBUG );
Here it is only a warning. Or in my case: wxLUA_DECLARE_ENCAPSULATION( , MaskprocLuaWrapper) This gave an error, but for some reason this works: #define WXDLLIMPEXP_WXARTBIND wxLUA_DECLARE_ENCAPSULATION( WXDLLIMPEXP_WXARTBIND,MaskprocLuaWrapper) So not really an issue, when using the above trick, but why it works?? Klaas. -- Unclassified ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
