The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: vmars316 on June 15, 2011, 06:44:49 PM

Title: How to setup C:\GoAsm\EasyCode.Go ?
Post by: vmars316 on June 15, 2011, 06:44:49 PM
Greets,
I worked on Icz_stuff for a while.
API is great, but i need to get more into asm itself.
So i am here.
?1) Pls, What is a good forum for GoAsm/EasyCode support?
Is this it?
I have EC set up as follows:
C:\masm32\EasyCode.Ms
?2) How should I set up GoAsm/EasyCode?
C:\GoAsm\EasyCode.Go

Thanks...vmars
Title: Re: How to setup C:\GoAsm\EasyCode.Go ? Also win32 sdk ?
Post by: vmars316 on June 15, 2011, 08:57:15 PM
Also, where can i download the
SDK (Software Development Kit)
recommended in Jeremy Gordon's
http://www.godevtool.com/

I am running win7 & xp,
does that mean that i have to download just the win7 sdk or both?
I want to develop for both environments,
probably write in win7 ==> *.exe
and also recompile for xp ==> *.exe

I am having trouble finding these on msdn,
as Gomer would say "surprise surprise!".

Thanks...vmars
Title: Re: How to setup C:\GoAsm\EasyCode.Go ?
Post by: vmars316 on June 16, 2011, 02:10:30 AM
Quote from: vmars316 on June 15, 2011, 06:44:49 PM
?2) How should I set up GoAsm/EasyCode?
C:\GoAsm\EasyCode.Go
[/quote
Oops, I missed this:
Get the latest version of Easy Code GoAsm here (May 6, 2011)]
http://easycode.cat/English/Download/EasyCodeGoAsm1060004Eng.zip
Thanks...vmars
Title: EasyCode.Go Debugger Path Library compiler ?
Post by: vmars316 on June 16, 2011, 03:14:57 AM
Greets,
Trying to setup: 
EC/Tools/Settings
There are two entries i don't know what to specify:
1) On the Tools TAB: "Debugger Path"
2) On the Compile/link TAB "Library compiler"

Where can I download these from?
Thanks...vmars
Title: Re: EasyCode.Go Debugger Path Library compiler ?
Post by: TmX on June 16, 2011, 03:57:56 AM
Quote from: vmars316 on June 16, 2011, 03:14:57 AM
There are two entries i don't know what to specify:
1) On the Tools TAB: "Debugger Path"
2) On the Compile/link TAB "Library compiler"

For the debugger, try Ollydbg
And for the library compiler, try lib.exe (included in MASM32), or polib.exe (from Pelles C)
Title: Re: How to setup C:\GoAsm\EasyCode.Go ?
Post by: vmars316 on June 16, 2011, 07:58:05 PM
Thanks tmx,
got'em.

But i have another prob:
In EC/help
all the help files work fine.
Except, 'win32 help':
what it gives me in instead is
an html listing of directory: C:\EasyCode.Go\GoASM\Help
I have both win32.HLP and win32.GID
Thanks...vmars316
Title: Re: How to setup C:\GoAsm\EasyCode.Go ?
Post by: Ramon Sala on June 16, 2011, 10:48:06 PM
The  'win32 help' menu option opens the file specified in the "Win32 help path" of the "Tools" tab of the "Tools->Settings" menu.

Ramon
 
Title: Re: How to setup C:\GoAsm\EasyCode.Go ?
Post by: vmars316 on June 17, 2011, 07:03:58 PM
Quote from: Ramon Sala on June 16, 2011, 10:48:06 PM
The  'win32 help' menu option opens the file specified in the "Win32 help path" of the "Tools" tab of the "Tools->Settings" menu.

Ramon
 

Yes, I got that part right.
I downloaded a diff version of win32.hlp
and all is well.
win32.hlp = Microsoft® Win32® Programmer's Reference , right ?
Thanks...vmars
Title: Re: How to setup C:\GoAsm\EasyCode.Go ?
Post by: Ramon Sala on June 17, 2011, 10:08:21 PM
Right!