10:42, EET
October 27, 2014
I’m using C++ Builder with the Sentrol SDK and I can’t define the OnError event because when I compile an error ocurred with this event. I wasn’t able to figure out the origin of this error. The error wich appears is:
[bcc32 Error] Model_ServerOPC.cpp(88): E2034 unable to convert ‘void (_fastcall * (_closure )(TObject *,const EPsOPCError *))(TObject *,const EPsOPCError *)’ in ‘TPsOPCErrorEvent’
I post the object code I use for the event declaration:
Header File
class ServerModel {
…
public:
…
void __fastcall ServerOPCError(TObject* Sender, const EPsOPCError* ErrorObject);
…
};
Code File
void ServerModel::addEvents() {
…
this->opcServer->OnError = ServerOPCError; //Here is when the compiler arise the error
…
}
void __fastcall ServerModel::ServerOPCError(TObject* Sender, const EPsOPCError* ErrorObject) {
ShowMessage(“Error”);
}
These error doesn’t appear when I define the error event on design time. What I’m missing?
Most Users Ever Online: 1919
Currently Online:
23 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 727
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1529
Posts: 6471
Newest Members:
gabriellabachus, Deakin, KTP25Zof, Wojciech Kubala, efrennowell431, wilfredostuart, caitlynfajardo, jeromechubb7, franciscagrimwad, adult_galleryModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1032, Jimmy Ni: 26, Matti Siponen: 349, Lusetti: 0
Administrators: admin: 1