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 i need to do ?
Can anyone help me?
Can anyone help me?
Comment