dev-cpp-users Mailing List for Dev-C++ (Page 724)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(15) |
Oct
(115) |
Nov
(154) |
Dec
(258) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(377) |
Feb
(260) |
Mar
(249) |
Apr
(188) |
May
(152) |
Jun
(150) |
Jul
(195) |
Aug
(202) |
Sep
(200) |
Oct
(286) |
Nov
(242) |
Dec
(165) |
| 2002 |
Jan
(245) |
Feb
(241) |
Mar
(239) |
Apr
(346) |
May
(406) |
Jun
(369) |
Jul
(418) |
Aug
(357) |
Sep
(362) |
Oct
(597) |
Nov
(455) |
Dec
(344) |
| 2003 |
Jan
(446) |
Feb
(397) |
Mar
(515) |
Apr
(524) |
May
(377) |
Jun
(387) |
Jul
(532) |
Aug
(364) |
Sep
(294) |
Oct
(352) |
Nov
(295) |
Dec
(327) |
| 2004 |
Jan
(416) |
Feb
(318) |
Mar
(324) |
Apr
(249) |
May
(259) |
Jun
(218) |
Jul
(212) |
Aug
(259) |
Sep
(158) |
Oct
(162) |
Nov
(214) |
Dec
(169) |
| 2005 |
Jan
(111) |
Feb
(165) |
Mar
(199) |
Apr
(147) |
May
(131) |
Jun
(163) |
Jul
(235) |
Aug
(136) |
Sep
(84) |
Oct
(88) |
Nov
(113) |
Dec
(100) |
| 2006 |
Jan
(85) |
Feb
(119) |
Mar
(33) |
Apr
(31) |
May
(56) |
Jun
(68) |
Jul
(18) |
Aug
(62) |
Sep
(33) |
Oct
(55) |
Nov
(19) |
Dec
(40) |
| 2007 |
Jan
(22) |
Feb
(49) |
Mar
(34) |
Apr
(51) |
May
(66) |
Jun
(43) |
Jul
(116) |
Aug
(57) |
Sep
(70) |
Oct
(69) |
Nov
(97) |
Dec
(86) |
| 2008 |
Jan
(32) |
Feb
(47) |
Mar
(106) |
Apr
(67) |
May
(28) |
Jun
(39) |
Jul
(31) |
Aug
(25) |
Sep
(18) |
Oct
(25) |
Nov
(5) |
Dec
(21) |
| 2009 |
Jan
(33) |
Feb
(27) |
Mar
(27) |
Apr
(22) |
May
(22) |
Jun
(10) |
Jul
(17) |
Aug
(9) |
Sep
(21) |
Oct
(13) |
Nov
(4) |
Dec
(11) |
| 2010 |
Jan
(10) |
Feb
(8) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(8) |
Oct
(26) |
Nov
(9) |
Dec
(1) |
| 2011 |
Jan
(21) |
Feb
(16) |
Mar
(4) |
Apr
(19) |
May
(26) |
Jun
(9) |
Jul
(6) |
Aug
|
Sep
(4) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
| 2012 |
Jan
(4) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(10) |
Jul
(1) |
Aug
(1) |
Sep
(18) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
| 2013 |
Jan
(4) |
Feb
(2) |
Mar
(15) |
Apr
(6) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
|
| 2014 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(4) |
| 2015 |
Jan
(2) |
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(9) |
Nov
(35) |
Dec
(6) |
| 2016 |
Jan
(7) |
Feb
(10) |
Mar
(10) |
Apr
(9) |
May
(13) |
Jun
(9) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jesper <hag...@ho...> - 2001-02-13 20:40:39
|
//beginning of program
#include <iostream.h>
#include <stdlib.h>
int main()
{
int number;
number=3D1+rand()%13;
cout << number;
return 0;
}
//end of program
Try this it worked. One stupid thing is that it gives you the same =
number everytime you use it.I have forgotten how to do if you want =
diffrent numbers every time you use the program.
Anyone knows?
Jesper
----- Original Message -----=20
From: "Jose Flores" <jf...@ax...>
To: <dev...@li...>
Sent: Tuesday, February 13, 2001 5:58 PM
Subject: RE: [Dev-C++] Random Number
> I get and error " implicit declaration of function 'int =
random(....)' "
> when I tried the "number =3D random(13)+1;" command. Any suggestions?
>=20
> -----Original Message-----
> From: Jesper [mailto:hag...@ho...]
> Sent: Tuesday, February 13, 2001 11:29 AM
> To: dev...@li...
> Subject: Re: [Dev-C++] Random Number
>=20
>=20
> Try this it might work:
>=20
> number =3D random(13)+1;
>=20
> Jesper
>=20
> ----- Original Message -----=20
> From: "Jose Flores" <jf...@ax...>
> To: <dev...@li...>
> Sent: Tuesday, February 13, 2001 5:16 PM
> Subject: [Dev-C++] Random Number
>=20
>=20
> > what is a good simple command to get a random number from 1 to 13? =
I keep
> > getting the run around when I ask this question...
> > Thanks=20
> > Jose
> >=20
> > _______________________________________________
> > Dev-cpp-users mailing list
> > Dev...@li...
> > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users
> >=20
>=20
>=20
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> http://lists.sourceforge.net/lists/listinfo/dev-cpp-users
>=20
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> http://lists.sourceforge.net/lists/listinfo/dev-cpp-users
>=20
|
|
From: Robert D B. <lon...@ju...> - 2001-02-13 20:20:29
|
there is no random() function in dec-c++. Use Ran() lstar36 On Tue, 13 Feb 2001 15:05:18 EST Gen...@ao... writes: In a message dated 2/13/01 9:00:11 AM Pacific Standard Time, jf...@ax... writes: I get and error " implicit declaration of function 'int random(....)' " when I tried the "number = random(13)+1;" command. Any suggestions? try #include <stdlib.h> If that doesn't work, ask Colin where the prototype for random() is.. |
|
From: <Gen...@ao...> - 2001-02-13 20:05:14
|
In a message dated 2/13/01 9:00:11 AM Pacific Standard Time, jf...@ax... writes: > I get and error " implicit declaration of function 'int random(....)' " > when I tried the "number = random(13)+1;" command. Any suggestions? > > try #include <stdlib.h> If that doesn't work, ask Colin where the prototype for random() is.. |
|
From: Robert D B. <lon...@ju...> - 2001-02-13 18:17:08
|
Try this: #include <cstdlib> #include <ctime> using std::srand; using std::rand; num = rand()/(RAND_MAX/12); // 0-12 num++; // to eliminate zero. you can add the ++ to the above num = Regards, lstar36 On Tue, 13 Feb 2001 11:16:44 -0500 Jose Flores <jf...@ax...> writes: > what is a good simple command to get a random number from 1 to 13? I > keep > getting the run around when I ask this question... > Thanks > Jose > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
|
From: Jesper <hag...@ho...> - 2001-02-13 17:08:27
|
You must include stdlib.h. like this: #include <iostream.h> #include <stdlib.h> Hope this solve the problem. Jesper ----- Original Message -----=20 From: "Jose Flores" <jf...@ax...> To: <dev...@li...> Sent: Tuesday, February 13, 2001 5:58 PM Subject: RE: [Dev-C++] Random Number > I get and error " implicit declaration of function 'int = random(....)' " > when I tried the "number =3D random(13)+1;" command. Any suggestions? >=20 > -----Original Message----- > From: Jesper [mailto:hag...@ho...] > Sent: Tuesday, February 13, 2001 11:29 AM > To: dev...@li... > Subject: Re: [Dev-C++] Random Number >=20 >=20 > Try this it might work: >=20 > number =3D random(13)+1; >=20 > Jesper >=20 > ----- Original Message -----=20 > From: "Jose Flores" <jf...@ax...> > To: <dev...@li...> > Sent: Tuesday, February 13, 2001 5:16 PM > Subject: [Dev-C++] Random Number >=20 >=20 > > what is a good simple command to get a random number from 1 to 13? = I keep > > getting the run around when I ask this question... > > Thanks=20 > > Jose > >=20 > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > >=20 >=20 >=20 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users >=20 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users >=20 |
|
From: Jose F. <jf...@ax...> - 2001-02-13 16:57:51
|
I get and error " implicit declaration of function 'int random(....)' " when I tried the "number = random(13)+1;" command. Any suggestions? -----Original Message----- From: Jesper [mailto:hag...@ho...] Sent: Tuesday, February 13, 2001 11:29 AM To: dev...@li... Subject: Re: [Dev-C++] Random Number Try this it might work: number = random(13)+1; Jesper ----- Original Message ----- From: "Jose Flores" <jf...@ax...> To: <dev...@li...> Sent: Tuesday, February 13, 2001 5:16 PM Subject: [Dev-C++] Random Number > what is a good simple command to get a random number from 1 to 13? I keep > getting the run around when I ask this question... > Thanks > Jose > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: Jesper <hag...@ho...> - 2001-02-13 16:29:55
|
Try this it might work: number =3D random(13)+1; Jesper ----- Original Message -----=20 From: "Jose Flores" <jf...@ax...> To: <dev...@li...> Sent: Tuesday, February 13, 2001 5:16 PM Subject: [Dev-C++] Random Number > what is a good simple command to get a random number from 1 to 13? I = keep > getting the run around when I ask this question... > Thanks=20 > Jose >=20 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users >=20 |
|
From: <Gen...@ao...> - 2001-02-13 16:26:13
|
check out: 1. rand() <-- value up to RAND_MAX 2. random(ceiling) <-- probably the one you want.. 3. randomize() - <-- to seed 4. srand(seed) <-- to initialize Gene |
|
From: Jose F. <jf...@ax...> - 2001-02-13 16:16:11
|
what is a good simple command to get a random number from 1 to 13? I keep getting the run around when I ask this question... Thanks Jose |
|
From: Mitchell, T. (HNA) <Tam...@hj...> - 2001-02-13 12:32:10
|
I did not realize I was doing this. I will correct the problem. -----Original Message----- From: em...@pa... [mailto:em...@pa...] Sent: Tuesday, February 13, 2001 12:20 AM To: Dev C++ Mailing List Subject: [Dev-C++] RE: Testing, Testing, 1, 2, 3... Yes, Tamra, the mail's coming through just fine. But, if you could, please stop sending messages in mixed format, as it really makes a mess in the digest. Set your mail client to send text only. I know you can do it, I have faith.... E! _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: Jesper <hag...@ho...> - 2001-02-13 08:36:51
|
Can I use wxWindows with Bloodsheed or DJGPP? And how do I do to compile it and make it work? Jesper |
|
From: <em...@pa...> - 2001-02-13 05:26:19
|
Yes, Tamra, the mail's coming through just fine. But, if you could, please stop sending messages in mixed format, as it really makes a mess in the digest. Set your mail client to send text only. I know you can do it, I have faith.... E! |
|
From: David M. <dav...@ei...> - 2001-02-12 20:11:17
|
Go to the directory that you unzipped allegro then press start->run...then type "command" (without the " ") then type make in the dos box and wait for it to compile to do this you must have DJGPP set up right. David ----- Original Message ----- From: "Ian Weston" <lak...@ho...> To: <dev...@li...> Sent: Monday, February 12, 2001 5:42 PM Subject: [Dev-C++] djgpp > hi, thanks, you know the allegro library for djgpp, well i also got that > down aswell. but in the FAQ it says that i have to set it compiling it all > and after a bit of a wait it will create the library + everything. > > but how do i do this do you know? > > thankyou. > > > >From: "Jesper" <hag...@ho...> > >Reply-To: dev...@li... > >To: <dev...@li...> > >Subject: Re: [Dev-C++] djgpp > >Date: Sat, 10 Feb 2001 16:17:48 +0100 > > > >Hello! > > > >I am new in this mailing-list, but I think it is great! > > > >I use djgpp, so what do you want to know? Maybe I can help you. > > > >Jesper > >----- Original Message ----- > >From: "Ian Weston" <lak...@ho...> > >To: <dev...@li...> > >Sent: Saturday, February 10, 2001 3:57 PM > >Subject: [Dev-C++] djgpp > > > > > > > ho, i was wondering if anyone knows anything about djgpp and allegro, i > > > downloaded them both and unzipped them but i can't figure out how to use > >the > > > allegro library. > > > it says somthing about compiling the library. > > > > > > please could someone tell me how to use it. i would be really greatful. > > > > > > > > > thanx > > > > >_________________________________________________________________________ > > > Get Your Private, Free E-mail from MSN Hotmail at > >http://www.hotmail.com. > > > > > > > > > _______________________________________________ > > > Dev-cpp-users mailing list > > > Dev...@li... > > > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > > > > > >_______________________________________________ > >Dev-cpp-users mailing list > >Dev...@li... > >http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
|
From: Robert D B. <lon...@ju...> - 2001-02-12 18:39:27
|
Got your message>>>>> lstar36 On Mon, 12 Feb 2001 18:52:49 +0100 =?iso-8859-1?Q?Jorge_Garcia-Donas_K=FCbler?= <jor...@wa...> writes: Ok recived ready ----- Original Message ----- From: Mitchell, Tamra (HNA) To: 'dev...@li...' Sent: Monday, February 12, 2001 2:35 PM Subject: [Dev-C++] test This is a test to see if my messages are reaching this site. Any one please respond. Tamra Y. Mitchell Heinz North America Operating Systems Analyst (412) 237-5232 Work (412) 996-9078 Cell Phone |
|
From: <jor...@wa...> - 2001-02-12 17:52:36
|
testOk recived ready ----- Original Message -----=20 From: Mitchell, Tamra (HNA)=20 To: 'dev...@li...'=20 Sent: Monday, February 12, 2001 2:35 PM Subject: [Dev-C++] test This is a test to see if my messages are reaching this site.=20 Any one please respond.=20 Tamra Y. Mitchell=20 Heinz North America=20 Operating Systems Analyst=20 (412) 237-5232 Work=20 (412) 996-9078 Cell Phone=20 |
|
From: Ian W. <lak...@ho...> - 2001-02-12 17:41:38
|
hi, thanks, you know the allegro library for djgpp, well i also got that down aswell. but in the FAQ it says that i have to set it compiling it all and after a bit of a wait it will create the library + everything. but how do i do this do you know? thankyou. >From: "Jesper" <hag...@ho...> >Reply-To: dev...@li... >To: <dev...@li...> >Subject: Re: [Dev-C++] djgpp >Date: Sat, 10 Feb 2001 16:17:48 +0100 > >Hello! > >I am new in this mailing-list, but I think it is great! > >I use djgpp, so what do you want to know? Maybe I can help you. > >Jesper >----- Original Message ----- >From: "Ian Weston" <lak...@ho...> >To: <dev...@li...> >Sent: Saturday, February 10, 2001 3:57 PM >Subject: [Dev-C++] djgpp > > > > ho, i was wondering if anyone knows anything about djgpp and allegro, i > > downloaded them both and unzipped them but i can't figure out how to use >the > > allegro library. > > it says somthing about compiling the library. > > > > please could someone tell me how to use it. i would be really greatful. > > > > > > thanx > > >_________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at >http://www.hotmail.com. > > > > > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >http://lists.sourceforge.net/lists/listinfo/dev-cpp-users _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
|
From: <Gen...@ao...> - 2001-02-12 15:34:53
|
message received... Gene Moore |
|
From: Effendi M. <EF...@mk...> - 2001-02-12 13:55:15
|
ok..your messages already i receipt regards Effendi Mahfud Assosiate Engineer Dynamic Electrical Test Hard Disk Read/Write Test System from batam island work (+62 770 610385) mobile (+62 8127021034) > -----Original Message----- > From: Mitchell, Tamra (HNA) [SMTP:Tam...@hj...] > Sent: Monday, February 12, 2001 8:35 PM > To: 'dev...@li...' > Subject: [Dev-C++] test > > This is a test to see if my messages are reaching this site. > > Any one please respond. > > Tamra Y. Mitchell > Heinz North America > Operating Systems Analyst > (412) 237-5232 Work > (412) 996-9078 Cell Phone > |
|
From: Mitchell, T. (HNA) <Tam...@hj...> - 2001-02-12 13:43:02
|
This is a test to see if my messages are reaching this site. Any one please respond. Tamra Y. Mitchell Heinz North America Operating Systems Analyst (412) 237-5232 Work (412) 996-9078 Cell Phone |
|
From: Hoo H. <hoo...@ho...> - 2001-02-12 08:54:04
|
Try out this small program attached, it demonstrates some methods to access registry. Hoo Hong ----- Original Message ----- From: "i_suck _ducks" <pro...@ya...> To: <dev...@li...> Sent: Monday, February 12, 2001 8:52 AM Subject: [Dev-C++] Can someone help with registry? > Hi people. I am kinda new to C++ and need some help. I > want to make a program that changes registry for a > project i am doing in my computer programming class. > Can any one help? Please.... > > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
|
From: Jared E. <ja...@vo...> - 2001-02-12 08:54:04
|
I have been looking at other gui libraries, does anyone have a gui library to recommend for a novice C++ programmer. I would like to write small gui apps, but am a little overwhelmed by wxWindows. I have taken a look at FLTK and FOX libraries, and they both look very good. I also looked at allegro, but it also seems complex. ANy suggestions? - Jared At 09:53 PM 2/11/2001 +0000, you wrote: >Hi Jared, >I don't know if you've got your problem sorted if not then this tip may >help. To get wxwindows to work with Dev C++ you can go to >members.fortunecity.com./honglilai. Download wxwindows from the pakeges list >and follow his install instuctions. It will configure Dev c++ to work with >wxwindows. > >Secondly i have looked at the minimal program and what was obvious to me was >that certain include files that the wxwindows template in Dev c++ gives you >were missing. You will know what i'm talking about after you've downloaded >and installed wxwindows as above. Go to project/GUI toolkits/wxwindows. > >Napo > >----- Original Message ----- >From: "Jared Eckersley" <ja...@vo...> >To: <dev...@li...> >Sent: Friday, February 09, 2001 8:42 PM >Subject: [Dev-C++] wxWindows > > > > Hello, > > I am trying to compile minimal.cpp that comes with the wxWindows > > package --- C:\Program Files\wx2\samples\minimal > > > > I keep getting these errors: > > wx\wxprec.h No such file or directory > > wx\wx.h No such file or directory > > > > Can you please tell me how to fix this > > > > - Jared > > > > > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: i_suck _. <pro...@ya...> - 2001-02-12 00:52:27
|
Hi people. I am kinda new to C++ and need some help. I want to make a program that changes registry for a project i am doing in my computer programming class. Can any one help? Please.... __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
|
From: <Gen...@ao...> - 2001-02-12 00:35:33
|
Just purchased DevC++ and found that Microsoft's C 6.00 bios and graph=20 functions are not supported.=A0 Are there equivalent functions available for= =20 mingw that anyone knows about?=A0=20 Bios functions are used (for example) to access the serial port directly.= =A0 I=20 know about bioscom(), but that isn't supported in DevC++ either. Graph functions handle a 'pretend' GUI interface for DOS based applications=20 (_setvideomode() is an example of this). Any input would be appreciated.=A0 Otherwise, I have a significant amount of= =20 code to re-write for a non-profit group I volunteer for. Thanks, Gene |
|
From: Colin L. <web...@bl...> - 2001-02-12 00:05:25
|
Hi everyone ! i'm looking for somebody who could make a new Bloodshed CD cover. This person will receive a free Bloodshed cd in exchange of this service, so if you are interested, please contact me at web...@bl.... Thank you :) Colin Laplace web...@bl... http://www.bloodshed.net #bloodshed on Undernet IRC PS : i'll be in vacation from 13/02 to 17/02 |
|
From: softnasolutions-ltd.fsbusiness.co.uk <so...@so...> - 2001-02-11 21:54:01
|
Hi Jared, I don't know if you've got your problem sorted if not then this tip may help. To get wxwindows to work with Dev C++ you can go to members.fortunecity.com./honglilai. Download wxwindows from the pakeges list and follow his install instuctions. It will configure Dev c++ to work with wxwindows. Secondly i have looked at the minimal program and what was obvious to me was that certain include files that the wxwindows template in Dev c++ gives you were missing. You will know what i'm talking about after you've downloaded and installed wxwindows as above. Go to project/GUI toolkits/wxwindows. Napo ----- Original Message ----- From: "Jared Eckersley" <ja...@vo...> To: <dev...@li...> Sent: Friday, February 09, 2001 8:42 PM Subject: [Dev-C++] wxWindows > Hello, > I am trying to compile minimal.cpp that comes with the wxWindows > package --- C:\Program Files\wx2\samples\minimal > > I keep getting these errors: > wx\wxprec.h No such file or directory > wx\wx.h No such file or directory > > Can you please tell me how to fix this > > - Jared > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |