Author Topic: help  (Read 5960 times)

mabdelouahab

  • Member
  • ****
  • Posts: 537
help
« on: January 03, 2016, 07:05:02 PM »
Good morning

How do I include a file into a folder
Code: [Select]
INCLUDE .\INCs\MyInclud.inc
Quote
fatal error A1000:cannot open file : .\INCs\MyInclud.inc
Secondly How to make a group to code Like(.if/.endif;Proc /endp) I wante to make (;{/;})

AssemblyChallenge

  • Member
  • **
  • Posts: 110
Re: help
« Reply #1 on: January 04, 2016, 07:35:47 AM »
Hi and happy new year  :biggrin:

If you are posting here, I assume you are using Ramon Sala's EasyCode.

In that case you don't need to include the file(s) in your source code, instead, use the panel (Explorer) at the right side of EasyCode (Modules & Includes).

I couldn't understand your second question regarding code grouping.

Regards.

mabdelouahab

  • Member
  • ****
  • Posts: 537
Re: help
« Reply #2 on: January 04, 2016, 09:25:21 AM »
hi AssemblyChallenge

I make a utility to Generate code asm,and I am working to make this tool works with all Ide
But this statement generates an error when I using EasyCode

Code: [Select]
INCLUDE .\INCs\MyInclud.incSecondly How to make a group(Code Block)Like:



Such as radasm, I open masm.ini , at "[CodeBlock]" i add "22= ;{ , ;}  ,,,4"

rsala

  • Moderator
  • Member
  • *****
  • Posts: 357
    • Easy Code
Re: help
« Reply #3 on: January 06, 2016, 06:31:26 AM »
Hi mabdelouahab,

If I could see some code about what you want to do, I could help you.
EC coder

K_F

  • Member
  • *****
  • Posts: 1771
  • Anybody out there?
Re: help
« Reply #4 on: January 13, 2016, 08:41:12 AM »
I make a utility to Generate code asm,and I am working to make this tool works with all Ide
But this statement generates an error when I using EasyCode

Code: [Select]
INCLUDE .\INCs\MyInclud.inc
AFAIK Include Files are in ......path\EasyCode\Include
You might want to put your include files here !!

Quote
Secondly How to make a group(Code Block)Like:

Such as radasm, I open masm.ini , at "[CodeBlock]" i add "22= ;{ , ;}  ,,,4"
This lot is about macros.. read up on creating macros - it's really simple once you get the hang of it !
;)
'Sire, Sire!... the peasants are Revolting !!!'
'Yes, they are.. aren't they....'

mabdelouahab

  • Member
  • ****
  • Posts: 537
Re: help
« Reply #5 on: January 15, 2016, 06:30:57 AM »
This is a tool : http://masm32.com/board/index.php?topic=5028.0
Facilitate access to objects COM and .Net assembly
You'll notice the example listed to deal with .Net System.Windows.Forms.Inc, http://masm32.com/board/index.php?topic=5028.msg54023#msg54023
Contains 1034 phrases:
Code: [Select]
" INCLUDE .\System.Windows.Forms\...??..INC"1034 file in the folder \System.Windows.Forms\
When tested  the example with EasyCode result:
Quote
fatal error A1000:cannot open file : .\System.Windows.Forms\ ...
You can also note that every file I collect as Block: Constructors,Methods,Property,Field,... ; I want to get Expand/Collaps

and

rsala

  • Moderator
  • Member
  • *****
  • Posts: 357
    • Easy Code
Re: help
« Reply #6 on: January 21, 2016, 05:21:44 AM »
I will have a look at the links you posted and see what I can do.
EC coder