Ian Branch 127 Posted February 15, 2020 (edited) Hi Remy, FYI - Just pulled rev 3634. All '260 libraries now load. Still get the size_t error. "Building IndySystem260.dproj (Debug, Win32) [dcc32 Error] IdCTypes.pas(191): E2003 Undeclared identifier: 'size_t' [dcc32 Fatal Error] IndySystem260.dpk(57): F2063 Could not compile used unit 'IdCTypes.pas' Failed" Regards, Ian Edited February 15, 2020 by Ian Branch Share this post Link to post
Remy Lebeau 1394 Posted February 15, 2020 2 hours ago, Ian Branch said: I noticed the Indy260.groupproj and tried it but not all of the libraries are there yet. I have checked in .dproj files for 10.3 now. I don't know if they work. I don't really use .dproj files myself, and I don't have 10.3 installed to make them for me, so I just copied the files from 10.2 and tweaked them. Otherwise, you can just open and compile the individual .dpk files instead and let the IDE generate new .dproj files. 2 hours ago, Ian Branch said: [dcc32 Warning] IdGlobal.pas(9537): W1002 Symbol 'RegisterExpectedMemoryLeak' is specific to a platform Fixed now. 2 hours ago, Ian Branch said: [dcc32 Error] IdCTypes.pas(191): E2003 Undeclared identifier: 'size_t' Fixed now. Share this post Link to post
Ian Branch 127 Posted February 15, 2020 Hi Remy, Almost. 😉 "[dcc32 Error] IdCTypes.pas(240): E2029 Declaration expected but ';' found" Ian Share this post Link to post
Ian Branch 127 Posted February 15, 2020 Remove ';' all good. Built & Installed. Cheers. Ian Share this post Link to post
Remy Lebeau 1394 Posted February 15, 2020 3 minutes ago, Ian Branch said: Almost. 😉 3 minutes ago, Ian Branch said: "[dcc32 Error] IdCTypes.pas(240): E2029 Declaration expected but ';' found" Fix checked in. Share this post Link to post
Ian Branch 127 Posted February 15, 2020 All Good. Thanks for the rapid support & patience. Regards, Ian Share this post Link to post