Helo:
Every time that I compile code, the program consents to the floppy disk drive, why makes it?, i make a lot of test, and always the fdd runs, it wil break.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The version is 4.9.9.2.
I cant find the build log, i understand what is this?excuse me.
I turn off the service of the no32 antivir and the problem continues same.
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Click Rebuild All (CTRL-F11 is the shortcut). Wait for it to finish, then click the 'Compile Log' tab at the bottom of the screen. Right-click on the text it displays and select 'Copy' from the popup menu. Paste into this forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know if this is your problem, but spaces in the path are bad (\Mis documentos). Move your entire project to a folder that doesn't contain spaces such as c:\projects\ and try again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Helo:
Every time that I compile code, the program consents to the floppy disk drive, why makes it?, i make a lot of test, and always the fdd runs, it wil break.
Thanks
I just do it and the problem is the same.
Thnaks for your time.
What is fdd?
FDD: Flopy Disk Drive
Post the build log.
And also indicate what version number of Dev you are using.
Wayne
The version is 4.9.9.2.
I cant find the build log, i understand what is this?excuse me.
I turn off the service of the no32 antivir and the problem continues same.
thanks
Click Rebuild All (CTRL-F11 is the shortcut). Wait for it to finish, then click the 'Compile Log' tab at the bottom of the screen. Right-click on the text it displays and select 'Copy' from the popup menu. Paste into this forum.
This is:
Compilador: Default compiler
Building Makefile: "C:\Mis documentos\Instituto\FP\PositivoYPAr\Makefile.win"
Ejecutando make...
make.exe -f "C:\Mis documentos\Instituto\FP\PositivoYPAr\Makefile.win" all
gcc.exe -c PositivoYPar.c -o PositivoYPar.o -I"C:/DEV-CPP/include"
gcc.exe PositivoYPar.o -o "PositivoYPar.exe" -L"C:/DEV-CPP/lib"
Ejecución Terminada
Compilación Concluida con Éxito
thanks
I don't know if this is your problem, but spaces in the path are bad (\Mis documentos). Move your entire project to a folder that doesn't contain spaces such as c:\projects\ and try again.