TurboPack / AsyncPro

Async Professional is a comprehensive communications toolkit for Embarcadero Delphi and C++Builder.
101 stars 51 forks source link

32bit compile error ? #33

Open timj-code opened 1 year ago

timj-code commented 1 year ago

C++ Builder 11 Alexandra

There is no folder for hpp files (source\hpp\Win32\Debug) as mentioned in the md file ?

whether using Getit package manager or source code , I get a [DCC Fatal Error] pasall.tmp(1): F1027 Unit not found: 'System' or binary equivalents (.dcu) error, is this an error from IDE or this package?

romankassebaum commented 1 year ago

The .hpp files are under

packages\Alexandria\cpp\$(Platform\$(Config)

I cannot say if the GetIt package manager automatically compiles the packages, otherwise you have to compile them manually..

elymatos commented 1 year ago

Hi! There is no .hpp at packages\Alexandria\cpp$(Platform$(Config) (this folder doesn't exists in the repo). I saw that *.hpp is listed at .gitignore, so maybe they are not pushed to repo. Can you made them available? Thanks for the work! Ely

romankassebaum commented 1 year ago

Compile the packages and you will find them. I cannot make them available since they differ from the Delphi version.