The MASM Forum
Projects => Easy Code IDE 32/64-bit => Topic started by: K_F on March 12, 2013, 07:35:59 PM
-
Hi Ramon..
Any possibility of making the INC files editable (they currently locked).
I'd like to add my own inc files and edit them.
Thanks
van
-
Hi van,
INC files should not be edited as they are part of the MASM32 SDK. That is why they are intially locked in the IDE if they are in the "Masm32\include" folder. However, you can edit an INC file by pressing Ctrl+Shift+F2, but just do it for modifying your own INC files, not those being part of MASM32.
Ramon
-
Ja.. that's the idea.
Thanks Ramon
:t
-
You're welcome!