News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GoRC stumbles over what it must ignore

Started by Yuri, December 20, 2013, 09:21:11 PM

Previous topic - Next topic

Yuri

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

wjr

I like it when they are easy to find and fix. Now fixed in GoRC v1.0.0.1.