manteez wrote:
> 
> Yeah, I have tried it and got myappname.exe but when I clicked it, I got 
> STACKDUMP Status Access Violation

Hmmm, and then you started gdb, and made a stack dump? ;-)
Does it find the right dll's?
Is it MSYS we are talking?

Here it workes with MSYS.

> 
> Actually, I don't really understand with project based cmake. So, we 
> don't need to use g++ anymore?

No, Cmake just uses it as part of its make files.

  How to run `wx-config` if the project
> based cmake?

With cmake, wxArt2D its cmake scripts detect all, only fill the files in the 
project sample its CmakeLists.txt here:

ADD_EXECUTABLE( myappname  WIN32
     src/myfile1.cpp include/myfile1.h

)

See the script wxArt2D/bin/FindwxWidgets.cmake for how wxWidgets is detected.
And bin/FindwxArt2D.cmake does the same for wxArt2D, and it uses 
wxart2dconfig.cmake to get all info.

wxart2config.exe is intended for non cmake users, i corrected it a bit, maybe 
it 
works now.

Klaas









-- 
Unclassified

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to