|
From: Michel W. <mic...@fr...> - 2003-02-23 17:58:04
|
OROSZI Balázs a écrit: > Hello! > > I am using my externally self compiled wxWindows. How do I know, which > include dirs, library dirs, and libraries do I need to add to the > project, when I write a program which uses wxWindows, from Dev-C++? you should add the wxwindows library (.a) and use the right compilation options. You could also add <dev-cpp>/include in resource directory (if you have hand.cur file not find) > > I looked at the makefile, which comes with wxWindows and I digged and > copy-pasted the dirs and libs from it. > > Is this the normal way, or is there a more general one? you could try my dev-packs at <<http://michel.weinachter.free.fr>> I need more tests. > > I am using Dev-C++ 4.9.7.6 (the latest). > -- > Regards, > Balázs > > P.S.: Please don't forget my previous question. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |