dev-cpp-users Mailing List for Dev-C++ (Page 726)
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: <jos...@ya...> - 2001-02-08 08:19:27
|
> But, that's it, the message "WM_JOYMOVE" is not knowed in Dev-C++. > It gives me an error "WM_JOYMOVE undeclared" That's correct. Here's what the WIN32 API help says regarding joystick notification messages: Joystick messages notify your application that a joystick has changed position or that one of its buttons has changed states. Messages beginning with MM_JOY1 are sent to the function if your application requests input from the joystick using the identifier JOYSTICKID1, and MM_JOY2 messages are sent if your application requests input from the joystick using the identifier JOYSTICKID2. The messages in the following table identify the status of the joystick buttons: Message Description MM_JOY1BUTTONDOWN A button of joystick JOYSTICKID1 has been pressed. MM_JOY1BUTTONUP A button of joystick JOYSTICKID1 has been released. MM_JOY1MOVE Joystick JOYSTICKID1 changed position in the x- or y-direction. MM_JOY1ZMOVE Joystick JOYSTICKID1 changed position in the z-direction. MM_JOY2BUTTONDOWN A button of joystick JOYSTICKID2 has been pressed. MM_JOY2BUTTONUP A button of joystick JOYSTICKID2 has been released. MM_JOY2MOVE Joystick JOYSTICKID2 changed position in the x- or y-direction MM_JOY2ZMOVE Joystick JOYSTICKID2 changed position in the z-direction. All messages report nonexistent buttons as released. Hope this helps Cheers, Chemanuel El rincón de Chemanuel - Resources for Windows programming in C++ --------------------------------- Do You Yahoo!? - Get personalized email addresses from Yahoo! Mail Personal Address - only $35 a year! |
|
From: ropbert d b. <lon...@ju...> - 2001-02-07 20:13:17
|
Here is a piece of a program which will help.
using std::srand;
using std::rand;
// part of main
srand(time(0));
int roll1(int dice_1)
{
dice_1=rand()/(RAND_MAX/7);
return dice_1;
}
On Wed, 07 Feb 2001 17:57:40 -0000 "Ian Weston"
<lak...@ho...> writes:
>
> hi everyone, just a quicky, does anyone know how to make a random
> number?
> i've tried:
>
> messpool = rand() %12;
>
> but that comes up with the same number everytime so i must be way
> off. if
> anyone could help i would be greatful.
>
> thanks
>
_________________________________________________________________________
> 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: Elias P. <Eli...@ao...> - 2001-02-07 18:10:36
|
> hi everyone, just a quicky, does anyone know how to make a random number? > i've tried: > > messpool = rand() %12; > at the beginning of your main program, put the following: srand(time(0)); and don't forget at beginning of the same file: #include <stdlib.h> #include <time.h> This works for me. srand(time(0)) takes the current time and seeds the random numbers generator with it. After that, you can use rand() to get a series of pseudo-random numbers (depending on the seed value used with srand()) > but that comes up with the same number everytime so i must be way off. if > anyone could help i would be greatful. > |
|
From: Ian W. <lak...@ho...> - 2001-02-07 17:57:26
|
hi everyone, just a quicky, does anyone know how to make a random number? i've tried: messpool = rand() %12; but that comes up with the same number everytime so i must be way off. if anyone could help i would be greatful. thanks _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
|
From: Ken T. <ad...@nw...> - 2001-02-07 16:46:37
|
On Tuesday 06 February 2001 07:48 pm, you wrote: > I need someone to tell me whether I can print the ms-dos output screen when > I run the program. > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users Try PrtScrn/SysRq key, it may print the output to lpt1.. I haven't tried it but it sounds good.. Ken. |
|
From: Ben L. <lau...@in...> - 2001-02-07 14:30:40
|
Hi !
I need help !
I'm trying to use function joySetCapture to send a message to my window =
when the joystick position moves.
But, that's it, the message "WM_JOYMOVE" is not knowed in Dev-C++.=20
It gives me an error "WM_JOYMOVE undeclared"
Here's what the WIN32 API help says :
You can notify Windows to send joystick messages to an application =
whenever the position of a joystick axis changes by a value greater than =
the movement threshold of the device. The movement threshold is the =
distance the joystick must be moved before a WM_JOYMOVE message is sent =
to a window that has captured the device. The threshold is initially =
zero. You can set the movement threshold by using the joySetThreshold =
function. You can retrieve the minimum polling frequency of the joystick =
by using the joyGetDevCaps function.
Have you got an idea to help me out ?
Thank you in anticipation,
Ben.
|
|
From:
<igo...@po...> - 2001-02-07 10:02:26
|
Hi, First of all a small clarification: Bloodshed Dev-C++ is only an IDE that by default uses mingw as a compiling environment so it does not provide I/O routines by itself. But since it is primarily used for Windows development then you can use all the comm I/O routines of Win32 API. In Windows comm I/O is a bit more complicated than it used to be in Turbo-C but not much. You can find more about it in mingw-users list archives at SourceForge or in Win32 help files (look for TransmitCommChar and related functions) Regards Igor Pierscinski -----Original Message----- From: Chong Fatt Law [mailto:law...@ho...] Sent: Monday, February 05, 2001 3:18 AM To: dev...@li... Subject: [Dev-C++] IO Routines Hi, Is there a routine in Bloodshed that handles reading from and writing to serial ports on an IBM-compatible? Something equivalent to "inport" and "outport" in Borland C and Turbo C. Thanks. _________________________________________________________________________ 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: <JAC...@ao...> - 2001-02-07 02:48:51
|
I need someone to tell me whether I can print the ms-dos output screen when I run the program. |
|
From: Colin L. <web...@bl...> - 2001-02-05 17:52:45
|
Hello, > With great enthusiasm I noticed the announcement on the homepage that a > Linux port is in progress (well, at least has been taken into > consideration). More precisely, the development of the linux port (which will need Dev-C++ to be rewritten) will probably start in June/July. > May I suggest to have a look at wxWindows (http://www.wxwindows.org)? > This free and truly portable GUI toolkit makes it so easy to port GUI > software to Unixes, Windows and Macs (and soon BeOS, QNX, ...) Dev-c++ will work with it since it would use the same compiler (gcc). But maybe Gtk and Qt are more advanced than wxWindows. Anyway, GUI libraries won't probably be directly included in Dev-C++, since it would make the download too big. But i will try to plan something new in Dev-C++ for working with GUI libraries though. Greetings, Colin > Horst > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users -- Colin Laplace web...@bl... http://www.bloodshed.net #bloodshed on Undernet IRC |
|
From: Mitchell, T. (HNA) <Tam...@hj...> - 2001-02-05 16:21:36
|
I am attempting to write a program that reverses the order of the bits in an
unsigned integer value. The program should input the value from the user
and call function reverseBits to print the bits in reverse order. Print the
value both before and after the bits are reversed.
Any suggestions?
#include <stdio.h>
#include <stdlib.h>
void reverseBits(unsigned);
void displayBits(unsigned);
int main()
{
unsigned number;
// number = 21845;
printf("enter a numnber \n");
scanf("%u", &number);
printf("\n The reverse of \n");
displayBits(number);
printf("is\n");
reverseBits(number);
// reverseBits(~number);
system("PAUSE");
return 0;
}
void displayBits(unsigned value)
{
unsigned c, displayMask = 1 << 15;
printf("%7u = ", value);
for (c=1; c <=16; c++)
{
putchar(value & displayMask ? '1' : '0');
value <<= 1;
if(c % 8 == 0)
putchar(' ');
}
putchar('\n');
}
void reverseBits(unsigned value)
{
unsigned c, displayMask = 1 << 15;
unsigned newval = 0;
for (c=1; c<=16; c++)
{
newval += (value & displayMask ? '1' : '0');
value <<= 1;
newval >>= 1;
if (c%8 == 0)
putchar(' ');
}
putchar('\n');
displayBits(newval);
}
Tamra Y. Mitchell
Heinz North America
Operating Systems Analyst
(412) 237-5232 Work
(412) 996-9078 Cell Phone
|
|
From: Gregor P. <Gre...@dl...> - 2001-02-05 13:08:58
|
What's the command to abbort a (windows)programm? Does exist a Library-Browser or something to find functions with special facilities which names are unknown? Gregor |
|
From: <jos...@ya...> - 2001-02-05 08:59:16
|
--- Alan Thomas <ala...@3n...> escribió: > The strange this is that I am just writing out char(10), not > char(13) too. I believe that it is only extrange when you "paste" the text into Notepad. For the file I/O of your program shouldn't be a problem. However, if you like to get it nice in Notepad you would need to use both 10 & 13 as the new line. Cheers, Chemanuel __________________________________________________ Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
|
From: Chong F. L. <law...@ho...> - 2001-02-05 02:17:47
|
Hi, Is there a routine in Bloodshed that handles reading from and writing to serial ports on an IBM-compatible? Something equivalent to "inport" and "outport" in Borland C and Turbo C. Thanks. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
|
From: Alan T. <ala...@3n...> - 2001-02-04 02:38:18
|
The strange this is that I am just writing out char(10), not =
char(13) too. That section of code is as follows:
struct Calendar_Entry {
int id;
string start_date, end_date;
string title;
string description;
};
=20
vector<Calendar_Entry> entry_list(0);=20
. . .
const char End_of_Entry =3D char(10);
const char End_of_Field =3D char(124);
=20
Calendar_Entry entry;
. . .
for (int i=3D0; i < entry_list.size(); i++)
{
MK_cal_file << entry_list[i].id << End_of_Field;
MK_cal_file << entry_list[i].start_date << End_of_Field;=20
MK_cal_file << entry_list[i].end_date << End_of_Field;
MK_cal_file << entry_list[i].description << End_of_Entry;
}
I write out a string just before it, but that shouldn`t matter. =
Alan
From: jos...@ya...
Subject: Re: [Dev-C++] character 10
--- Alan Thomas escribi=F3: > I`m having a=20
strange problem. I am writing a program that
> decodes a file (holds calendar data) and encodes entries for
> appending to the file. At the end of each entry when I view the file
> in Notepad, there is a solid block. When I wrote a program to use
> get() to determine the character, it turned out to be integer value
> of 10. So, when I wrote the encoding code, at the end of each entry
> I wrote char(10) to the file.
> The items I appended to the file all have what appears to be
> a carriage return at the end of each entry. However, when I read the
> end of entry character with get(), it says it is an integer value 10!
> So, why would it look differently in the file (solid block vs. CR)?
>=20
> =20
> =
Thanks, Alan
Alan,
=20
char(10) is '\n', the line feed character. When you paste into
Notepad you get the solid block in Microsoft's edit boxes
(Notepad is a simple edit box) unless you add also the char(13),
ie '\r' the carriage return.
Hope this help.
Cheers,
Chemanuel
|
|
From: Ioannis V. <no...@ya...> - 2001-02-03 23:40:16
|
I checked the http://www.wxwindows.org/ and i downloaded the 2.2.5 windows version. I tried to compile it for dev-c++ (mingw32) but it did not work. I think it would be great if it was included in the next version of Dev-C++ and in the mean time to be ported for the current version of dev-c++. Ioannis > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > softnasolutions-ltd.fsbusiness.co.uk > Sent: Saturday, February 03, 2001 10:22 PM > To: dev...@li... > Subject: Re: [Dev-C++] Linux port > > > In support of the suggestion about wxWindows, i was directed to > http://members.fortunecity.com./honglilai where i downloaded and installes > the wxWindows component for Dev C++ and installed. I suppose the > installation was successful as i now have a wxWindows project template. > However i have never been able to compile a single wdxWindows program. I > have made my frustrations made known thru this medium but all the > tips just > wouldn't work. > > I get countles undefined reference error mesages. Once more can someone > please help ! > > /// > > Secondly, I don't know if i'm the only one but i always have > problem reading > mails sent by Frazell Thomas b'cos he has digitally signed his mail. Every > mail takes so long to open and sometimes freezes my PC untill its > open. What > can i do about it ? > > Napoleon. |
|
From: Ioannis V. <no...@ya...> - 2001-02-03 23:29:11
|
I think there is a solution. Don't post digitally signed messages in the list. :) There is no purpose for such security. There is probably an option in his email client like "automatically sign new messages". Keep coding, Ioannis * Ioannis Vranos * Programming pages: http://members.nbci.com/noicys * Alternative URL: http://run.to/noicys > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > Elias Pschernig > Sent: Sunday, February 04, 2001 12:27 AM > To: dev...@li... > Subject: Re: [Dev-C++] Linux port > > > I had the same problem with your previous messages. Everytime i wanted > to view one of your messages, outlook express 5 started downloading a > 391KB (would take over a minute for me) file called class1.crf (or > something like that). When i stop the download windows freezes for some > seconds, then just displays a message telling me about a digitally > signed message, after that i can't even access the source-view for the > message without the same procedure starting again.. probably there's a > menu option in outlook express to turn this behaviiour off, but i didn't > find it yet.. > > > What email program are you using and what type of computer do you > have? The > > problem might lie in your computer trying to verify my certificate > (Though I > > send a plain text copy to boards like this) if that maybe the case > download > > my digital certificate from http://www.verisign.com be sure the one > you get > > is operational if this doesn't help drop a line on my message board so > we > > may help you at http://eibb.cjb.net > > > > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
|
From: Elias P. <Eli...@ao...> - 2001-02-03 22:26:49
|
I had the same problem with your previous messages. Everytime i wanted to view one of your messages, outlook express 5 started downloading a 391KB (would take over a minute for me) file called class1.crf (or something like that). When i stop the download windows freezes for some seconds, then just displays a message telling me about a digitally signed message, after that i can't even access the source-view for the message without the same procedure starting again.. probably there's a menu option in outlook express to turn this behaviiour off, but i didn't find it yet.. > What email program are you using and what type of computer do you have? The > problem might lie in your computer trying to verify my certificate (Though I > send a plain text copy to boards like this) if that maybe the case download > my digital certificate from http://www.verisign.com be sure the one you get > is operational if this doesn't help drop a line on my message board so we > may help you at http://eibb.cjb.net > |
|
From: Jay S. <mys...@op...> - 2001-02-03 22:14:21
|
My older computer does the same, it takes a little while to load whatever is loading with the certificate. Even my new box (1.3ghz) has some lag, unfortunently. =( Jay Silverman ----- Original Message ----- From: Frazell Thomas To: dev...@li... Sent: Saturday, February 03, 2001 3:47 PM Subject: RE: [Dev-C++] Linux port What email program are you using and what type of computer do you have? The problem might lie in your computer trying to verify my certificate (Though I send a plain text copy to boards like this) if that maybe the case download my digital certificate from http://www.verisign.com be sure the one you get is operational if this doesn't help drop a line on my message board so we may help you at http://eibb.cjb.net -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of softnasolutions-ltd.fsbusiness.co.uk Sent: Saturday, February 03, 2001 3:22 PM To: dev...@li... Subject: Re: [Dev-C++] Linux port In support of the suggestion about wxWindows, i was directed to http://members.fortunecity.com./honglilai where i downloaded and installes the wxWindows component for Dev C++ and installed. I suppose the installation was successful as i now have a wxWindows project template. However i have never been able to compile a single wdxWindows program. I have made my frustrations made known thru this medium but all the tips just wouldn't work. I get countles undefined reference error mesages. Once more can someone please help ! /// Secondly, I don't know if i'm the only one but i always have problem reading mails sent by Frazell Thomas b'cos he has digitally signed his mail. Every mail takes so long to open and sometimes freezes my PC untill its open. What can i do about it ? Napoleon. ----- Original Message ----- From: "Horst Herb" <ho...@hh...> To: <dev...@li...> Sent: Saturday, February 03, 2001 2:37 PM Subject: [Dev-C++] Linux port > With great enthusiasm I noticed the announcement on the homepage that a > Linux port is in progress (well, at least has been taken into > consideration). > > May I suggest to have a look at wxWindows (http://www.wxwindows.org)? > This free and truly portable GUI toolkit makes it so easy to port GUI > software to Unixes, Windows and Macs (and soon BeOS, QNX, ...) > > Horst > > > _______________________________________________ > 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 _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: Frazell T. <fr...@fl...> - 2001-02-03 21:29:39
|
What email program are you using and what type of computer do you have? The problem might lie in your computer trying to verify my certificate (Though I send a plain text copy to boards like this) if that maybe the case download my digital certificate from http://www.verisign.com be sure the one you get is operational if this doesn't help drop a line on my message board so we may help you at http://eibb.cjb.net -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of softnasolutions-ltd.fsbusiness.co.uk Sent: Saturday, February 03, 2001 3:22 PM To: dev...@li... Subject: Re: [Dev-C++] Linux port In support of the suggestion about wxWindows, i was directed to http://members.fortunecity.com./honglilai where i downloaded and installes the wxWindows component for Dev C++ and installed. I suppose the installation was successful as i now have a wxWindows project template. However i have never been able to compile a single wdxWindows program. I have made my frustrations made known thru this medium but all the tips just wouldn't work. I get countles undefined reference error mesages. Once more can someone please help ! /// Secondly, I don't know if i'm the only one but i always have problem reading mails sent by Frazell Thomas b'cos he has digitally signed his mail. Every mail takes so long to open and sometimes freezes my PC untill its open. What can i do about it ? Napoleon. ----- Original Message ----- From: "Horst Herb" <ho...@hh...> To: <dev...@li...> Sent: Saturday, February 03, 2001 2:37 PM Subject: [Dev-C++] Linux port > With great enthusiasm I noticed the announcement on the homepage that a > Linux port is in progress (well, at least has been taken into > consideration). > > May I suggest to have a look at wxWindows (http://www.wxwindows.org)? > This free and truly portable GUI toolkit makes it so easy to port GUI > software to Unixes, Windows and Macs (and soon BeOS, QNX, ...) > > Horst > > > _______________________________________________ > 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: softnasolutions-ltd.fsbusiness.co.uk <so...@so...> - 2001-02-03 20:28:20
|
In support of the suggestion about wxWindows, i was directed to http://members.fortunecity.com./honglilai where i downloaded and installes the wxWindows component for Dev C++ and installed. I suppose the installation was successful as i now have a wxWindows project template. However i have never been able to compile a single wdxWindows program. I have made my frustrations made known thru this medium but all the tips just wouldn't work. I get countles undefined reference error mesages. Once more can someone please help ! /// Secondly, I don't know if i'm the only one but i always have problem reading mails sent by Frazell Thomas b'cos he has digitally signed his mail. Every mail takes so long to open and sometimes freezes my PC untill its open. What can i do about it ? Napoleon. ----- Original Message ----- From: "Horst Herb" <ho...@hh...> To: <dev...@li...> Sent: Saturday, February 03, 2001 2:37 PM Subject: [Dev-C++] Linux port > With great enthusiasm I noticed the announcement on the homepage that a > Linux port is in progress (well, at least has been taken into > consideration). > > May I suggest to have a look at wxWindows (http://www.wxwindows.org)? > This free and truly portable GUI toolkit makes it so easy to port GUI > software to Unixes, Windows and Macs (and soon BeOS, QNX, ...) > > Horst > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
|
From: Horst H. <ho...@hh...> - 2001-02-03 14:36:52
|
With great enthusiasm I noticed the announcement on the homepage that a Linux port is in progress (well, at least has been taken into consideration). May I suggest to have a look at wxWindows (http://www.wxwindows.org)? This free and truly portable GUI toolkit makes it so easy to port GUI software to Unixes, Windows and Macs (and soon BeOS, QNX, ...) Horst |
|
From: <em...@te...> - 2001-02-02 23:57:25
|
On 2 Feb 2001, at 7:38, Jared Eckersley wrote: > what is Allegro? Allegro is a graphics lib that was initialy designed specificaly for djgpp. check out http://www.allegro.cc/ |
|
From: Frazell T. <fr...@fl...> - 2001-02-02 23:32:58
|
Sorry had a typo lol -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of Frazell Thomas Sent: Friday, February 02, 2001 6:21 PM To: dev...@li... Subject: [Dev-C++] Message Board I have just set up a message board a few days ago to help normal people with their computers. I ask that you drop by every once in a while you may be able to help someone as we grow or you may need help with your computer and we can help. If this doesn't work for you please just drop by **and** leave some ideas in the Forum Topic Ideas board which requires no registration. [Frazell Thomas] Eternal Enlightenment Bulletin Board (Remember We Are New!!) http://eibb.cjb.net/ |
|
From: Frazell T. <fr...@fl...> - 2001-02-02 23:19:58
|
I have just set up a message board a few days ago to help normal people with their computers. I ask that you drop by every once in a while you may be able to help someone as we grow or you may need help with your computer and we can help. If this doesn't work for you please just drop by I leave some ideas in the Forum Topic Ideas board which requires no registration. [Frazell Thomas] Eternal Enlightenment Bulletin Board (Remember We Are New!!) http://eibb.cjb.net/ |
|
From: Jared E. <ja...@vo...> - 2001-02-02 17:43:09
|
Aske whoever sent you Graphics.h to also send defs.h. And if you get those,= =20 can you pass them my way. - Jared At 06:30 PM 2/2/2001 +0100, you wrote: >Well, somebody send my a Graphics.h but when i try to compile teh linker >say that are missing defs.h so i concluse that in the grapihcs libray are >one or more reference to this one. What can i do know?. >----- Original Message ----- >From: <em...@te...> >To: "Jared Eckersley" <ja...@vo...>; ><dev...@li...> >Sent: Friday, February 02, 2001 2:39 PM >Subject: Re: [Dev-C++] missing Graphics.h? > > > > Any graphics in C/C++ generaly requires a lib of some sort. > > DirectX, and OpenGL are used often for Windows programs, and > > Allegro works well for Console things if you can get it to work. > > > > The only other option is to learn a LOT more about PC hardware > > than most sain people desire too.... > > > > > > On 1 Feb 2001, at 21:46, Jared Eckersley wrote: > > > > > Did anyone answer this one? I would like to know how to use graphics > > > in the console also. > > > > > > - Jared > > > > > > At 07:38 PM 1/30/2001 +0100, you wrote: > > > >How can i use graphics function in C console program? The linker says > > > >that the library don=B4t exist, and it=B4s true. Maybe i must= download > > > >one? > > > > > > > >Thanks a lot. > > > > > > > > > _______________________________________________ > > > 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 > > > > >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |