User Profile

Collapse

Profile Sidebar

Collapse
Dheer
Dheer
Last Activity: Sep 25 '07, 12:31 PM
Joined: Sep 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dheer
    replied to Link error
    in C
    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...
    See more | Go to post

    Leave a comment:


  • Dheer
    replied to Link error
    in C
    I have included the lib file on cmd line otherwise how could i link the 2 functions...
    See more | Go to post

    Leave a comment:


  • Dheer
    started a topic Link error
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...