Link obj files

  • Thread starter Thread starter Hadichko
  • Start date Start date
H

Hadichko

Guest
Hi, I have created a Visual C++ project with multiple C++ files. I would like to provide the users the obj files of all C++ files except for one. In other words, the user has the freedom to implement his/her function as a user define function and link it to the rest of the project. For this purpose, I need to learn how to link the whole thing into an executable. Please introduce me a step by step tutorial/instructions to do so.

Thank you.

Hadi

Continue reading...
 
Back
Top