The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: Ficko on March 14, 2010, 10:13:59 PM

Title: LNK1117
Post by: Ficko on March 14, 2010, 10:13:59 PM
I am getting

Quote
Linking...
: fatal error LNK1117: syntax error in option 'debugtype:both'
Quote

if "Add symbolic information" is checked.

Probably still configured to a "stone age" linker. :bg
How can I change the linker's switches don't see anything in the "EasyCode.ini" ?  :dazzled:
Title: Re: LNK1117
Post by: Ramon Sala on March 14, 2010, 10:48:14 PM
Hi Ficko,

You cannot change the linker's switches in visual projects.

You are probably using a later version of Link.exe. To avoid errors, use the the linker (ver 5.12.8078.0) coming with MASM32 SDK version 10 (http://www.masm32.com). Although Easy Code is suposed to work with the latest version of MASM32, I will solve this for next Easy Code versions.

Thank you.
Title: Re: LNK1117
Post by: Ficko on March 15, 2010, 08:06:11 AM
This means that there is no way I can use JWASM effectivelly either right? :'(

Like I wanna build a small static library with "-zlf -zls" switches I can't do that?!  :naughty:
Title: Re: LNK1117
Post by: Ramon Sala on March 15, 2010, 09:53:45 AM
Hi Ficko,

I'll try to solve this problem and let you know.

Ramon
Title: Re: LNK1117
Post by: Ramon Sala on March 15, 2010, 06:32:37 PM
Hi,

At the moment, try to use this EC executable file and see whether it links fine:

http://easycode.cat/English/Download/EasyCodeExe.zip

Please, let me know.
Title: Re: LNK1117
Post by: Ficko on March 16, 2010, 08:33:52 AM
Yes it is good for the linker. :U

Another thing irritates me is that I can't sellect multiple files by "add existing file...".

I have projects with 30 files libs with 400 can you imagine my pain ? :toothy
Title: Re: LNK1117
Post by: Ramon Sala on March 16, 2010, 05:36:42 PM
OK for the linker.

I'll see what I can do with "add existing file...".
Title: Re: LNK1117
Post by: Ramon Sala on March 16, 2010, 06:06:29 PM
Well Ficko, download this for selecting multiple files:

http://easycode.cat/English/Download/EasyCodeExe.zip

Regards.
Title: Re: LNK1117
Post by: Ficko on March 17, 2010, 08:17:31 AM
Only the "selection" part works but the selected files aren't getting added to the "modules". :'(

Single selection is ok.

In "Miscellaneous" folder I got a noname entry created. :dazzled:

- By the way if you get it work think on doing it in a "silent" mode not to get open all the selected files in the main window - maybe only the first one :wink -

Thanks

EDIT:

I just noticed that the files may are getting added but can't be seen on the tree. - Restart won't help -
Because If I try to add them again I get a message that they are there already.
Title: Re: LNK1117
Post by: Ramon Sala on March 17, 2010, 05:25:29 PM
Thanks. I will have a look.
Title: Re: LNK1117
Post by: Ramon Sala on March 20, 2010, 01:30:41 PM
Hi Ficko,

Here is the version allowing to add multiple files:

http://easycode.cat/English/Download/EasyCodeExe.zip

Ramon
Title: Re: LNK1117
Post by: Ficko on March 20, 2010, 01:41:28 PM
It works beautifully! :U

Thank You very much! :bg