c++.idde - Changing name of project
- Steve & Denise De Chellis (5/5) Jul 30 2002 Is their an easy way (using the IDE) to change the final name of the
 - 
Jan Knepper
 (24/29)
 Jul 30 2002
 
 - Steve & Denise De Chellis (7/38) Aug 01 2002 Thanks! This is exactly the information I needed!
 - Jan Knepper (3/50) Aug 01 2002 I guess it should go in the FAQ one of these days.
 
Is their an easy way (using the IDE) to change the final name of the executable file produced? I tried just making a new project with a different name but when I tried to compile I got out of memory errors. Steve De Chellis
 Jul 30 2002
<g>
Relatively simple...
-    Close the project.
-    Rename the .prj and .opn file to the new name.
-    Open de .prj file as a text file. You can do this with the IDDE through
File->Open (but do NOT open via Project->Open)
     You will find something like:
82572
P:\TMP\Test00.PRJ
Test00.OPN
novcs
Test00.DEF
1
898292412
0 0 0 0 0 "TEST.CPP" ""
0 -1 0 0 0 "S:\include\stdio.h" ""
0 -1 0 0 0 "S:\include\dos.h" ""
Rename the occurrences of Test00 (in your case the old project name) on the
2nd, 3rd and 5th line to the new name.
-    Save and close the .prj file.
-    Open the .prj file in the IDDE.
That should be all.
Jan
Steve & Denise De Chellis wrote:
 Is their an easy way  (using the IDE) to change the final name of the
 executable file produced?
 I tried just making a new project with a different name but when I tried to
 compile I got out of memory errors.
 Steve De Chellis
 Jul 30 2002
Thanks! This is exactly the information I needed! Steve De Chellis "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D4743FE.583D3F70 smartsoft.cc...<g> Relatively simple... - Close the project. - Rename the .prj and .opn file to the new name. - Open de .prj file as a text file. You can do this with the IDDEthroughFile->Open (but do NOT open via Project->Open) You will find something like: 82572 P:\TMP\Test00.PRJ Test00.OPN novcs Test00.DEF 1 898292412 0 0 0 0 0 "TEST.CPP" "" 0 -1 0 0 0 "S:\include\stdio.h" "" 0 -1 0 0 0 "S:\include\dos.h" "" Rename the occurrences of Test00 (in your case the old project name) onthe2nd, 3rd and 5th line to the new name. - Save and close the .prj file. - Open the .prj file in the IDDE. That should be all. Jan Steve & Denise De Chellis wrote:toIs their an easy way (using the IDE) to change the final name of the executable file produced? I tried just making a new project with a different name but when I triedcompile I got out of memory errors. Steve De Chellis
 Aug 01 2002
I guess it should go in the FAQ one of these days. Jan Steve & Denise De Chellis wrote:Thanks! This is exactly the information I needed! Steve De Chellis "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D4743FE.583D3F70 smartsoft.cc...<g> Relatively simple... - Close the project. - Rename the .prj and .opn file to the new name. - Open de .prj file as a text file. You can do this with the IDDEthroughFile->Open (but do NOT open via Project->Open) You will find something like: 82572 P:\TMP\Test00.PRJ Test00.OPN novcs Test00.DEF 1 898292412 0 0 0 0 0 "TEST.CPP" "" 0 -1 0 0 0 "S:\include\stdio.h" "" 0 -1 0 0 0 "S:\include\dos.h" "" Rename the occurrences of Test00 (in your case the old project name) onthe2nd, 3rd and 5th line to the new name. - Save and close the .prj file. - Open the .prj file in the IDDE. That should be all. Jan Steve & Denise De Chellis wrote:toIs their an easy way (using the IDE) to change the final name of the executable file produced? I tried just making a new project with a different name but when I triedcompile I got out of memory errors. Steve De Chellis
 Aug 01 2002








 
 
 
 Jan Knepper <jan smartsoft.cc>