User Profile
Collapse
-
Actually there is no mismatch in the function signature.Could you pls clear my one doubt.Initially the lib file was in coff format. I opened the lib file in Visual Studio.net and could see this function which wasn't linking.Since the lib was not of coff type i used coff2omf to convert it to omf the first time.When I opened this converted file I couldn't see this function. It was stripped off.Next i tried to convert the coff to omf giving the cmd... -
I have included the lib file on cmd line otherwise how could i link the 2 functions...Leave a comment:
-
Link error
I am trying to create an exe from a simple C program whilch calls some functions having implementation in a lib file . There are 3 functions i am invoking of which the compiler is able to just link 2 functions , for the third the compiler throws unresolved symbol error . I have set the path to lib directory . Since the lib was initially i coff type i have converted it into omf using coff2omf .Is this causing any problem or there is something else...
No activity results to display
Show More
Leave a comment: