fpGUI icon indicating copy to clipboard operation
fpGUI copied to clipboard

uidesigner freeze on launch

Open ozon85 opened this issue 3 years ago • 1 comments

Hello. In windows with russian localization i have Installed fpc-3.2.2.win32.and.win64.exe from the website sourceforge.net loaded fpGUI development from the Code button (version v1. 4. 1 does not compile with an error: error fpg_oledragdrop. pas (113,23): No corresponding implementation was found for the interface method " setData(const tagFORMATETC;var TagSTGMEDIUM;LongBool):LongInt; StdCall;".

I run the compilation "uidesigner" from the directory E:\Distributiv\coding\fpGUI-develop: fpc -Fusrc -Fisrc -Fisrc\corelib -Fusrc\corelib -Fusrc\corelib\gdi -Fisrc\corelib\gdi -Fusrc\gui -Fusrc\3rdparty\regex uidesigner\uidesigner.lpr Then I get uidesigner.exe which freezes at startup and uses 100% of a single processor core uidesigner-launched .

compile.log

ozon85 avatar Sep 18 '21 13:09 ozon85

Thank you for reporting this. I'll take a look as soon as possible.

As for the error:

error fpg_oledragdrop. pas (113,23): No corresponding implementation was found for the interface method " setData(const tagFORMATETC;var TagSTGMEDIUM;LongBool):LongInt; StdCall;".

That has been fixed ages ago. Please clone the repo and checkout the maint branch which contains the fix. The develop branch contains the same fix too.

graemeg avatar Sep 20 '21 17:09 graemeg