Tuesday, July 14, 2009

Error in borland c++ builder?

[Linker Error] Unresolved external 'hasp_login' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\DONGLEP...

Error in borland c++ builder?
Well to find out the exact problem we'd have to know whats after the ...
Reply:you have to link against the hasp library. look at the hasp samples, they have a borland sample. it comes with a makefile or a batch file, which links the hasp library.
Reply:Maybe your setup of your compiler is wrong. patch up this codes.





#include %26lt;iostream%26gt;


using namespace std;





int main()





{


cout %26lt;%26lt; "Hello World" %26lt;%26lt; endl;





return 0;





}





If you can compile and run this, then your compiler is working properly.


No comments:

Post a Comment