A cute owner draw menu DLL (full Ver.)

Developed or developing a new product in PureBasic? Tell the world about it.
clover
User
User
Posts: 14
Joined: Tue Dec 30, 2008 4:43 am

Post by clover »

To User_Russian:

It seems that PB is particular with .rc file, that is, you must use absolute file path.
I encountered the same error when I was compilying the "Cute Menu.pb" with the .rc file edited by VC++.
To solve this problem, I edited the .rc file manually as following:

IDB_BITMAP1 BITMAP DISCARDABLE "c:\\PB\\res\\check.bmp"
IDB_BITMAP2 BITMAP DISCARDABLE "c:\\PB\\res\\pie.bmp"
IDB_BITMAP3 BITMAP DISCARDABLE "c:\\PB\\res\\sub.bmp"
IDB_BITMAP4 BITMAP DISCARDABLE "c:\\PB\\res\\address.bmp"

So, when you want to compile the "Cute Menu.pb", copy the whole folder "PB" to the root of disk C:\.
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

your link is broken :shock:
Robbie
User
User
Posts: 10
Joined: Fri Nov 11, 2005 9:57 am

Post by Robbie »

The download link appears to be broken. :\
Post Reply