Page 1 of 1

Renaming resource.h?

PostPosted: Aug 3, 2003 @ 4:51am
by mlepage
This is a bit of an MSDEV question.

Normally, MSDEV maintains a header file named resource.h, for Windows resources.

I normally don't use Windows resources. In my own code, I would like to have a file named resource.h. But then this would conflict.

I could give my file a different name. But I'd rather name my file resource.h, and rename the MSDEV file to something else like winresource.h.

Is there any danger to doing this? Will MSDEV get confused?

PostPosted: Aug 4, 2003 @ 1:24am
by Sm!rk

PostPosted: Aug 4, 2003 @ 2:14am
by fzammetti