Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.01.29;
Скачать: CL | DM;

Вниз

Internal error: BC1930   Найти похожие ветки 

 
Жук ©   (2004-01-19 11:41) [0]

Компилю программу - всё нормально, но когда запускаю на выполнение выскакивает эта ошибка, причём программа работает без проблем.
Что это за ошибка ? Как её поправить ?


 
alex_*** ©   (2004-01-19 11:42) [1]

Build делал?


 
Семен Сорокин ©   (2004-01-19 11:44) [2]

Это ошибка компилятора
см. справку по internal errors.


 
Жук ©   (2004-01-19 11:59) [3]


> alex_*** © (19.01.04 11:42) [1]
> Build делал?

Делал :-(


 
alex_*** ©   (2004-01-19 12:08) [4]

What to do if you encounter an internal error

Follow these steps to attempt to resolve an internal error:

1. If the error occurs immediately after you have modified code in the editor, go back to the place where you made your changes and make a note of what was changed.
2. If you can undo or comment out the change and then recompile your application successfully, it is possible that the programming construct that you introduced exposed a problem with the compiler. If so, skip to step 7.
Otherwise, follow the next few steps to resolve your problem.
1. Delete all of the .dcu or .dpu files associated with your project.

2. Close your project completely using File | Close All, then reopen your project, this will clear the unit cache maintained in the IDE. Alternatively you can simply close the IDE and restart.
3. Another options is to try and recompile your application using the Project|Build option so that the compiler will regenerate all of your dcus or dpus.
4. If the error is still present exit the IDE and try to compile your application using the command line version of the compiler (dcc32.exe) from a command prompt. This will remove the unit caching of the IDE from the picture and could help to resolve the problem.

If the problem still exists, go back to the place where you last made modifications to your file and review the code.



Страницы: 1 вся ветка

Текущий архив: 2004.01.29;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
9-93316
Mix
2003-06-30 11:00
2004.01.29
Алгоритм поиска пути - A*.


14-93690
Ig
2004-01-09 01:33
2004.01.29
В чем заключается регистрация на сайте?


1-93569
maxic
2004-01-17 11:53
2004.01.29
Как передать параметром переменную file of byte?


4-93744
Sergei
2003-11-22 11:29
2004.01.29
StdIn и StdOut


4-93732
voe
2003-11-22 03:10
2004.01.29
Запуск exe файла...