Thread: Re: [Dev-C++] Error in resources file compiling
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Michael C. <jd...@ho...> - 2001-09-12 07:24:49
|
Hi, I do not know much about windows programming, but this seems like a dos problem to me. I think that you have not allocate enough resource to the environment. Try adding to you config.sys file : SHELL=C:\COMMAND.COM /E:4096 /P I may be wrong, if so sorry. Hope it helps, Michael >From: "Ameer Khan" <sm...@vs...> >Reply-To: dev...@li... >To: <dev...@li...> >Subject: [Dev-C++] Error in resources file compiling >Date: Tue, 11 Sep 2001 20:46:03 +0530 > >friends, >After creating a Window by File/New Project/Window Application, I have >edited the resources file Rsrc.rcfor creating a Menu File with Open, Save >and Exit menu items. > >When pressed the after adding this file to the Project >I give command to compile he Resouces " Build Resources" >given at the bottom of the Resources file editor. or by >Execute/Compile. >I am getting "Compiler and linker output error" >as following > >Out of environmernt space >out of environment space >Id: cannot open-Istdc++: No such file or dirctory > >I am having libstdc++.a file in my C:\Dev-C++\Lib folder >562 KB, Type A File. > >I am having 1 GB Harddisk space free and 50MB Ram free and 80% of my >computer resources are fee. >Is Libstdc++ is same as -lstdc++ ? >I am very much interested in expertising C++ with >Dev-C++. Kindly clear my doubts. > > >Ameer Khan >sm...@vs... > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Michael C. <jd...@ho...> - 2001-09-12 07:25:41
|
Hi, I do not know much about windows programming, but this seems like a dos problem to me. I think that you have not allocated enough resource to the environment. Try adding to you config.sys file : SHELL=C:\COMMAND.COM /E:4096 /P url: http://www.easydos.com/command.html I may be wrong, if so sorry. Hope it helps, Michael >From: "Ameer Khan" <sm...@vs...> >Reply-To: dev...@li... >To: <dev...@li...> >Subject: [Dev-C++] Error in resources file compiling >Date: Tue, 11 Sep 2001 20:46:03 +0530 > >friends, >After creating a Window by File/New Project/Window Application, I have >edited the resources file Rsrc.rcfor creating a Menu File with Open, Save >and Exit menu items. > >When pressed the after adding this file to the Project >I give command to compile he Resouces " Build Resources" >given at the bottom of the Resources file editor. or by >Execute/Compile. >I am getting "Compiler and linker output error" >as following > >Out of environmernt space >out of environment space >Id: cannot open-Istdc++: No such file or dirctory > >I am having libstdc++.a file in my C:\Dev-C++\Lib folder >562 KB, Type A File. > >I am having 1 GB Harddisk space free and 50MB Ram free and 80% of my >computer resources are fee. >Is Libstdc++ is same as -lstdc++ ? >I am very much interested in expertising C++ with >Dev-C++. Kindly clear my doubts. > > >Ameer Khan >sm...@vs... > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: lavi <jl...@ne...> - 2001-09-14 18:15:15
|
I want to unsubscribe. I has a VIRUS Please bail me out ----- Original Message ----- From: Michael Codadeen <jd...@ho...> To: <dev...@li...> Sent: Wednesday, September 12, 2001 9:24 AM Subject: Re: [Dev-C++] Error in resources file compiling > Hi, > > I do not know much about windows programming, but this seems like a dos > problem to me. I think that you have not allocate enough resource to the > environment. Try adding to you config.sys file : > > SHELL=C:\COMMAND.COM /E:4096 /P > > > I may be wrong, if so sorry. > Hope it helps, > > Michael > > >From: "Ameer Khan" <sm...@vs...> > >Reply-To: dev...@li... > >To: <dev...@li...> > >Subject: [Dev-C++] Error in resources file compiling > >Date: Tue, 11 Sep 2001 20:46:03 +0530 > > > >friends, > >After creating a Window by File/New Project/Window Application, I have > >edited the resources file Rsrc.rcfor creating a Menu File with Open, Save > >and Exit menu items. > > > >When pressed the after adding this file to the Project > >I give command to compile he Resouces " Build Resources" > >given at the bottom of the Resources file editor. or by > >Execute/Compile. > >I am getting "Compiler and linker output error" > >as following > > > >Out of environmernt space > >out of environment space > >Id: cannot open-Istdc++: No such file or dirctory > > > >I am having libstdc++.a file in my C:\Dev-C++\Lib folder > >562 KB, Type A File. > > > >I am having 1 GB Harddisk space free and 50MB Ram free and 80% of my > >computer resources are fee. > >Is Libstdc++ is same as -lstdc++ ? > >I am very much interested in expertising C++ with > >Dev-C++. Kindly clear my doubts. > > > > > >Ameer Khan > >sm...@vs... > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |