|
-
April 30th, 2013, 12:18 PM
#6
Re: #import MSVBVM60.DLL unresolved external...
 Originally Posted by acanel
VARIANT * Number );
float __stdcall Rnd(
VARIANT * Number );
How vstudio generate this code? if this function not here???
The error you're getting is a linker error, not a compiler error.
All that line that you posted does is make the compiler happy. It doesn't do anything for the linker. The linker must be given the library file where that function exists.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|