- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I tried to build up a simple Dialog Box. Here is my codes
USE DFLOGM
INCLUDE 'resource.FD'
TYPE (dialog) dlg
LOGICAL retlog
retlog = DLGINIT( IDD_TEMP, dlg )
retint = Dlgmodal
end
But when I compiled it, I got the following error message:
Configuration: dialbox - Win32 Debug--------------------
Compiling resources...
C:FORTRANFILEDIALBOXDIALBOX.RC(10) : fatal error RC1015: cannot open include file 'afxres.h'.
Error executing rc.exe.
dialbox.exe - 1 error(s), 0 warning(s)
Can anyone help me?
USE DFLOGM
INCLUDE 'resource.FD'
TYPE (dialog) dlg
LOGICAL retlog
retlog = DLGINIT( IDD_TEMP, dlg )
retint = Dlgmodal
end
But when I compiled it, I got the following error message:
Configuration: dialbox - Win32 Debug--------------------
Compiling resources...
C:FORTRANFILEDIALBOXDIALBOX.RC(10) : fatal error RC1015: cannot open include file 'afxres.h'.
Error executing rc.exe.
dialbox.exe - 1 error(s), 0 warning(s)
Can anyone help me?
Link kopiert
2 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hi,
afxres.h should be in the ...Microsoft Visual StudioVC98Include directory. Check to see if it is there. If it is not, re-install VF. If it is, from Developer Studio, select Tools -> Options -> Directories tab -> Show directories for: -> Include files. Make sure that the ...VC98Include directory is on the list. If it isn't, add it.
Regards,
Leo
afxres.h should be in the ...Microsoft Visual StudioVC98Include directory. Check to see if it is there. If it is not, re-install VF. If it is, from Developer Studio, select Tools -> Options -> Directories tab -> Show directories for: -> Include files. Make sure that the ...VC98Include directory is on the list. If it isn't, add it.
Regards,
Leo
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
leo, thanks. That was exactly the problem. I reinstalled it. It is working now.
Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite