[litwindow-users] RE: litwindow compile error
Status: Alpha
Brought to you by:
hajokirchhoff
From: Hajo K. <mai...@ha...> - 2004-11-11 08:41:00
|
Hi Eugen, thanks for your feedback. Would you consider subscribing to the litwindow-users mailing list http://lists.sourceforge.net/lists/listinfo/litwindow-users to share your experience with others? Thanks a lot. I use as compiler Intel Compiler v6.0 integrated in Microsoft Visual Studio v6.0. Hey, interesting. This is the first attempt I know of to use a different compiler. LWBASE_EXTERN template class LWBASE_API std::allocator<type>; \ This macro will compile fine if use: LWBASE_EXTERN class LWBASE_API std::allocator<type>; \ So omitting the 'template' keyword makes it work for you. Will it still compile with the original MS v6.0 compiler then? This macro will compile fine if use: #define PROP_I(base) \ ::litwindow::schema_entry((litwindow::schema_entry::cast_derived_to_base_t )&litwindow::cast_this_to_base_class<PROPCLASS, base >::cast_this_to_base, litwindow::get_prop_type<base>(), #base), Right. Could you post the error messages of your compiler as well? Best regards Hajo |