The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: Yuri on December 20, 2013, 09:21:11 PM

Title: GoRC stumbles over what it must ignore
Post by: Yuri on December 20, 2013, 09:21:11 PM
File test.rc:

#ifdef RC_INVOKED
    ; Some code for GoRC
#else
    #dynamiclinkfile advapi32.dll
    ; Some code for GoAsm
#endif



GoRC.Exe   Version 1.0.0.0 - Copyright Jeremy Gordon 1998-2013 - JG@JGnet.co.uk

Error!
Line 4 of Resource Script (test.RC):-
Invalid preprocessor directive:-
#dynamiclinkfile
Title: Re: GoRC stumbles over what it must ignore
Post by: wjr on December 22, 2013, 04:27:56 AM
I like it when they are easy to find and fix. Now fixed in GoRC v1.0.0.1.