Hi all,
I have a problem with AsmWork. I can't make it compile with fasm. When I start "compile", AsmWorks hangs. Fasm program is starts, but "not responding". When I shut down the FASM process, after a few seconds AsmWork displays empty message box, and all is OK.
The FASM works fine from console window.
My OS is: Win95 OSR 2
I have a problem with AsmWork. I can't make it compile with fasm. When I start "compile", AsmWorks hangs. Fasm program is starts, but "not responding". When I shut down the FASM process, after a few seconds AsmWork displays empty message box, and all is OK.
The FASM works fine from console window.
My OS is: Win95 OSR 2
Hi John,
try compiling it with an older version of fasm (like 1.31)
If you don?t have it, in google try the cache trick (google is great because of that imho)
If even that doesn?t work, send me a PM, and I'll send it yo you.
(btw, what is 'iirc', I read it a lot, but never know)
try compiling it with an older version of fasm (like 1.31)
If you don?t have it, in google try the cache trick (google is great because of that imho)
If even that doesn?t work, send me a PM, and I'll send it yo you.
(btw, what is 'iirc', I read it a lot, but never know)
Hi all,
I have a problem with AsmWork. I can't make it compile with fasm. When I start "compile", AsmWorks hangs. Fasm program is starts, but "not responding". When I shut down the FASM process, after a few seconds AsmWork displays empty message box, and all is OK.
The FASM works fine from console window.
My OS is: Win95 OSR 2
JohnFound,
can you please write step by step what you do that the error occurs?
And please also tell us the paths of ASMWORK.exe and FASM.exe.
Hi bazix
long time I dont see you. What does iirc mean? You gotta know it
btw, did you add 'numbers option' to ASMWORK?
Please, post it when you do.
Nice day,
long time I dont see you. What does iirc mean? You gotta know it
btw, did you add 'numbers option' to ASMWORK?
Please, post it when you do.
Nice day,
Thank you,
now I don?t know If I really Cared of if I didn?t Recall it.
Gotta go.
now I don?t know If I really Cared of if I didn?t Recall it.
Gotta go.
Hi,
What I do, step by step:
1. unzip asmwork.zip to the path d:\johnwork\asmwork\
2. copy fasm.exe to the same directory.
3. Start Asmwork.exe - All is OK.
4. Open an asm file (some file, I try with many)
5. try to compile - ctrl+F9 or "main menu|run|compile
6. AsmWork hangs :(
7. When I press ctrl+alt+del in the close program dialog box I see "fasm" process not responding.
8. When I close the fasm, AsmWork "unhangs" and displays empty message box.
That's all.
What I do, step by step:
1. unzip asmwork.zip to the path d:\johnwork\asmwork\
2. copy fasm.exe to the same directory.
3. Start Asmwork.exe - All is OK.
4. Open an asm file (some file, I try with many)
5. try to compile - ctrl+F9 or "main menu|run|compile
6. AsmWork hangs :(
7. When I press ctrl+alt+del in the close program dialog box I see "fasm" process not responding.
8. When I close the fasm, AsmWork "unhangs" and displays empty message box.
That's all.
Hmm... ok, I tried it step by step and dont get this error :/
Maybe someone with Win95 can try to reproduce it...
Maybe someone with Win95 can try to reproduce it...
I changed line #861 in AsmWork.asm from:
mov ,SW_HIDE
to:
mov ,SW_SHOWNORMAL
So, when fasm starts in console window (now visible) strange message appear:
"This program may only be start by Microsoft Windows".
mov ,SW_HIDE
to:
mov ,SW_SHOWNORMAL
So, when fasm starts in console window (now visible) strange message appear:
"This program may only be start by Microsoft Windows".
I always said Win95 is a DOS GUI :grin: :grin:
I fix it. Thanks.