The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: K_F on August 06, 2018, 08:08:46 PM

Title: Bugz ?
Post by: K_F on August 06, 2018, 08:08:46 PM
Maybe a bug, but I've noticed this twice during my setting up... and testing my configuration.
I'll try different files  and report on that. :)

A simple window with some controls and a compile results in this error message
(https://i.imgur.com/KXV7Jyw.jpg)
Title: Re: Bugz ?
Post by: rsala on August 07, 2018, 10:12:47 PM
Well, it seems that the "D:\Develop\EC2000\Lib64" folder does not exist and I guess it is a configuration error (have a look at the Masm64.cfg file). For 64 bit projects the 64-bit libraries are in the "\EasyCode\Lib\x64" folder, so in the Masm64.cfg configuration the "Library files folder" entry must point to the path where you have the EasyCode folder ("..\EasyCode\Lib\x64").
Title: Re: Bugz ?
Post by: K_F on August 08, 2018, 04:02:25 AM
Been thinking Ramon..

I have the older 32bit version of Easycode (Easycode folder) running as well as the 64bit version (EC2000 folder ).
EC2000 64 bit  seems to be defaulting to the Easycode 32 bit folder, whereas in the pics below I've set my options and properties to the EC2000 folder.
Once I made those folders in the Easycode folder, the problem then asked for a Lib folder in the EC2000 folder..  :bgrin:

(https://i.imgur.com/uKLSnPm.jpg)

(https://i.imgur.com/pWmMSTd.jpg)

Sounds like greek..  :biggrin:
Working through it..  :t
Title: Re: Bugz ?
Post by: rsala on August 09, 2018, 04:35:41 AM
For the 64-bit Masm configuration (Masm64.cfg configuration file), the Include Files Folder and Library Files Folder entries must point, respectively, to \EasyCode\Include\Masm\x64 and \EasyCode\Lib\x64.
Title: Re: Bugz ?
Post by: K_F on August 09, 2018, 06:43:02 AM
Ah, OK thanks..
I was moving things around a bit to have different versions available.
;)