Hi there,
I am a greenhorn in borland c++ and just getting started.
I have to complete a project for my school and need HELP here.
I want to include an animated Cursor to my Program.
What I tried so far is creating a RC-file (hammer.rc):
HAMMER ANICURSOR Hammer.ani
I then created the res-file:
brcc32.exe hammer.rc
which completed with no errors and generated the hammer.RES file.
Now I am trying to link it to my Program by typing the following in my Code:
{$R hammer.RES}
But this fails. It tells me that I did not finish the declaration correctly and markes that line ({$R hammer.RES}). What am I doing wrong??? Can someone help me?
THANKS!!
I am a greenhorn in borland c++ and just getting started.
I have to complete a project for my school and need HELP here.
I want to include an animated Cursor to my Program.
What I tried so far is creating a RC-file (hammer.rc):
HAMMER ANICURSOR Hammer.ani
I then created the res-file:
brcc32.exe hammer.rc
which completed with no errors and generated the hammer.RES file.
Now I am trying to link it to my Program by typing the following in my Code:
{$R hammer.RES}
But this fails. It tells me that I did not finish the declaration correctly and markes that line ({$R hammer.RES}). What am I doing wrong??? Can someone help me?
THANKS!!