News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

IczTut 35

Started by DC, January 28, 2006, 09:20:52 PM

Previous topic - Next topic

DC

I made a WinASM project with Iczelion's tutorial 35, it builds with no error but when I run it it gets an illegal operation error, the .exe that came with the tut works fine. do I need to update my .inc's & .lib's? they are a couple years old. the .zip has my project and the .exe I built.
thanx for any tips,
DC

[attachment deleted by admin]
this isn't daja vu, I'm just learning it for the 37th time
http://www.bmath.net

akyprian

Add /STACK:2000000,2000000 for link (as it is in original makefile)

Antonis

DC

thanx akyprian,
I guess I should learn about make files.
this isn't daja vu, I'm just learning it for the 37th time
http://www.bmath.net