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.