Thread overview | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
July 26, 2003 wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Hi , Anybody successfully compiled and run wxWindows 2.4.1 ?? If so how did you manage it ? TIA |
July 26, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Yeric | 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
>
>
|
July 27, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan Knepper | 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 > > > > > |
July 28, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan Knepper | 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. If you mean CVS HEAD as 2.5.0 branch then it is not correct. wxWindows is in have process of changing building system to bakefile driven process which means better/automatic makefile generations (see http://bakefile.sourceforge.net/ ). DMC related makefile not switched to bakefile system yet and changes to old makefiles are not continued so CVS head probably does not work with DMC at this moment. For sure there were one bug report related to DMC and current HEAD with old makefiles which was not reported as fixed by Walter yet (though I'm not sure if it still exist) http://www.digitalmars.com/drn-bin/wwwnews?c%2B%2B.windows.32-bits/578 ABX |
August 01, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan Knepper | > Created a project in the idde using the supplied make files as reference for the files to include.
Hi Which makefile did you use ???
I cant see one in the wxwin src dir for dmc ?
wxwin states dmc is supported in 2.4.1 and tested under 8.34 beta ( ihave cd
version of 8.34 )
thanks
|
August 02, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Yeric | Yeric wrote: >>Created a project in the idde using the supplied make files as reference >>for the files to include. > > > Hi Which makefile did you use ??? > I cant see one in the wxwin src dir for dmc ? I used the one for M$VC. It is really simple. Just create a project and add all de files listed in de wxwin/src/msw/makefile.vc to the project. Use the precompiled header wxprec.h as precompiled header. > wxwin states dmc is supported in 2.4.1 and tested under 8.34 beta ( ihave cd > version of 8.34 ) The make files for dmc does not seem to be included in wxWindows. |
August 06, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan Knepper |
"> I used the one for M$VC. It is really simple. Just create a project and
> add all de files listed in de wxwin/src/msw/makefile.vc to the project. Use the precompiled header wxprec.h as precompiled header.
>
hi
I managed to build the files as release and debug static libs thanks for
your help
BTW, did you manage to build them as dll ???
also is there a way to force the extension to say .lib rather than the .obj
that dmc produces
Thanks
Yeric
|
August 14, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Yeric | 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 and > > add all de files listed in de wxwin/src/msw/makefile.vc to the project. Use the precompiled header wxprec.h as precompiled header. > > > > hi > I managed to build the files as release and debug static libs thanks for > your help > > BTW, did you manage to build them as dll ??? > also is there a way to force the extension to say .lib rather than the .obj > that dmc produces > > Thanks > Yeric > > |
August 15, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charles Sanders | Charles Sanders wrote:
> Do you have the makefile and build for wxWindows ? Id like to get a copy.
>
Alas no I built it as Arjan suggested, but had to comment out lots of code to get it to compile, this turned out not to be a good thing <g> as when I tied to use te libs unsurprisingly it just crashed all the time
I believe soon that this will be built for dm, and I cant wait
cheers
Yeric
|
August 15, 2003 Re: wxWindows ?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Yeric | 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.
> >
> Alas no I built it as Arjan suggested, but had to comment out lots of code to get it to compile, this turned out not to be a good thing <g> as when I tied to use te libs unsurprisingly it just crashed all the time
>
> I believe soon that this will be built for dm, and I cant wait
>
> cheers
> Yeric
--
ManiaC++
Jan Knepper
|
Copyright © 1999-2021 by the D Language Foundation