Question about template file for New Project

Started by G`HOST, February 19, 2006, 05:25:29 PM

Previous topic - Next topic

G`HOST

Hi KetilO,

I wanted to create a template file. so i did this..
but there is some problem

QuoteG`HOST App
G`HOST
Basic Template for Creating New Win32 EXE's
[*BEGINPRO*]
[*BEGINTXT*]
G`HOST.Asm

blah blah blah...

[*ENDTXT*]
[*BEGINTXT*]
G`HOST.Inc

blah blah blah...

[*ENDTXT*]

[*BEGINTXT*]
Res\G`HOSTRes.rc  ; ==>>Here the GHOSTRes.rc doesnt change to myprojectRes.rc
[*ENDTXT*]

[*BEGINTXT*]
G`HOST.rc
#include "Res/G`HOSTRes.rc" ; ==>>Here it changes to myprojectRes.rc
[*ENDTXT*]

[*ENDPRO*]

Tinieblaster

hi G'host it changes because of it:
Quote
[*BEGINTXT*]
Res\[*PROJECTNAME*].rcĀ  ; ==>>Here the GHOSTRes.rc doesnt change to myprojectRes.rc
[*ENDTXT*]

[*BEGINTXT*]
G`HOST.rc
#include "Res/[*PROJECTNAME*].rc" ; ==>>Here it changes to myprojectRes.rc
[*ENDTXT*]

[*ENDPRO*]