05-17-2021, 02:49 PM
Hi, C++ Builder XE7, IW 15.0 22
I am maintaining an application built some years ago using IW14. (I know my current IW is behind in updates but it serves me well and to update it unnecessarily is a nightmare of administration). The app in question has the following line in ServerController.cpp:
gInternalFiles->Add( "IW_JS_JSENCRYPT", "/js/jsencrypt.js" );
Compilation fails at -> with error Pointer to structure required on left side of -> or ->*
I have checked the definition of gInternalFiles which is similar to the IW14 version and I am at a loss why compilation now fails.
Thanks,
Denville.
I am maintaining an application built some years ago using IW14. (I know my current IW is behind in updates but it serves me well and to update it unnecessarily is a nightmare of administration). The app in question has the following line in ServerController.cpp:
gInternalFiles->Add( "IW_JS_JSENCRYPT", "/js/jsencrypt.js" );
Compilation fails at -> with error Pointer to structure required on left side of -> or ->*
I have checked the definition of gInternalFiles which is similar to the IW14 version and I am at a loss why compilation now fails.
Thanks,
Denville.