- Mar 7, 2004
- 984
- 0
- 0
Hello
I have been given an exisiting c++ project to work on. I am not experienced at c++ at all and have a bit of C experience. the project is in Visual Studio and i am trying to make head and tail of it at the moment.
i am familiar with the compiling and linking process having worked with a bit of assembler in the past
I dont understand how can there be four proejects(that is what the number of .dsp/.dsw's indicate),
one of them is cmdrun.dsp
perhaps that is the main project which gets the other projects to run?
i looked around for a mak file which i thought would take objects created by the other projects and merge them, ended up with three mak files, their dates looked suspiciously old and i found that they all existed on the net
nm_b55.mak
nm_cc.mak
nm_gnu.mak
could there be a make file which does not have a .mak extension?
i also came across *.bat files, but they did not contain any lines of code which would suggest they did any compiling or linking.
I have been given an exisiting c++ project to work on. I am not experienced at c++ at all and have a bit of C experience. the project is in Visual Studio and i am trying to make head and tail of it at the moment.
i am familiar with the compiling and linking process having worked with a bit of assembler in the past
I dont understand how can there be four proejects(that is what the number of .dsp/.dsw's indicate),
one of them is cmdrun.dsp
perhaps that is the main project which gets the other projects to run?
i looked around for a mak file which i thought would take objects created by the other projects and merge them, ended up with three mak files, their dates looked suspiciously old and i found that they all existed on the net
nm_b55.mak
nm_cc.mak
nm_gnu.mak
could there be a make file which does not have a .mak extension?
i also came across *.bat files, but they did not contain any lines of code which would suggest they did any compiling or linking.