문제

Is it possible to port Delphi unit with a scoped name like MyLib.Classes.pas to FPC (ver 2.6.0) without renaming it to remove the scope prefix MyLib.?

도움이 되었습니까?

해결책

For the moment the current FPC (2.6.0) doesn't support dotted unit names , exist a proposal about this feature and even a report, but appears closed and marked as won't fix

다른 팁

FPC's Development version (2.7.1) does support dotted unit name. Please see http://wiki.freepascal.org/FPC_New_Features_Trunk#Delphi-like_namespaces_units

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top