VB Error
billybob01
Member Posts: 504
in Off-Topic
Has anyone come across this error in VB6 before.
LINK: fatal error LNK1158: cannot run "cvtres.exe"?
When a user trys to create and save an exe we receive the error.
LINK: fatal error LNK1158: cannot run "cvtres.exe"?
When a user trys to create and save an exe we receive the error.
Comments
-
JDMurray Admin Posts: 13,089 AdminHave you been able to compile with VB6 and suddenly this error occurred, or has VB6 never been able to compile on your system? If it just broke, check if the cvtres.exe resource compiler file is on your hard drive. If it is, make sure that it's in the PATH environment variable so Visual Studio 6 can find it. It's likely that you installed a program or an update that changed the PATH VS6 uses.
And don't forget to install Visual Studio 6 Service Pack 6.