can someone please explain this?
#INCLUDE "resource.h" : when I type this in the resource compiler fails.
#include "resource.h" : when I type this in it works fine.
What I mean by "fails" is, when I run rc it reports back with the
following error.
fatal error RC1021: invalid preprocessor command 'INCLUDE'
I am using PBDLL v6.0
Cheers!
[This message has been edited by mark smit (edited January 12, 2000).]
#INCLUDE "resource.h" : when I type this in the resource compiler fails.
#include "resource.h" : when I type this in it works fine.
What I mean by "fails" is, when I run rc it reports back with the
following error.
fatal error RC1021: invalid preprocessor command 'INCLUDE'
I am using PBDLL v6.0
Cheers!
[This message has been edited by mark smit (edited January 12, 2000).]
Comment