Hey all,
I seem to be having a problem whereby, when I build a program (using F7)
The Easy Code IDE states that it is compiling and then proceeds to freeze and I eventually have to shut it down.
I believe I have included all the files to the correct areas and have added all the .exe files etc using the Tools->Settings->Compile/Link (Tab)

Any Ideas?
Thanks,
v0rtex
Posted on 2010-08-10 14:40:19 by v0rtex
Okay after some searching I have set up my paths:

My Include path points to the header files by Donkey's Stable to which everyone seemed to recommend that you must get.
My Lib path points to the masm32 lib folder, My GoRC points to the GoRC.exe in my C:\GoAsm\Bin\ directory as do the actual GoAsm.exe and GoLink.exe
No, help documentation has been set up, now with all this done for some reason whenever I click F7 to build my project, the IDE freezez and nothing happens, I have even tried with various examples so it is not a coding error, have I included something wrong?
Posted on 2010-08-11 08:06:15 by v0rtex
Hi v0rtex,

Sorry for the delay. I have been abroad for a few days.

I will try to find out what is happening as I'm not aware about the IDE freezing you are reporting. Meanwhile, the best you can do is placing all Donkey's header files in the 'Include' directory (\GoAsm\Include) together with those coming with the ECGo package. Then select the Use the GoAsm headers option in the 'Tools->Settings->General tab' and all the examples (being in the \EasyCode.Go\Examples directory) should build without errors.

I attach an image of my 'Tools->Settings->Compile/Link tab', taking into account that I have the GoAsm directory in G: drive.

Regards,

Ramon
Attachments:
Posted on 2010-08-19 15:51:11 by rsala
Hi v0rtex,

I'm sorry but I haven't been able to find the error you reported. So please follow these steps:

- Download the ECGo.zip file at http://www.godevtool.com.
- Unzip it and you will have a folder named 'GoAsm'.
- Move the 'GoAsm' folder to any of your hard disks (i.e. C:\Goasm, D:\GoAsm, etc.).
- Now download the 'GoAsm Headers' at http://www.quickersoft.com/donkey/index.html.
- Unzip it and copy all files and folders to the GoAsm 'Include' folder (\GoAsm\Include).
- Now download the last version of Easy Code GoAsm (currently 1.04.0.0013).
- Follow the instructions in the 'Setup.txt' file.
- Move the 'EasyCode.Go' folder to any of your hard disks.
- Open the 'EasyCode.Go' folder and run the 'Settings' program.
- Now run EasyCode.exe (in the '\GoAsm\Bin' folder) and click the 'Tools-->Settings' menu.
- On the General tab, select the Use the GoAsm headers option.
- Now click on the Compile / Link tab.
- Set the right path for each item, click OK and restart EasyCode.exe.

All of the examples coming with Easy Code (in the '\GoAsm\Examples' folder) should be properly built with no errors. Please let me know whether you could solve the problem.

Thanks.
Posted on 2010-08-20 16:38:27 by rsala