MHumm / ComPortDriver

Win32/64 COM-Port component for Delphi
Apache License 2.0
49 stars 18 forks source link

Not able to compile the demo #5

Open resubuhtig opened 1 year ago

resubuhtig commented 1 year ago

The error is: [dcc32 Error] E2161 Error: RLINK32: Unsupported 16bit resource in file "...\ComPortDriver\Demo\MnForm.DFM". The Delphi version I'm using is 11.1.

MHumm commented 1 year ago

I just tried to compile with 11.3 and it worked flawlessly. I used the version from GetIt. But: I investigated a bit further and found, that all DFMs of the demo are still in the old binary format. That's something I like to change. I just need to find out how to do this... ;-)

MHumm commented 1 year ago

Ok, I found out and pushed a changed demo to development branch. DFM files are text now. Can you please check if that fixes it for you?

resubuhtig commented 1 year ago

Yes, it's working now. Thanks a lot.