Guest
|
Posted: Wed Apr 12, 2006 3:03 pm Post subject: unresolved external '_GenerateHash' referenced from c:\borla |
|
|
Hi All.
I need halp as I'm not getting very far very fast. I am not a C
developer and am not having much fun with this, it has to be said.
I have some code, which when compiled into an exe, can be called from a
webpage to generate a hash code for a secure transaction. The exe file
must display html on the browser aswell as generate this hash code so
the user can click to direct him/herself to an online merchant account
to make a secure payment.
Firstly, I am not even sure what kind of application this is, Windows,
Console or Dll.
Secondly, there are so many different commandline options, I am having
trouble getting my head round them all.
Could someone please help me with the correct commandline options for
the bcc32 and the ilink32 calls?
I have tried ....
bcc32 -c -w ccorderhash.c
and
ilink32 /Tpe/ap/c c0x32 ccorderhash.obj, OrderHashTools.exe,,import32
cw32
but keep getting the error listed.
What am I doing wrong?
Im using Borlands C++Builder version 5.5.1 |
|