News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

LNK1117

Started by Ficko, March 14, 2010, 10:13:59 PM

Previous topic - Next topic

Ficko

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:

Ramon Sala

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.
Greetings from Catalonia

Ficko

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:

Ramon Sala

Hi Ficko,

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

Ramon
Greetings from Catalonia

Ramon Sala

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.
Greetings from Catalonia

Ficko

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

Ramon Sala

OK for the linker.

I'll see what I can do with "add existing file...".
Greetings from Catalonia

Ramon Sala

Well Ficko, download this for selecting multiple files:

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

Regards.
Greetings from Catalonia

Ficko

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.

Ramon Sala

Thanks. I will have a look.
Greetings from Catalonia

Ramon Sala

Hi Ficko,

Here is the version allowing to add multiple files:

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

Ramon
Greetings from Catalonia

Ficko

It works beautifully! :U

Thank You very much! :bg