From: k. h. <kla...@nl...> - 2006-05-29 14:27:58
|
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 |