Re: wxWindows-2.3.4

"Yuri Dario" <warp-AnmnfTcW9LFWk0Htik3J/[email protected]> Sun, 01 Dec 2002 11:25:34 +0100 (CET)
Newsgroups gmane.comp.porting.unix-to-os2
Message-ID <[email protected]>
Hi,

>  ok, another note, in wxwindows-2.3.4\src\common\intl.cpp there is 
>missing the define for retloc:
>"const wxChar *retloc;"

not only this: also wx23.def is only suitable for a debug build, and about 90 function names are 
exported as C++ mangled names, while they are compiled with C declaration.

You can avoid the .def file adding _Export in the function prototype/definition (when using 
VAC++).

Here building a .lib is failing because ilib doesn't accept full path names for target lib files, it 
works when using relative paths (e.g. ..\..\lib\os2zlib.lib).


Bye,

	Yuri Dario

/*
 * member of TeamOS/2 - Italy
 * http://www.quasarbbs.net/yuri
 * http://www.teamos2.it
 * http://www.opera.com/os2/
 */