I am using 20030318 build of wine ...
1. WINE_UNICODE_TEXT is no longer defined anywhere in any of the header files ? What should i do now with OLESTR ?
2. Should i define _AFXDLL while compiling mfc ?
Regards kks
__________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com
On April 8, 2003 08:09 am, KK singh wrote:
I am using 20030318 build of wine ...
- WINE_UNICODE_TEXT is no longer defined anywhere in
any of the header files ? What should i do now with OLESTR ?
-#define OLESTR(str) WINE_UNICODE_TEXT(str) +#define OLESTR(str) L##str
Make sure you have a recent version of gcc (like 3.2), and use winegcc to compile your code.
- Should i define _AFXDLL while compiling mfc ?
I don't have MFC so I can not comment on this one, but if you do manage to compile it, please post a report on what you needed to change/steps you took/etc.