Hi Klass and everybody,

Now, I try to install wxWidget and wxArt2D under CYGWIN.

1. I have successfully installed wxWidget. I can run my program from CYGWIN
shell with this command
    g++ -o Try2D.exe Try2DApp.cpp `wx-config --cflags` `wx-config --libs`

2. I have succesfully compiled wxArt2D (I got 100%). I also run 'make
install'


But there are two questions that I want to ask about.
1. I want to use wxart2dconfig like wx-config. But when I type
'wxart2config' in shell, I got
*          "Usage: wxart2d-config [--version] [--libs] [--cflags] [--cc]
[--cxxflags] [--cxx] [--cmake] [--prefix]\n"
        "\n"
        "wxart2d-config returns configuration information about the
installed\n"
        "version of wxArt2D. It may be used to query its version and\n"
        "installation directories and also retrieve the C and C++
compilers\n"
        "and linker which were used for its building and the
corresponding\n"
        "flags.\n"
        "\n")
*And then I tried to type 'wxart2d-config' but *I got command not found
*because I want to use like this

g++ -o Try2D.exe Try2DApp.cpp `wx-config --cflags` `wx-config --libs`
*`wxart2d-config
--cflags` `wxart2d --libs`*
*

*2. I ran an example from canvas/simple but I got *STACKDUMP "Status Access
Violation"
    *What's wrong with it?

I think that's all my problem. Sorry for my all mistakes when installing
under CYGWIN. I hope one day I can use this library. I don't know another
great 2D library that can be integrated with wxWidget.

Thanks, thanks and thanks.
*

*
-------------------------------------------------------------------------
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