I'm trying to create a Delphi RemObjects SDK Combo Service/Standalone project.
I could put an ActiveX control on the form. But If run it, it crashes with an error message, "Project NewProjectClient.exe raised exception class EOleError with message 'Could not obtain OLE control window handle'.".
What is going wrong?
Thanks.
Any application that wants to use COM/ActiveX/OLE, must call
CoInitializeorCoInitializeExat least once, ideally during start-up. (OrOleInitializewhich itself callsCoInitialize)