Author Topic: GoRC stumbles over what it must ignore  (Read 3126 times)

Yuri

  • Member
  • **
  • Posts: 179
GoRC stumbles over what it must ignore
« on: December 20, 2013, 09:21:11 PM »
File test.rc:
Code: [Select]
#ifdef RC_INVOKED
    ; Some code for GoRC
#else
    #dynamiclinkfile advapi32.dll
    ; Some code for GoAsm
#endif

Code: [Select]
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

  • Member
  • **
  • Posts: 242
    • WJR's website
Re: GoRC stumbles over what it must ignore
« Reply #1 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.