Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: Cannot compile Indy 10 development snapshot
| Subject: | Re: Cannot compile Indy 10 development snapshot |
| Posted by: | "Salvatore Besso" (s.bes..@mclink.it) |
| Date: | Fri, 9 Feb 2007 12:57:07 |
ok, since the thread seems dead, I can say that I have resolved the problem:
------------------------
dclIndyProtocols100.dpk:
------------------------
I have copied/pasted the requires section from previous 10.0.52 package and
now it compiles fine.
> And why a design-time package requires another design-time
> package (dclIndyCore100)? Is it another mistake?
Apparently it's not a mistake, it needs dclIndyCore100 otherwise it doesn't
compile, but it remains weird...
> In the Protocols folder, the file DelphiZLib.obj is missing. Is it still
> needed?
It seems that this file is no longer needed. The package compiled fine
without it.
-------------------
dclIndyCore100.dpk:
-------------------
> vcl is missing in the requires section. Is it ok?
I have added vcl in the requires section and it compiled fine.
BTW, can I say that the development snapshot package is a bit caothic? :-)
Regards
Salvatore
none