I'm afraid I didn't have time to test the CVS version with compatibility_iterator today. I've done a series of tests to compile wxArt2D.
I recompiled wxWidgets with USE_GDIPLUS=1 as suggested, which worked fine as far as wxWidgets is concerned. I suspect wxArt2D would also have compiled fine this time if it wasn't for this error: c:\program\microsoft visual studio 8\vc\platformsdk\include\GdiplusTypes.h(459) : error C3861: 'min': identifier not found c:\program\microsoft visual studio 8\vc\platformsdk\include\GdiplusTypes.h(460) : error C3861: 'max': identifier not found so I guess there's a problem with gdiplus in my platformsdk, will have to look this up. Going back to wxArt2D without gdiplusdrawer and using /MANIFEST:NO on CMAKE_EXE_LINKER_FLAGS I am able to compile wxArt2D and all the samples. Great! Or so I thought, compiling samples with /MDd made them require msvcr80d.dll, which is fine, but requires a manifest file to actually utilize the dll. And I can't compile any sample with /MD or I get a huge bunch of error LNK2001, LNK2005 and LNK2019 (unresolved external symbols and already defined stuff..) As an example, sample_canvas_boolop gives 163 errors of those three LNKxxxx... corresponding to both wxwidgets libraries and wxart2d libraries... The problem is obviously on my end, but I can't figure out what that is just yet. Maybe I'm too tired now and need to get to sleep... Håkan klaas.holwerda wrote: > klaas.holwerda wrote: > >> Håkan Wååg wrote: >> >> >>> I will try that later. Currently I have recompiled wxWidgets with >>> wxUSE_STL disabled. This time I was able to generate project files with >>> gdiplusdrawer checked too, which was not possible before, but >>> compilation of gdiplusdrawer fails in VC. >>> >>> >>> >> What are the errors? Here it works, and i have no idea what is wrong. >> >> > No id do, i think you did not compile wxWidgest using in config.vc > > USE_GDIPLUS = 1 > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wxart2d-users_dev mailing list > Wxart2d-users_dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev