Hi all, first and foremost, I would like to say that ICS had been a big help on some of my requirements. Yes, I am still using Delphi7 and still is maintaining an app that is being used under WinXP. Just last December 2024, I updated my ICS installation from 8.x to 9.3 and after recompiling the same app without any changes, all goes well. However, what I noticed are:
1. the EXE file size bloated by around 7MB more than while using v8.x
2. everytime I started the app in XP, I get this error: The procedure entry point ConvertThreadToFiberEx could not be located in the dynamic link library KERNEL32.dll
Do note that no other part of the program source code was change aside from recompiling the exact same code using ICS 9.x
I am not a professional programmer so I dont know where to find the culprit or how to solve the issue. I wanted to upgrade to v9.x because it comes with mqtt and I am thinking of incorporating mqtt messaging to the app.
hope anybody can provide a solution. Thank you.