Functions not accessible in the new version of some .lib file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have got a problem, it goes like this: In the older version of some of our .lib file, some functions run fine, but in the newer version of the same .lib file, those are inaccessible, I face the error as ‘Unresolved external symbol’. I am compiling my program in Visual C++ using VS 2005. I opened that concerned .lib file, and found that the concerned functions are there in the file, but those are not accessible to my program. It doesn’t have its DLL. Could you give me its solution, or possible reasons why it’s happening? I will be grateful. Thanks in advance.
Software Developer Sanjay Khapre