News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Help! Questions on opening files within an Assembly IDE

Started by Mike Anum, May 08, 2017, 05:57:10 AM

Previous topic - Next topic

Mike Anum

Ok, just ran your code, and it didn't help, but it does run. However it only runs without framework.c.
Which is the current problem

So basically, it will run with framework.c if windows.inc isn't included, but then I won't be able to run the cmdline. So if I remove framework.c, it will run but then the user won't be able to input or output strings.

I'm using the cmdline to output images, if executed inconditional statements. I'd figure that it would be the easier option, but taking the easy way out doesn't seem to be working. So maybe, there's a better way to display images without a command prompt... I currently don't know

Please see attachment