Avatar
Please consider registering
guest
sp_LogInOut Log Insp_Registration Register
Register | Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Feed Topic RSSsp_TopicIcon
OnError Event
November 24, 2015
10:42, EET
Avatar
Fransua33
Member
Members
Forum Posts: 39
Member Since:
October 27, 2014
sp_UserOfflineSmall Offline

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?

November 25, 2015
6:28, EET
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1044
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

The correct form of the method definition seems to be

void __fastcall PsOPCServer1Error(TObject *Sender, EPsOPCError *const ErrorObject);
Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 61
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 100
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 773
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1558
Posts: 6567
Newest Members:
aracelyhaley4, raphaelschonell, Ashmag, kathyreimann56, brittanylemos, dorthycundiff76, PromotionToold, CHHinrichs, rodricklienhop, jose_Wanderlei
Moderators: Jouni Aro: 1039, Pyry: 1, Petri: 1, Bjarne Boström: 1054, Jimmy Ni: 26, Matti Siponen: 359, Lusetti: 0
Administrators: admin: 1