Hi there.
I need to include an object file in a Visual Studio .NET 2003 project in order to use some functions within that compiled source file. This is a visual c++ console application, btw.
However, nothing I try within the VS environment allows me include the file so that the project can find the functions listed within the implementation file. To get some specific information, I have the uncompiled source file of the header file: sorts.h and I have the compiled object code, sorts.obj (compiled from sorts.cpp <-- which I do not have). How can I include this sorts.obj file in my project so that I can use the functions outlined in the header file and defined in the .cpp implementation file without actually having the .cpp file?
Thanks,
wild-
I need to include an object file in a Visual Studio .NET 2003 project in order to use some functions within that compiled source file. This is a visual c++ console application, btw.
However, nothing I try within the VS environment allows me include the file so that the project can find the functions listed within the implementation file. To get some specific information, I have the uncompiled source file of the header file: sorts.h and I have the compiled object code, sorts.obj (compiled from sorts.cpp <-- which I do not have). How can I include this sorts.obj file in my project so that I can use the functions outlined in the header file and defined in the .cpp implementation file without actually having the .cpp file?
Thanks,
wild-