Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

It's possible to use a .obj c++ file on a c# project, to use his functions (like a DLLexport by example) ?

I only have the object file....
Posted

1 solution

No. An OBJ file is not a complete object, it needs to be linked into an EXE or DLL before you can use it.
 
Share this answer
 
Comments
Menon Santosh 7-Nov-11 8:33am    
iam trying the same +5 from me
Sergey Alexandrovich Kryukov 7-Nov-11 16:12pm    
Correct, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900