Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Error in borland c++

:) I am using borland c++ builder 6.0
can you tell me how to solve this error?
[Linker Error] Unresolved external 'hasp_login' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\DONGLE C TESTING VERSION2\UNIT1.OBJ
[250 byte] By [Nsh] at [2007-11-11 11:58:28]
# 1 Re: Error in borland c++
you have to link the object file or lib or DLL that contains the compiled code for 'hasp_login' to your project. In your project settings add thhe file and you'll be flying.
drkybelk at 2007-11-11 20:55:41 >
# 2 Re: Error in borland c++
can u tell me in detail. In project settings where i have to include the obj or dll.
Nsh at 2007-11-11 20:56:36 >