Thread: [Dev-C++] R: Dev-cpp-users digest, Vol 1 #1857 - 6 msgs
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Lorenzo <lor...@in...> - 2004-01-22 16:16:06
|
help -----Messaggio originale----- Da: dev...@li... [mailto:dev...@li...]Per conto di dev...@li... Inviato: giovedì 22 gennaio 2004 5.02 A: dev...@li... Oggetto: Dev-cpp-users digest, Vol 1 #1857 - 6 msgs Send Dev-cpp-users mailing list submissions to dev...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dev-cpp-users or, via email, send a message with subject or body 'help' to dev...@li... You can reach the person managing the list at dev...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Dev-cpp-users digest..." Today's Topics: 1. Re: Compiling C source with GCC in Dev-C++ (Scott Simontis) 2. Re: Compiling C source with GCC in Dev-C++ (Juan Jose Costello Levien) 3. Re: Compiling C source with GCC in Dev-C++ (Scott Simontis) 4. Gary Kennedy/Infinity is out of the office. (Gar...@ri...) 5. Re: Windows XP Home edition (Reid Thompson) 6. Debugging in Dev-C++ (Juan Jose Costello Levien) --__--__-- Message: 1 Date: Wed, 21 Jan 2004 17:48:09 -0500 From: Scott Simontis <age...@co...> To: Juan Jose Costello Levien <jua...@ya...>, dev...@li... Subject: Re: [Dev-C++] Compiling C source with GCC in Dev-C++ This is a multi-part message in MIME format. --------------070004080203060003070201 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Juan Jose Costello Levien wrote: > Hello, > I am using a special library compiled in Cygwin. I have to type a > special command line for compiling a program, the command line is: > > # gcc $(libvncserver-config --cflags) -o main main.c > $(libvncserver-config --libs) > The problem is that I don't know how to include this command line > inside Dev-C++, I mean, I want to use Dev-C++ for developing the app > and debug it. > Thanks for your help. > > Juan You can do two things: 1. Compile from the command line 2. Compiler Settings in the Tools menu --------------070004080203060003070201 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Juan Jose Costello Levien wrote:<br> <blockquote cite="mid007501c3e04e$cf92ef50$058b2ac8@gunst" type="cite"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta content="MSHTML 5.00.3502.5390" name="GENERATOR"> <style></style> <div><font face="Arial" size="2">Hello,</font></div> <div><font face="Arial" size="2">I am using a special library compiled in Cygwin. I have to type a special command line for compiling a program, the command line is:</font></div> <div> </div> <div><font face="Arial" size="2"># gcc $(libvncserver-config --cflags) -o main main.c $(libvncserver-config --libs)<br> </font></div> <div><font face="Arial" size="2">The problem is that I don't know how to include this command line inside Dev-C++, I mean, I want to use Dev-C++ for developing the app and debug it.</font></div> <div><font face="Arial" size="2">Thanks for your help.</font></div> <div> </div> <div><font face="Arial" size="2">Juan<br> </font></div> </blockquote> You can do two things:<br> 1. Compile from the command line<br> 2. Compiler Settings in the Tools menu<br> </body> </html> --------------070004080203060003070201-- --__--__-- Message: 2 From: "Juan Jose Costello Levien" <jua...@ya...> To: "Dev-C++ Mailing List" <dev...@li...> Subject: Re: [Dev-C++] Compiling C source with GCC in Dev-C++ Date: Wed, 21 Jan 2004 20:01:58 -0300 Ok, I have done your tip, but Dev-C++ reports this: "unrecognized option -fdollar-in-identifiers" I don't know what is this about... maybe a bug in Dev-C++? CYou Juan > if you are using dev-c++ with cygwin simply run in the cygwin shell > libvncserver-config --cflags > and grab the output and put it to Compiler editbox on the Project > Options\Parameters tab and then > libvncserver-config --libs > and put the output to Linker editbox > > if you want use dev-c++ with mingw you will have to translate the things > like -I/usr/include to windows paths > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > --__--__-- Message: 3 Date: Wed, 21 Jan 2004 19:44:18 -0500 From: Scott Simontis <age...@co...> To: Juan Jose Costello Levien <jua...@ya...>, dev...@li... Subject: Re: [Dev-C++] Compiling C source with GCC in Dev-C++ This is a multi-part message in MIME format. --------------000304000305060901030209 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Juan Jose Costello Levien wrote: >Ok, I have done your tip, but Dev-C++ reports this: > >"unrecognized option -fdollar-in-identifiers" > >I don't know what is this about... maybe a bug in Dev-C++? > >CYou > >Juan > > > > > > >>if you are using dev-c++ with cygwin simply run in the cygwin shell >>libvncserver-config --cflags >>and grab the output and put it to Compiler editbox on the Project >>Options\Parameters tab and then >>libvncserver-config --libs >>and put the output to Linker editbox >> >>if you want use dev-c++ with mingw you will have to translate the things >>like -I/usr/include to windows paths >> >> >> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by EclipseCon 2004 >>Premiere Conference on Open Tools Development and Integration >>See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >>http://www.eclipsecon.org/osdn >>_______________________________________________ >>Dev-cpp-users mailing list >>Dev...@li... >>TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm >>https://lists.sourceforge.net/lists/listinfo/dev-cpp-users >> >> >> > > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm >https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > You don't have the $ sign in identifiers option checked in compiler options. --------------000304000305060901030209 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Juan Jose Costello Levien wrote: <blockquote cite="mid002701c3e073$014fbe50$1f652ac8@gunst" type="cite"> <pre wrap="">Ok, I have done your tip, but Dev-C++ reports this: "unrecognized option -fdollar-in-identifiers" I don't know what is this about... maybe a bug in Dev-C++? CYou Juan </pre> <blockquote type="cite"> <pre wrap="">if you are using dev-c++ with cygwin simply run in the cygwin shell libvncserver-config --cflags and grab the output and put it to Compiler editbox on the Project Options\Parameters tab and then libvncserver-config --libs and put the output to Linker editbox if you want use dev-c++ with mingw you will have to translate the things like -I/usr/include to windows paths ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. <a class="moz-txt-link-freetext" href="http://www.eclipsecon.org/osdn">http://www.eclipsecon.org/osdn</a> _______________________________________________ Dev-cpp-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Dev...@li...">Dev...@li...urce forge.net</a> TO UNSUBSCRIBE: <a class="moz-txt-link-freetext" href="http://www23.brinkster.com/noicys/devcpp/ub.htm">http://www23.brinkste r.com/noicys/devcpp/ub.htm</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/dev-cpp-users">https://li sts.sourceforge.net/lists/listinfo/dev-cpp-users</a> </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. <a class="moz-txt-link-freetext" href="http://www.eclipsecon.org/osdn">http://www.eclipsecon.org/osdn</a> _______________________________________________ Dev-cpp-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Dev...@li...">Dev...@li...urce forge.net</a> TO UNSUBSCRIBE: <a class="moz-txt-link-freetext" href="http://www23.brinkster.com/noicys/devcpp/ub.htm">http://www23.brinkste r.com/noicys/devcpp/ub.htm</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/dev-cpp-users">https://li sts.sourceforge.net/lists/listinfo/dev-cpp-users</a> </pre> </blockquote> You don't have the $ sign in identifiers option checked in compiler options.<br> </body> </html> --------------000304000305060901030209-- --__--__-- Message: 4 From: Gar...@ri... To: dev...@li... Date: Thu, 22 Jan 2004 01:00:50 +0000 Subject: [Dev-C++] Gary Kennedy/Infinity is out of the office. I will be out of the office starting 20/01/2004 and will not return until 23/01/2004. I will respond to your message when I return. ********************************************************************* The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message. *********************************************************************** --__--__-- Message: 5 Date: Wed, 21 Jan 2004 20:32:39 -0500 From: Reid Thompson <rei...@at...> To: Scott Simontis <age...@co...> Cc: "B.Alexandrov" <boj...@ya...>, dev...@li... Subject: Re: [Dev-C++] Windows XP Home edition did you define your project as a C project, or a C++ project? stdio.h is a C header file -- cstdio is the C++ implementation of same. Scott Simontis wrote: > B.Alexandrov wrote: > >> Thank you so much for your attention! The code is simply: >> >> #include <stdio.h> >> int main() >> { >> return 0; >> } >> And the message is: >> >> C:\DEV-C_~1\Bin\ld.exe: warning: cannot find entry symbol >> _WinMainCRTStartup; defaulting to 00401000 >> >> C:\DOCUME~1\BOIANA~1\LOCALS~1\Temp\ccIbdaaa.o: In function `main': >> >> //c/disk/source/hello.cpp:4: undefined reference to `__main' >> > I get no errors. I compiled it under Microsoft Visual C++ .NET./ > However, with Dev-C++ 4.9.8.5, I get an error about there being no make > target for the .o file. I have no clue what is wrong. The only thing I > changed was typing #include <cstdio> instead of #include <stdio.h> > >> */age...@co.../* wrote: >> >> May I see the code you are having trouble with? >> >> -- >> ~~Scott Simontis~~ >> Programmer >> >> ------------------------------------------------------------------------ >> Do you Yahoo!? >> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes >> <http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/mail_footer_email/evt=2 1482/*http://hotjobs.sweepstakes.yahoo.com/signingbonus> > > > --__--__-- Message: 6 From: "Juan Jose Costello Levien" <jua...@ya...> To: <dev...@li...> Date: Wed, 21 Jan 2004 22:51:29 -0300 Subject: [Dev-C++] Debugging in Dev-C++ This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C3E071.1B9239C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Finally, the source compiled Ok. But when I tried to use the debug = feature of Dev-C++, the blue cursor doesn't appear in the code. I = compiled the source with the "Generate debugging information" option, = and the parameters -g and -gcoff in the compiler options, and doesn't do = the job. Maybe there is a trick, or the like... Thanks in advance. Juan ----- Original Message -----=20 From: Scott Simontis=20 To: Juan Jose Costello Levien ; dev...@li...=20 Sent: Wednesday, January 21, 2004 9:44 PM Subject: Re: [Dev-C++] Compiling C source with GCC in Dev-C++ Juan Jose Costello Levien wrote:=20 Ok, I have done your tip, but Dev-C++ reports this: "unrecognized option -fdollar-in-identifiers" I don't know what is this about... maybe a bug in Dev-C++? CYou Juan =20 if you are using dev-c++ with cygwin simply run in the cygwin shell libvncserver-config --cflags and grab the output and put it to Compiler editbox on the Project Options\Parameters tab and then libvncserver-config --libs and put the output to Linker editbox if you want use dev-c++ with mingw you will have to translate the things like -I/usr/include to windows paths ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Dev-cpp-users mailing list Dev...@li... TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users =20 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Dev-cpp-users mailing list Dev...@li... TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users =20 You don't have the $ sign in identifiers option checked in compiler = options. ------=_NextPart_000_0010_01C3E071.1B9239C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE></TITLE> <META content=3Dtext/html;charset=3DISO-8859-1 = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3502.5390" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff text=3D#000000> <DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Finally, the source compiled Ok. But = when I tried=20 to use the debug feature of Dev-C++, the blue cursor doesn't appear in = the code.=20 I compiled the source with the "Generate debugging information" option, = and the=20 parameters -g and -gcoff in the compiler options, and doesn't do the=20 job.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Maybe there is a trick, or the = like...</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks in advance.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Juan</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: = 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:age...@co..." = title=3Da...@co...>Scott=20 Simontis</A> </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:jua...@ya..."=20 title=3Dj...@ya...>Juan Jose Costello Levien</A> ; = <A=20 href=3D"mailto:dev...@li..."=20 = title=3Dd...@li...>dev...@li...urcefor= ge.net</A>=20 </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Wednesday, January 21, = 2004 9:44=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: [Dev-C++] = Compiling C source=20 with GCC in Dev-C++</DIV> <DIV><BR></DIV>Juan Jose Costello Levien wrote:=20 <BLOCKQUOTE type=3D"cite" = cite=3D"mid002701c3e073$014fbe50$1f652ac8@gunst"><PRE wrap=3D"">Ok, I = have done your tip, but Dev-C++ reports this: "unrecognized option -fdollar-in-identifiers" I don't know what is this about... maybe a bug in Dev-C++? CYou Juan </PRE> <BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">if you are using dev-c++ = with cygwin simply run in the cygwin shell libvncserver-config --cflags and grab the output and put it to Compiler editbox on the Project Options\Parameters tab and then libvncserver-config --libs and put the output to Linker editbox if you want use dev-c++ with mingw you will have to translate the things like -I/usr/include to windows paths ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. <A class=3Dmoz-txt-link-freetext = href=3D"http://www.eclipsecon.org/osdn">http://www.eclipsecon.org/osdn</A= > _______________________________________________ Dev-cpp-users mailing list <A class=3Dmoz-txt-link-abbreviated = href=3D"mailto:Dev...@li...">Dev-cpp-users@lists.s= ourceforge.net</A> TO UNSUBSCRIBE: <A class=3Dmoz-txt-link-freetext = href=3D"http://www23.brinkster.com/noicys/devcpp/ub.htm">http://www23.bri= nkster.com/noicys/devcpp/ub.htm</A> <A class=3Dmoz-txt-link-freetext = href=3D"https://lists.sourceforge.net/lists/listinfo/dev-cpp-users">https= ://lists.sourceforge.net/lists/listinfo/dev-cpp-users</A> </PRE></BLOCKQUOTE><PRE wrap=3D""><!----> ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. <A class=3Dmoz-txt-link-freetext = href=3D"http://www.eclipsecon.org/osdn">http://www.eclipsecon.org/osdn</A= > _______________________________________________ Dev-cpp-users mailing list <A class=3Dmoz-txt-link-abbreviated = href=3D"mailto:Dev...@li...">Dev-cpp-users@lists.s= ourceforge.net</A> TO UNSUBSCRIBE: <A class=3Dmoz-txt-link-freetext = href=3D"http://www23.brinkster.com/noicys/devcpp/ub.htm">http://www23.bri= nkster.com/noicys/devcpp/ub.htm</A> <A class=3Dmoz-txt-link-freetext = href=3D"https://lists.sourceforge.net/lists/listinfo/dev-cpp-users">https= ://lists.sourceforge.net/lists/listinfo/dev-cpp-users</A> </PRE></BLOCKQUOTE>You don't have the $ sign in identifiers option = checked=20 in compiler options.<BR></BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_0010_01C3E071.1B9239C0-- --__--__-- _______________________________________________ Dev-cpp-users mailing list Dev...@li... TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users End of Dev-cpp-users Digest |
From: Doug M. <dou...@al...> - 2004-01-22 17:00:58
|
Hi all, Running WinXP, SP1. I just uninstalled my exe-only dev-c++ and replaced it with the full version with mingw c/c++. Beyond configuring the compilation tools, I haven't used it yet. Thought I'd update using "Tools->Check for Updates/Packages...", but vUpdate v1.616 comes up with the error * Error: Your devcpp.cfg file is missing the $INCLUDE field in its [VUPDATE] section... ] Ready, hit check mark to begin... and, of course, the check mark button does nothing. Nor does it help to set the options differently, e.g., to the "Default", which sets check boxes to list everything it finds at the update site. There's no devcpp.cfg anywhere in my computer. Should there be? Is there a dev-c++ feature that should set that up for me? Thanks in advance Doug |
From: Scott S. <age...@co...> - 2004-01-22 21:40:59
|
Doug MacDonald wrote: > Hi all, > > Running WinXP, SP1. I just uninstalled my exe-only dev-c++ and > replaced it with the full version with mingw c/c++. Beyond > configuring the compilation tools, I haven't used it yet. > > Thought I'd update using "Tools->Check for Updates/Packages...", but > vUpdate v1.616 comes up with the error > > * Error: Your devcpp.cfg file is missing > the $INCLUDE field in its > [VUPDATE] section... > ] Ready, hit check mark to begin... > > and, of course, the check mark button does nothing. > > Nor does it help to set the options differently, e.g., to the > "Default", which sets check boxes to list everything it finds at the > update site. > > There's no devcpp.cfg anywhere in my computer. Should there be? Is > there a dev-c++ feature that should set that up for me? Okay. If you are running Windows XP, it should be under Hard Drive Partiton:\Documents and Settings\Your Username\Local Settings\Application Data. You may also download Dev-C++ 4.9.8.5 from the site. > > Thanks in advance > > Doug > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
From: Doug M. <dou...@al...> - 2004-01-23 07:18:31
|
Egg on my face. I usually have "search hidden files and folders" checked in the search dialog, but it was unchecked when I looked just now. That's why it didn't find the Dev-Cpp.cfg file. It's also odd that when I retried the "Tools->Check for Updates/Packages..." just now, the complaint about $INCLUDE field was no longer there. You'd think it would have the consderation to break consistently, but no.... 8^) Thanks, Doug > Doug MacDonald wrote: > >> Hi all, >> >> Running WinXP, SP1. I just uninstalled my exe-only dev-c++ and replaced it with the full version with mingw c/c++. Beyond configuring the compilation tools, I haven't used it yet. >> >> Thought I'd update using "Tools->Check for Updates/Packages...", but vUpdate v1.616 comes up with the error >> >> * Error: Your devcpp.cfg file is missing >> the $INCLUDE field in its >> [VUPDATE] section... >> ] Ready, hit check mark to begin... >> >> and, of course, the check mark button does nothing. >> >> Nor does it help to set the options differently, e.g., to the "Default", which sets check boxes to list everything it finds at the update site. >> >> There's no devcpp.cfg anywhere in my computer. Should there be? Is there a dev-c++ feature that should set that up for me? > > > Okay. If you are running Windows XP, it should be under Hard Drive Partiton:\Documents and Settings\Your Username\Local Settings\Application Data. > You may also download Dev-C++ 4.9.8.5 from the site. > >> >> Thanks in advance >> >> Doug |
From: Juan J. C. L. <jua...@ya...> - 2004-01-22 17:21:47
|
Lorenzo, Please, can you explain more precisely your problem? Putting only "help" does not clarify much... of course that our topic is "helping people", but simply the fact of remembering it in such a way does not aid in helping you. Thanks. Juan ----- Original Message ----- From: "Lorenzo" <lor...@in...> To: <dev...@li...> Sent: Thursday, January 22, 2004 1:13 PM Subject: [Dev-C++] R: Dev-cpp-users digest, Vol 1 #1857 - 6 msgs > help |