The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: Paulo on September 13, 2013, 09:11:36 PM

Title: Custom macros in Easy Code?
Post by: Paulo on September 13, 2013, 09:11:36 PM
Hi Ramon

I have a few custom macros which I often use with Masm32, can I use them in Easy Code (always get a syntax error message) and where do I declare it?

Thanks.

===================
UPDATE:
===================

Please ignore question, it's sorted.
Title: Re: Custom macros in Easy Code?
Post by: rsala on September 14, 2013, 08:03:05 AM
Hi Paulo,

Thanks for using Easy Code.

Yes, you can use your macros in Easy Code. You should declare them in the Window/Module you are going to invoke them, or even better you can write them in an ".inc" file. The you place that ".inc" file in the project folder and include it in the project by using the "Project-->Add files..." menu option. That way, they will be available to all Windows/Modules in the project.

If the macros are well coded, you should not get any error message.

Regards,

Ramon
Title: Re: Custom macros in Easy Code?
Post by: Paulo on September 14, 2013, 08:28:14 AM
Thank you Ramon.

All sorted out.
Title: Re: Custom macros in Easy Code?
Post by: rsala on September 15, 2013, 06:53:12 AM
I'm glad to hear that!

Regards.