dev-cpp-users Mailing List for Dev-C++ (Page 14)
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: John M. <joh...@co...> - 2009-10-25 09:16:26
|
Thanks all. I figure memory is memory, but I'll try allocating the space with malloc. From some of the noise I've read on the web, I thought there was some adjustment that could be made to some configuration item, that would allow larger size arrays to be declared with minGW. At 06:33 PM 10/24/2009, mi...@na... wrote: >Two megs? Or "char somvar[2,000,000]"? > >If the latter...then that is way more than you'll probably need. That's a >very large array. Now, if you can only allocate two mB, then something is >wrong with the compiler, OS or with your code. Try allocating it with malloc >instead of using a standard array. > >-mh. > >(sorry for sending to the wrong place the first time, Mr Westermark) >----- Original Message ----- From: "Per Westermark" <pw...@ia...> >To: "John Mcelvaney" <joh...@co...> >Cc: <dev...@li...> >Sent: Saturday, October 24, 2009 6:05 PM >Subject: Re: [Dev-C++] How to increase space for defining arrays > > >>Are you having problems in FreeBSD? Is there even a kern.maxdsize for >>MinGW? >> >>Are you talking about global arrays, or local on the stack, or dynamically >>allocated? Uninitialized or initialized arrays? >> >>/pwm >> >>On Sat, 24 Oct 2009, John Mcelvaney wrote: >> >>> >>>I've searched all day, but I can't find any help for increasing the >>>size for declaring arrays. I can use a little over 2 meg. I saw >>>one suggestion about increasing the minGW "kern.maxdsize", >>>but I can find no info on the web about how to do that. Anybody >>>have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 >>>and minGW32 version 3.2.4. Thanks. >>> >>> >>>------------------------------------------------------------------------------ >>>Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>is the only developer event you need to attend this year. Jumpstart your >>>developing skills, take BlackBerry mobile applications to market and stay >>>ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>http://p.sf.net/sfu/devconference >>>_______________________________________________ >>>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 >> >> >>------------------------------------------------------------------------------ >>Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>is the only developer event you need to attend this year. Jumpstart your >>developing skills, take BlackBerry mobile applications to market and stay >>ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>http://p.sf.net/sfu/devconference >>_______________________________________________ >>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: <mi...@na...> - 2009-10-25 00:00:39
|
Two megs? Or "char somvar[2,000,000]"? If the latter...then that is way more than you'll probably need. That's a very large array. Now, if you can only allocate two mB, then something is wrong with the compiler, OS or with your code. Try allocating it with malloc instead of using a standard array. -mh. (sorry for sending to the wrong place the first time, Mr Westermark) ----- Original Message ----- From: "Per Westermark" <pw...@ia...> To: "John Mcelvaney" <joh...@co...> Cc: <dev...@li...> Sent: Saturday, October 24, 2009 6:05 PM Subject: Re: [Dev-C++] How to increase space for defining arrays > Are you having problems in FreeBSD? Is there even a kern.maxdsize for > MinGW? > > Are you talking about global arrays, or local on the stack, or dynamically > allocated? Uninitialized or initialized arrays? > > /pwm > > On Sat, 24 Oct 2009, John Mcelvaney wrote: > >> >> I've searched all day, but I can't find any help for increasing the >> size for declaring arrays. I can use a little over 2 meg. I saw >> one suggestion about increasing the minGW "kern.maxdsize", >> but I can find no info on the web about how to do that. Anybody >> have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 >> and minGW32 version 3.2.4. Thanks. >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> 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 >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > 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: Philip B. <ph...@bl...> - 2009-10-24 23:32:40
|
John, For that kind of a size I'd suggest using dynamic memory instead, the new operator if you're working with C++ or the calloc function if you're using C since it's an array that we're talking about. Pushing that much data directly on the stack seems unwise. Kind regards, Philip Bennefall ----- Original Message ----- From: "John Mcelvaney" <joh...@co...> To: <dev...@li...> Sent: Sunday, October 25, 2009 1:53 AM Subject: [Dev-C++] How to increase space for defining arrays > > I've searched all day, but I can't find any help for increasing the > size for declaring arrays. I can use a little over 2 meg. I saw > one suggestion about increasing the minGW "kern.maxdsize", > but I can find no info on the web about how to do that. Anybody > have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 > and minGW32 version 3.2.4. Thanks. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > 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 -------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.423 / Virus Database: 270.14.28/2454 - Release Date: 10/23/09 14:09:00 |
From: Per W. <pw...@ia...> - 2009-10-24 23:05:57
|
Are you having problems in FreeBSD? Is there even a kern.maxdsize for MinGW? Are you talking about global arrays, or local on the stack, or dynamically allocated? Uninitialized or initialized arrays? /pwm On Sat, 24 Oct 2009, John Mcelvaney wrote: > > I've searched all day, but I can't find any help for increasing the > size for declaring arrays. I can use a little over 2 meg. I saw > one suggestion about increasing the minGW "kern.maxdsize", > but I can find no info on the web about how to do that. Anybody > have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 > and minGW32 version 3.2.4. Thanks. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > 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: John M. <joh...@co...> - 2009-10-24 22:56:00
|
I've searched all day, but I can't find any help for increasing the size for declaring arrays. I can use a little over 2 meg. I saw one suggestion about increasing the minGW "kern.maxdsize", but I can find no info on the web about how to do that. Anybody have any suggestions? p.s. I'm using Dev C++ version 4.9.9.2 and minGW32 version 3.2.4. Thanks. |
From: Kazys S. <qq...@gm...> - 2009-10-18 01:55:52
|
From: Kazys S. <qq...@gm...> - 2009-10-18 01:23:52
|
From: Merlin V. <mer...@ya...> - 2009-10-11 20:19:44
|
Buanas tardes, Cuando trato de compilar me aparece el siguiente error invalid BFD target `dynamic' , y no se genera el .exe, al parecer es un error en el link, por favor necesito ayuda pues he intentado varias cosas y ninguna funciona y en google aparece muy poca documentación al respecto. saludos merlin |
From: Merlin V. <mer...@ya...> - 2009-10-02 17:53:10
|
Estaría muy agradecido si me ayudaran con lo siguiente: cuan do intento compilar un programa me sale esto: BFD target `dynamic' collect2: ld returned 1 exit status Process terminated with status 1 (0 minutes, 1 seconds) 0 errors, 0 warnings saludos merlin |
From: Per W. <pw...@ia...> - 2009-10-01 14:37:37
|
Are you aware that all development of Dev-C++ has been down for a number of years now? May I recommend that you take a closer look at the Code::Blocks IDE instead? It is a full-featured environment that supports multiple configured tool chains making it easy for you to use cross-compilers for some projects, and native compilers for other projects. It also has better debugger integration, when used with the MinGW compiler to build native applications. /pwm On Thu, 1 Oct 2009, Jerry Evans wrote: > Hello > > I'm using 4.9.9.2 on Windows 7 with gcc m68k cross compilation tools. > DevC++ is excellent for the task and the beta version has pretty much > worked flawlessly. Thanks and kudos to the team - we will be making a > donation. > > One issue that arises is the DevC++ configuration. If I open a .dev > project file from the Explorer context menu, the IDE uses the config > data stored in (for example) > ..\Users\Username\AppData\Roaming\Dev-Cpp\devcpp.ini. In my case this > does *not* contain the right cross-compiler config, which is contained > in a subdirectory of the devcpp installation. Is there a better way to > do this? > > Also the initial config wizard has no option to escape/cancel, which is > annoying when you *have* configured things. > > So how about writing a single registry entry to locate the config file? > If no entry or specified config file absent then give the user the > option to either proceed with configuration or locate an existing config > file. There is already a DevCpp registry entry here: > > HKEY_LOCAL_MACHINE\SOFTWARE\Dev-C++ > > I'd submit patches myself but guess what ... > > Thanks again. > > Jerry. > |
From: Jerry E. <je...@No...> - 2009-10-01 10:17:45
|
Hello I'm using 4.9.9.2 on Windows 7 with gcc m68k cross compilation tools. DevC++ is excellent for the task and the beta version has pretty much worked flawlessly. Thanks and kudos to the team - we will be making a donation. One issue that arises is the DevC++ configuration. If I open a .dev project file from the Explorer context menu, the IDE uses the config data stored in (for example) ..\Users\Username\AppData\Roaming\Dev-Cpp\devcpp.ini. In my case this does *not* contain the right cross-compiler config, which is contained in a subdirectory of the devcpp installation. Is there a better way to do this? Also the initial config wizard has no option to escape/cancel, which is annoying when you *have* configured things. So how about writing a single registry entry to locate the config file? If no entry or specified config file absent then give the user the option to either proceed with configuration or locate an existing config file. There is already a DevCpp registry entry here: HKEY_LOCAL_MACHINE\SOFTWARE\Dev-C++ I'd submit patches myself but guess what ... Thanks again. Jerry. |
From: João M. R. S. T. <ta...@fe...> - 2009-09-30 17:40:39
|
---------------------------------------------------------------------------- --------------------- (Apologies for cross-posting.) International Symposium CompIMAGE'10 http://www.fe.up.pt/CompIMAGE Submission Period Extended We would appreciate if you could distribute this information by your colleagues and co-workers. ---------------------------------------------------------------------------- --------------------- Dear Colleague, The deadline for submission to the International Symposium CompIMAGE'10 - Computational Modelling of Objects Represented in Images: Fundamentals, Methods and Applications (http://www.fe.up.pt/CompIMAGE), which will take place in Buffalo-Niagara in May 5-7, 2010, has been extended to October 20, 2009. The accepted papers will be published in Lecture Notes in Computer Science. Moreover, extended versions of the best papers will be published in journal special issues. We hope that we will have the pleasure to benefit from your valuable contribution, enriching the scientific quality and the presentation panel of CompIMAGE'10. Best Regards, Reneta P. Barneva (State University of New York, USA) Valentin E. Brimkov (State University of New York, USA) Renato M. Natal Jorge (University of Porto, Portugal) João Manuel R. S. Tavares (University of Porto, Portugal) (CompIMAGE'10 organizers) ------------------------------------------------------------ International Symposium CompIMAGE'10, May 5-7, 2010 Buffalo-Niagara, NY, USA *** http://www.fe.up.pt/CompIMAGE *** ------------------------------------------------------------ INVITED SPEAKERS: - Dr. Herbert A. Hauptman (Nobel Laureate, President of the Hauptman-Woodward Medical Research Institute) - Prof. Chandrajit L. Bajaj, University of Texas at Austin - Prof. Jorge S. Marques , Instituto Superior Técnico, Lisbon, Portugal - Prof. Dinggang Shen, University of North Carolina at Chapel Hill - Prof. Yongjie (Jessica) Zhang, Carnegie Mellon University. PUBLICATIONS: Springer's Lecture Notes in Computer Science. Extended versions of the best papers will be invited for journal publication. TOPICS (not limited to): - Image Processing and Analysis - Image Segmentation - 2D and 3D Reconstruction - Discrete Tomography - Data Interpolation, Registration, Acquisition and Compression - Objects Tracking - Medical Imaging - Computational Bioimaging and Visualization - Biometric Person Identification - Computational Crystallography - Motion and Deformation Analysis - Visual Data Mining and Knowledge Discovery - Scientific Data Visualization - Large Data Set Visualization - Simulation - Theoretical Foundations of Object Modeling - Digital Geometry for Computer Imaging - Shape Modeling IMPORTANT DATES: Full paper submission due (EXTENDED): October 20, 2009 Notification of acceptance: November 20, 2009 Camera-ready papers due: December 15, 2009 SOCIAL PROGRAM: Tour to the famous Niagara Falls. Pre- or post-symposium tours to Genesee Country Village, Erie Canal, Corning Museum of Glass and Letchworth State Park, called the Grand Canyon of the East. |
From: Dean C. 贾定 <per...@gm...> - 2009-09-19 23:23:08
|
Yeah. For me, after "#include<iostream>;", I have "using namespace std;" On Fri, Sep 18, 2009 at 12:44 PM, <mph...@ya...> wrote: > Hey guys I'm new to c++ and when I tried to write my program, I get the > errors that cout and endl are undeclared(use this function first) any > suggestions? > Sent from my BlackBerry Smartphone provided by Alltel > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > 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: Per W. <pw...@ia...> - 2009-09-19 17:11:38
|
C and C++ are just two programming languages. They can be used for almost anything. When doing things in Windows, you should take a look at the Microsoft MSDN site. It contains the documentation for all Windows-related API. These API will let you do just about anything you have seen any Windows program do. /pwm On Sat, 19 Sep 2009, Merlin Verdecia wrote: > Hello, > How I could using C/C++ to protect a folder in windows, so that the folder cannot be opened nor be erased. > thank you > merlin > > > > |
From: Merlin V. <mer...@ya...> - 2009-09-19 17:06:57
|
Hello, How I could using C/C++ to protect a folder in windows, so that the folder cannot be opened nor be erased. thank you merlin |
From: Per W. <pw...@ia...> - 2009-09-19 08:46:05
|
Have you remembered that C++ have added namespaces? Did you write std::cout and std::endl or try the "using" keyword? /pwm On Fri, 18 Sep 2009 mph...@ya... wrote: > Hey guys I'm new to c++ and when I tried to write my program, I get the errors that cout and endl are undeclared(use this function first) any suggestions? > Sent from my BlackBerry Smartphone provided by Alltel > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > 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: Reid T. <rei...@at...> - 2009-09-18 20:27:42
|
On Fri, 2009-09-18 at 16:48 -0300, co...@di... wrote: > Hi, > > how can I read one by one line from a file? one way would be to use fgets google for some examples > > The matrix is double but should I compare what I am reading with '\r' > or '\n', how if they're different types? > > > I've tried fread but I have to define how many bytes I'm going to read > (isn't it?) but the size > > > of the matrix is dinamicaly allocated. > > Tks in advance for any help. > > Maria > > |
From: <co...@di...> - 2009-09-18 19:48:25
|
Hi, how can I read one by one line from a file? The matrix is double but should I compare what I am reading with '\r' or '\n', how if they're different types? I've tried fread but I have to define how many bytes I'm going to read (isn't it?) but the size of the matrix is dinamicaly allocated. Tks in advance for any help. Maria |
From: <mph...@ya...> - 2009-09-18 15:43:03
|
Hey guys I'm new to c++ and when I tried to write my program, I get the errors that cout and endl are undeclared(use this function first) any suggestions? Sent from my BlackBerry Smartphone provided by Alltel |
From: Aravindan T. <ara...@gm...> - 2009-09-17 03:44:55
|
hello, I am making an exe file of an opengl program to execute from a normal C program. int result; result = system(path of the exe file); The program works fine and the exe file of the opengl program opens when i execute this program. But when the graphics part start in the opengl application, there is an execution failure. I found that, this problem is mostly due to insufficient runtime memory provided to the program, which must be high for these programs. Can anyone help me solve this issue when I use dev c++. thanks in advance |
From: Derek C. <de...@ci...> - 2009-09-11 21:56:33
|
Try -lxx The compiler automatically assumes .lib. 2009/9/11 <co...@di...> > Hi, > As a new user of dev-C++ I'd like to know how to link an outside library. > I've tried to put the option -lxx.lib and the correct path in the lib > directories > but > it is not capable of finding it. > Tks for any suggestion. > Maria > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > 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: <co...@di...> - 2009-09-11 13:15:53
|
<p>Hi,</p> <p>As a new user of dev-C++ I'd like to know how to link an outside library.</p> <p>I've tried to put the option -lxx.lib and the correct path in the lib directories but</p> <p>it is not capable of finding it.</p> <p>Tks for any suggestion.</p> <p>Maria</p> |
From: <co...@di...> - 2009-09-11 13:12:45
|
<p>Hi,</p> <p>As a new user of dev-C++ I'd like to know how to link an outside library.</p> <p>I've tried to put the option -lxx.lib and the correct path in the lib directories but</p> <p>it is not capable of finding it.</p> <p>Tks for any suggestion.</p> <p>Maria</p> |
From: <co...@di...> - 2009-09-11 13:12:37
|
Hi, As a new user of dev-C++ I'd like to know how to link an outside library. I've tried to put the option -lxx.lib and the correct path in the lib directories but it is not capable of finding it. Tks for any suggestion. Maria |
From: Per W. <pw...@ia...> - 2009-09-05 20:21:12
|
The most important things to think about: - use a good algorithm. - turn on optimization. - get experience. /pwm On 5 Sep 2009, anoop sabir wrote: > What are the different measures to be taken while programming in C++, so that the execution time is significantly improved? |