Novice alert - please be kind.
Have currently got the paylink system (sr3 and cube hopper)
Ran the demo and everything is fine.
I am relativly new to programming, but can usually get what I want done on windows using Borland C++ Builder version 6.0
Have managed to get the example files to compile and run (after converting from MS C++ them via the tools menu under builder)
But as I have never had to deal with dll's before i'm having a few probs
I have my game done, I put the include "Aesimhei.h" statement in the top of my code and can then see all the paylink functions available (under the class explorer)
But it won't compile if I try to call any of the functions..
for example as a test I put a button on a form and call the following code on button click
Code: Select all
long OpenStatus = OpenMHE() ;
Label4->Caption = OpenStatus ;
I know I must have missed something very simple
As I said not having delt with dll's before I'm a bit stuck!
Any help appreciated. I'm sure if I get pased this part it'll be plain sailing (hopfully)