Displaying 2 results from an estimated 2 matches for "dwine_unicode_native".
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
...When I try to compile it using winegcc, it gives following error
message:
testuser@testbox:~/test >wineg++ test.cpp
winegcc: -fshort-wchar failed.
On adding a flag '-v' with wineg++, a detailed error message is
displayed:
testuser@testbox:~/test >wineg++ -v test.cpp
-fshort-wchar -DWINE_UNICODE_NATIVE -D_REENTRANT -fPIC -DWIN32 -D_WIN32
-D__WIN32 -D__WIN32__ -D__WINNT -D__WINNT__
-D__stdcall=__attribute__((__stdcall__))
-D__cdecl=__attribute__((__cdecl__))
-D__fastcall=__attribute__((__fastcall__))
-D_stdcall=__attribute__((__stdcall__))
-D_cdecl=__attribute__((__cdecl__))
-D_fastcall=__attribut...
2001 Mar 12
1
winelib + MFC
I am trying to port an MFC app to Linux using winelib. Can someone please
give me a pointer or two??? I have looked at section 4 of the online
documentation and not much were mention there.
Thanks for help in advane.
-Carl