News:

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

Feature Suggestions

Started by Bieb, February 01, 2005, 01:30:42 AM

Previous topic - Next topic

Mark Jones

Hmm that's odd, Ollydbg (http://home.t-online.de/home/Ollydbg/) always opens up blank for me. Maybe I have too long a path.
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Ramon Sala

I'll have a look Mark (maybe the path needs to be shorted).

Ramon
Greetings from Catalonia

Ramon Sala

A little bug doesn't pass the file to be debugged to Ollydbg. It will be fixed for next versions of Easy Code.

Thank you,

Ramon
Greetings from Catalonia

Mark Jones

Accessing the LPT/COM ports in NT/2K/XP is currently very difficult, requiring a third-party .sys driver or service. The MASM32 installation doesn't seem to have any I/O libraries either. Any chance EasyCode could implement something simple that works on XP also? :)

Attached are three "NT/2k/XP IO drivers" I found while searching the net. None are for MASM. Perhaps they might be helpful.

Regards,
Mark

[attachment deleted by admin]
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Ramon Sala

Hi Mark,

I'll study your suggestion and attached code.

Thank you,

Ramon
Greetings from Catalonia

Bieb

On a smaller note, any chance for a Visual Basic like opening screen, where in addition to showing new project types, it also lets you open projects, and shows recent projects?

Ramon Sala

Okay, I'll see what I can do.

Ramon
Greetings from Catalonia

Hades

Ok, I noticed hat Easy Code uses UPX to auto compress it's files. But, if you're like me, I like to also use upx's other command line options. So I was wondering, can you implement something in the options dialog that allows you to edit what command lines that will be executed with the upx packer? Or an option to turn off upx, so people can just upx their files manually? Thanks. I'm new and am switching from Delphi to ASM, I like your IDE very much ;)

Ramon Sala

Hi Hades,

In the Project->Properties, there is a check box named Compress the executable file (only Release mode), which can only be checked/unchecked when compiling in Release mode. Just uncheck it and there will be no UPX compression. About editting options for UPX, I'll see what I can do.

Regards,

Ramon
Greetings from Catalonia