My problem with resource file(s)

In this category you can exchange your programming questions and solutions.
Post Reply
PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

My problem with resource file(s)

Post: # 165Post PaPi
Sun Aug 26, 2007 7:32 am

My sample program and resource file:
In a zipped file "res2_test_files.zip" in category "Files", (as my own reply) in topics "test2 for RESOURCE" by PaPi (I am...).

My problem with resource:
I can`t store (and load from) 2 or more bitmaps in same resource file, or/and I can`t use 2 or more resource files each with one bitmap.

My question:
Is there anybody there, who know it?
Thanks, PaPi

vdobiasch
Posts: 3
Joined: Fri Nov 02, 2007 2:28 pm

My problem with resource file(s)

Post: # 166Post vdobiasch
Fri Nov 02, 2007 2:31 pm

I tried your example and found out: you did too much !

It`s enough to type

resource fb3face as start.bmp
fb3.bmpresource(fb3face)            

resource fb4face as exit.bmp
fb4.bmpresource(fb4face)            

to get the correct result.
Greetings from Volker

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

My problem with resource file(s)

Post: # 167Post PaPi
Sat Nov 03, 2007 4:10 pm

Oh yes, thanks...

PAPi

Post Reply