Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Object files

Status
Not open for further replies.

UMShadow

Programmer
Sep 29, 2002
6
US
Hey, I'm still learning MSVC so bear with me here. I have an object file that someone else wrote that I need to include in my project. The file is a UNIX .o file, and VC doesn't seem to recognize it. Is there a way to compile with that file so I can use it?

Also, I'm using MSVS 6.0. Thanks a lot.
 
Even if the format was the same (which I doubt), I don't think it would work unless the object-file was built for the same processor.
Probably the .o file also references externals that are not present.

Very good luck !!
/JOlesen
 
I was afraid of that. I got "missing or corrupted" file errors when I tried adding them to the project. Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top