Форум программистов
 

Восстановите пароль или Зарегистрируйтесь на форуме, о проблемах и с заказом рекламы пишите сюда - alarforum@yandex.ru, проверяйте папку спам!

Вернуться   Форум программистов > Delphi программирование > Общие вопросы Delphi
Регистрация

Восстановить пароль

Купить рекламу на форуме - 42 тыс руб за месяц

Ответ
 
Опции темы Поиск в этой теме
Старый 05.12.2010, 16:53   #1
gisinfo
Новичок
Джуниор
 
Регистрация: 05.12.2010
Сообщений: 1
По умолчанию Проблема с Delphi 2010

Перешел с Delphi 7 на Delphi 2010. Собрал проект. Сначало компелилось все нормально, но потом, совершенно не предсказуемо пишет фотальную ошибку - F2063 Could not compile used unit 'System.pas'. Останавливается на первой строчке проекта... и все. Как с этим бороться?
gisinfo вне форума Ответить с цитированием
Старый 05.12.2010, 23:16   #2
GunSmoker
Старожил
 
Регистрация: 13.08.2009
Сообщений: 2,581
По умолчанию

F1:

Цитата:
This fatal error is given when a unit used by another could not be compiled. In this case, the compiler gives up compilation of the dependent unit because it is likely very many errors will be encountered as a consequence.

The cause for the fatal error lies in the previous errors reported by the compiler, that is, the actual errors that occurred in the unit being used.

The Delphi compiler does not give up after the first error it finds. It tries to find all the errors in the source and report each one, so that you can fix all the errors before attempting to compile again.

However, if a unit or program uses another unit, and that other unit cannot be compiled owing to a compiler error (such as a syntax error), it is not reasonable to continue trying to compile the unit or program. There would be too many false positives; identifiers would be registered as not found, when in fact they would be found if the used unit had compiled correctly.
Опытный программист на C++ легко решает любые не существующие в Паскале проблемы.
GunSmoker вне форума Ответить с цитированием
Ответ


Купить рекламу на форуме - 42 тыс руб за месяц



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Проблема с MS word 2010 Invisible_ Microsoft Office Word 0 21.11.2010 03:44
GlScene и Embarcadero Rad Studio 2010 (Delphi 2010) Fiery Fox Мультимедиа в Delphi 4 19.11.2010 21:46
Проблема с запуском Delphi 2010 zver777 Софт 5 26.09.2010 11:16
Проблема с Microsoft office 2010 evgenii0494 Microsoft Office Word 14 09.05.2010 09:48
Проблема с THotKey в Delphi 2010 Altera Компоненты Delphi 8 06.01.2010 09:51