

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: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 804
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1540
Posts: 6500
Newest Members:
Kalyani, trustgas, CoreyBiolI, ugvchang52206802, ThomasNug, Ronaldmaymn, hai668412593, FannyWorld, Robertvew, StevenrupModerators: Jouni Aro: 1029, Pyry: 1, Petri: 0, Bjarne Boström: 1038, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0
Administrators: admin: 1