Hi Kyle,
>
> I was lucky enough to find a win32 port.
>
> http://wxconfig.googlepages.com/
>
> It doesn't magically provide you with backtick support, but at least
> you can copy and paste the compiler and linker options into your IDE
> for whichever build you happened to do.

Yes, this helps to find the options for your own compilation. I  
normally compile the minimal sample of wxwidgets (you need to supply  
the same options as used for the wxWidgets compilations, e.g. mingw32- 
make -g makefile.gcc UNICODE=1 MONOLITHIC=1 SHARED=1) and look what  
the command line options are. but the wxconfig above is of no use for  
cmake.
>
>
>>>
> Doesn't the -D_UNICODE option (specified by wx-config) define it?  It
> is present in both compiler calls and I didn't think it would be
> applicable to the linker call (especially since wx-config didn't list
> it).  Or, are you referring to defining _UNICODE back in the initial
> PLplot compilation?

Yes, the latter one. Since PLplot wasn't compiled with the _UNICODE  
flag (but wxWidgets is unicode) troubles occur somewhere later (or  
earlier).

Regards,
Werner

--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: sme...@iap.tuwien.ac.at
web: http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory)
fax: +43-(0)1-58801-13499


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to