Christian Klein Posted July 1, 2020 Posted July 1, 2020 When I try to set dynamically the port, I get the following link error: [ilink32 Fehler] Error: Nicht auflösbares externes '__fastcall Uniguiserver::TUniGUIServerModule::SetPortW(unsigned short)' referenziert von C:\TEMPCOMPILE\WEBOFFICE32\WIN32\RELEASE\SERVERMODULE.OBJ In english: Unresolved external '__fastcall Uniguiserver::TUniGUIServerModule::setPortW(unsigned short)' ... Thanks for help Quote
Sherzod Posted July 1, 2020 Posted July 1, 2020 Hello, 41 minutes ago, Christian Klein said: When I try to set dynamically the port How? Quote
Christian Klein Posted July 1, 2020 Author Posted July 1, 2020 Hi Sherzod Port = wPortL; SSL->SSLPort = wPortSSLL; On SSL port it works Quote
Sherzod Posted July 1, 2020 Posted July 1, 2020 Which build are you using? Can you make a simple testcase!? Quote
Christian Klein Posted July 1, 2020 Author Posted July 1, 2020 I use the last version 1.90.0.1534 IDE: C++ Builder 10.4 I have attached a test project. UniGuiTestServer.zip Quote
Christian Klein Posted July 6, 2020 Author Posted July 6, 2020 Hello, has anyone a solution for this problem? I can't solve this problem self because I don't have access to the source code. Thanks for help! Quote
Administrators Farshad Mohajeri Posted July 7, 2020 Administrators Posted July 7, 2020 This issue will be resolved in next build. Somehow CPP Linker can't distinguish SetPort from ServerModule and the SetPort from Delphi Library. Fix already implemented. Quote
Christian Klein Posted July 7, 2020 Author Posted July 7, 2020 Hi Farshad, thanks for the info! Quote
RobertoLopes Posted July 8, 2020 Posted July 8, 2020 22 hours ago, Farshad Mohajeri said: This issue will be resolved in next build. Somehow CPP Linker can't distinguish SetPort from ServerModule and the SetPort from Delphi Library. Fix already implemented. Farshad Any ideas when the next build will be available ? Since we use ONLY C++ BUilder I cannot upgrade becauseof this. Quote
RobertoLopes Posted July 20, 2020 Posted July 20, 2020 No answer yet ? Any ideas when the next build with this fixed will be available ? This is only a 10.4 issue or affects Tokyo as well ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.