Compiler directive: IncludeRC

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Compiler directive: IncludeRC

Post by mback2k »

Hello everyone,

it would be cool if we could get a compiler directive to automatically add a PORC resource file. That way an include file could add it's own resources without requiring a modification of the project/compiler settings.

What do you think?
Christian Uceda
User
User
Posts: 67
Joined: Thu Jul 29, 2010 10:53 am

Re: Compiler directive: IncludeRC

Post by Christian Uceda »

Agreed +1
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Compiler directive: IncludeRC

Post by ts-soft »

The best way to do this is to compile the rc with pork to res and import the file.
This is the only way to check errors in rc.

greetings
Thomas
Post Reply