문제

While trying to compile a C++ project in XE5 I get the following error:

[ilink32 Error] Fatal: Unable to open file 'WINDOWS.OBJ'

I already use "Windows" instead of "WinTypes" and "WinProcs" in my Delphi units.

Under "Delphi compiler" -> "Unit scopes" there is also the "WinAPI" entry.

Does anyone know what could be the problem?

도움이 되었습니까?

해결책

Sounds like your search paths do not include an entry for $(BDS)\lib\$(Platform)\$(Config)

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