Hello!!!
Plein de bonne volonté, j'ai dl un tuto pour ASM Win32... Voici mon code:
.386 .MODEL FLAT, STDCALL OPTION CASEMAP : NONE
INCLUDE \masm32\include\windows.inc INCLUDE \masm32\include\kernel32.inc INCLUDE \masm32\lib\kernel32.lib INCLUDE \masm32\lib\user32.inc INCLUDE \masm32\lib\user32.lib
.data msgbox_caption DB 'Première MessageBox', 0 appname DB 'msgbox.exe', 0
.code main: INVOKE MessageBox, NULL, ADDR msgbox_caption, ADDR appname, MB_OK INVOKE ExitProcess, NULL end main
|
Voila Masm32 bloque sur le premier include avec l'erreur : Fatal error A1000: Cannot open file: \masm32\include\windows.inc
avec les arguments /c /coff /Cp.... Une idée?
Merci
@++
Raf
"On dit que seulement 10 personnes au monde comprenaient Einstein. Personne ne me comprends. Suis-je un génie???"