Memnarch / Delphinus

An alternative Packagemanager for the Delphi-IDE
Mozilla Public License 2.0
235 stars 64 forks source link

Cannot compile in Delphi 10 Seattle #15

Closed PeterPanino closed 8 years ago

PeterPanino commented 8 years ago

[dcc32 Error] DN.HttpClient.WinHttp.pas(171): E2033 Types of actual and formal var parameters must be identical

Solution: LRead, LWritten: UInt64;

PeterPanino commented 8 years ago

Other bug:

[dcc32 Error] E1026 File not found: 'DelphinusImages.res'

Memnarch commented 8 years ago

please only one bug at a time/ticket ;) Ok for this time.

Memnarch commented 8 years ago

About the missing .res file: Is there a dres file? Cause other people reported seattle to work correctly (before i changed to WInHttp) but i din't change the way resources are added to the project iirc. It is expected that the resourcecompiler is triggered.

PeterPanino commented 8 years ago

No, there is no dres file in the downloaded zip file.

Memnarch commented 8 years ago

ofcourse there is not, the question is, does the IDE generate one when opening compiling? The Project includes the RC files and generates the res. As i said, it worked for other Seattle user

PeterPanino commented 8 years ago

As I said, it didn't work for me.

Memnarch commented 8 years ago

Okay this resourcestuff was totally my bad. Sorry! It seems i accidentally removed the rc-file from the XE6 project at some point. Please close if everything works