Question for the developers: about wxwindows 2.4.2 package for dev-c++
by Glen Vermeylen » Tue, 07 Oct 2003 05:10:47 GMT
Hello, I didn't find a devpackage for wx 2.4.2 so I decided to try it
myself. Using Michel Weinachter's wxwindows 2.4.0 devpackage as an
example I've created a working devpackage for 2.4.2 (I used
src\msw\makefile.g95 (FINAL=1) to compile).
I want to release it to the public, but first wanted to ask you guys for
some advice to release the most generic devpack possible:
-Which version? (final, debug, dll)
-What should I include? (/bin, /demos, /samples (compiled?)
-Am I right that the imagelib dependency is now dropped?
are these good flags for linker and compiler?
CppCompiler=-D_X86_=1 -DWIN32 -DWINVER=0x0400 -D__WIN95__ -D__GNUWIN32__
-D__WIN32__ -mthreads -DSTRICT -D__WXMSW__ -D__WINDOWS__ -Wall
-fno-pcc-struct-return -O2 -fno-rtti -fno-exceptions_@@_
Linker=-lwxmsw -lstdc++ -lgcc -lodbc32 -lwsock32 -lwinspool -lwinmm
-lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lopengl32 -lglu32 -lole32
-loleaut32 -luuid _@@_
I'm not an experienced programmer, but there are far worse than me who
would like an easy to use devpack, so I thought "Why not...?" :)
Re: Question for the developers: about wxwindows 2.4.2 package for dev-c++
by Glen Vermeylen » Wed, 08 Oct 2003 21:50:09 GMT
Got it, thanks for your input!
Similar Threads:
1.[wx-dev] $(wxwin)/src/wxWindows.dsw
I suggest we should remove this from the CVS now ?
chris
> PMD> One other note, I noticed that if you build using the deprecated
> PMD> workspace $(wxwin)/src/wxWindows.dsw you get a wxmsw.lib and a
> PMD> wxmsw250.lib. Is there any difference between these libs and the
> PMD> monolithic libs produced through the command line, and why is one lib
> PMD> labeled 250. Shouldn't it be 260 or 262?
>
> Actually it probably should be "26"... but it's still a bug, of course.
>
> Regards,
> VZ
>
---------------------------------------------------------------------
To unsubscribe, e-mail: XXXX@XXXXX.COM
For additional commands, e-mail: XXXX@XXXXX.COM
2.Dev-C++ and wxWindows
Is anyone out there using Dev-C++ to edit their wxWindows projects? I'm
trying to debug my project, but breakpoints never seem to be called.
Anybody seen this before?
Thanks,
Carl Youngblood
---------------------------------------------------------------------
To unsubscribe, e-mail: XXXX@XXXXX.COM
For additional commands, e-mail: XXXX@XXXXX.COM
3.Dev-C++ Related: DevPak for wxWindows 2.4.2
4.DevPaks, Dev C++ and Wxwindows
5.[help requested/saga] getting wxWindows working with Dev-Cpp
6. NEWBIE: configuring Dev-C++ with wxWindows
7. Problem with pointer in dev-c++ and wxwindows
8. Re[2]: wxActivex and Dev-Cpp 4.9.9.0 with wxWindows 2.5.2