Quantcast
Channel: Atozed Forums - All Forums
Viewing all articles
Browse latest Browse all 275

TIWSSLOptions::SetPortA

$
0
0
Edition: IntraWeb Ultimate Edition
IntraWeb Version: 15.5.5
C++Builder: 12

[ilink32 Fehler] Error: Nicht auflösbares externes '__fastcall Iwservercontrollerbase::TIWSSLOptions::SetPortA(const int)' referenziert von ...\WIN32\DEBUG\SERVERCONTROLLER.OBJ
[ilink32 Fehler] Error: Linken kann nicht ausgeführt werden

As of version IW15.5.4, the port property function has been changed in IWServerControllerBase.hpp:
old: __property int Port = {read=FPort, write=FPort, default=0};
new: __property int Port = {read=FPort, write=SetPort, default=0};

Unfortunately, the pragma entry required to redirect the property functions SetPortA()/SetPortW is missing.
(please refer //-- user supplied --)

Viewing all articles
Browse latest Browse all 275

Trending Articles