Please help here, jvm.lib link error
843829Mar 24 2003 — edited Mar 26 2003when I try and make a dll like the tutorial somewhere on this site said I get this error:
C:\Work\NativeThing>cl -Ic:\jdk1.3\include -Ic:\jdk1.3\include\win32 help.cpp -F
ehelplib.dll -MD -LD jvm.lib
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
help.cpp
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:helplib.dll
/dll
/implib:helplib.lib
help.obj
jvm.lib
LINK : fatal error LNK1181: cannot open input file "jvm.lib"
I've seen some posts with people with the same problem, if anybody knows what's going on here please let me know.
thanks :)