Novice Programmer here: Linking
-
I know this is a stupid question but: how do I link (or include) only resource files within my project? Jay
can you provide some little more details about what you have and what you need please ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
I know this is a stupid question but: how do I link (or include) only resource files within my project? Jay
Jay Minor wrote:
...resource files...
Which is what exactly? :confused:
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
I know this is a stupid question but: how do I link (or include) only resource files within my project? Jay
Do you want to insert resource file(rc) to your project?
WhiteSky
-
Do you want to insert resource file(rc) to your project?
WhiteSky
-
can you provide some little more details about what you have and what you need please ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
still you don't provide much infos, so i can't help
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
If you want to add a cpp file to your project you can right click on the Solution Explorer of your project and choose Add->Add New Item and select c++ file to Create a source file,Is your intent?
WhiteSky
-
If you want to add a cpp file to your project you can right click on the Solution Explorer of your project and choose Add->Add New Item and select c++ file to Create a source file,Is your intent?
WhiteSky
-
Whats meaning of "actual program " again if you want to include a exist cpp to your project you can use of Add Exsiting Item you can include cpp but if it doesnt your answer more explain:)
WhiteSky
-
Whats meaning of "actual program " again if you want to include a exist cpp to your project you can use of Add Exsiting Item you can include cpp but if it doesnt your answer more explain:)
WhiteSky
-
this is what i dont want to do: #include "c:/.....", since i can (like u said) add an existing item to my project, so instead of typing the file path all the time, cant i just do something like #include "filename.cpp" wich is already in the project?
Im sorry but I dont understand what you said can you more explain but a thing you must inlcude filename.h not filename.cpp
WhiteSky