Ошибки при компиляции файла dbgu.c |
|
Добавил(а) microsin
|
Error[Pe020]: identifier "FILE" is undefined c:\asm\HelloWorld\dbgu.c 107
Error[Pe020]: identifier "stdout" is undefined c:\asm\HelloWorld\dbgu.c 109
Error[Pe020]: identifier "stderr" is undefined c:\asm\HelloWorld\dbgu.c 109
Error[Pe020]: identifier "FILE" is undefined c:\asm\HelloWorld\dbgu.c 128
Error[Pe020]: identifier "stdout" is undefined c:\asm\HelloWorld\dbgu.c 153
Решение: нужно выбрать полную конфигурацию библиотеки: Project -> Options... -> General Options -> закладка Library Configuration -> в выпадающем списке Library выбрать Full.
|