The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on June 05, 2014, 09:21:36 PM

Title: error says no code
Post by: shankle on June 05, 2014, 09:21:36 PM
Running windows 7 pro and the program code is there.
Using Notepad++ as an editor. Could this editor cause the problem?

What does the attached file error code mean??
Please help.
Title: Re: error says no code
Post by: dedndave on June 06, 2014, 01:45:24 AM
does your source code open a data section, code section ?
    .DATA
    .CODE

or whatever the GoAsm syntax is
Title: Re: error says no code
Post by: shankle on June 06, 2014, 01:55:05 AM
Yes Dave.

Wonder what has happened to WJR?
Title: Re: error says no code
Post by: wjr on June 06, 2014, 02:37:57 AM
Check the output format of the editor. You can get this error if it is using just LF (UNIX) instead of CR+LF (Windows).

Also, if you are doing 64-bit coding, there are more recent versions of GoAsm and GoLink which fixed a few problems.
Title: Re: error says no code
Post by: shankle on June 06, 2014, 05:07:33 AM
Thank you WJR for replying.
Yes I just recently lost my CF/LF settings - have not been able to get them back.
The LF(UNIX) that you mentioned is also probably messed up and I really don't
know how to fix it. Will have to dig seriously into notepad++.

Will  update GoAsm and Gokink.