Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - wxWindows ??
Hi , Anybody successfully compiled and run wxWindows 2.4.1 ?? If so how did you manage it ? TIA Jul 26 2003
Yes I did. Created a project in the idde using the supplied make files as reference for the files to include. There are also up-to-date make files for DMC in the 2.5.0 branch. Arjan Yeric wrote:Hi , Anybody successfully compiled and run wxWindows 2.4.1 ?? If so how did you manage it ? TIA Jul 26 2003
Thanks very much for the info I am awaiting my CD to arrive, so I will check it out then Regards Yeric "Arjan Knepper" <arjan ask.me> wrote in message news:bfu8gr$246$1 digitaldaemon.com...Yes I did. Created a project in the idde using the supplied make files as reference for the files to include. There are also up-to-date make files for DMC in the 2.5.0 branch. Arjan Yeric wrote:Hi , Anybody successfully compiled and run wxWindows 2.4.1 ?? If so how did you manage it ? TIA Jul 27 2003
Arjan Knepper <arjan ask.me> wrote in news:bfu8gr$246$1 digitaldaemon.com:There are also up-to-date make files for DMC in the 2.5.0 branch. Jul 28 2003
Created a project in the idde using the supplied make files as reference for the files to include. Aug 01 2003
Yeric wrote:Created a project in the idde using the supplied make files as reference for the files to include. Aug 02 2003
"> I used the one for M$VC. It is really simple. Just create a project andadd all de files listed in de wxwin/src/msw/makefile.vc to the project. Use the precompiled header wxprec.h as precompiled header. Aug 06 2003
Do you have the makefile and build for wxWindows ? Id like to get a copy. Charles "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> wrote in message news:bgrml8$1fgh$1 digitaldaemon.com..."> I used the one for M$VC. It is really simple. Just create a project andadd all de files listed in de wxwin/src/msw/makefile.vc to the project. Use the precompiled header wxprec.h as precompiled header. Aug 14 2003
Charles Sanders wrote:Do you have the makefile and build for wxWindows ? Id like to get a copy. Aug 15 2003
I just build is Yesterday and most examples but a few seem to work just fine. May be it is time to create a new newsgroup for this c++.wxWindows. Yeric wrote:Charles Sanders wrote:Do you have the makefile and build for wxWindows ? Id like to get a copy. Aug 15 2003
|