More nasty bugs related to Delphi packages
The problem My Delphi XE started to act strange lately. I have unit Unit2.pas that uses ‘FormatBytes’ declared in Unit1.pas. When I try to compile Unit2 Delphi says that it cannot find FormatBytes. But FormatBytes is there, in Unit1 !! Unit1 belongs to Package1 and Unit2 to Package2 (Package2 depends on Package1). Even more […]
More nasty bugs related to Delphi packages Read More »