Working On A Resource Editor

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by SoulTaker.

Hi Everyone,

Just wanted to let you all know that I'am writing an application in PureBasic to handle Resources.

1) The LCC C project is finished for creating the Resource DLL.

2) The Functions for the Loading and Displaying of a Resource Bitmap are Finished.
LoadResDLL() - LoadResBitmap() - And DrawResBitmap()

These are already in a PureBasic Test Application and are working!

Next I will be adding the Resource Procedure for doing the Icons and Cursors.

Once i have these working I'm going to write a PureBasic Tool Addin for a Resource Editor.

I want to say Thank you to all of you who have been helping me with my problem's in PureBasic, you have all been very friendily and helpfull and Thank you FRED for a wonderfull programming lanuage...

Like I said I know the Windows API very well and have programmed in it for years, I hope that when I finish and release this Resource Editor that I maybe able to re-pay you all back for being so very helpfull to me...

I will be placing these on the PureBasic Resource Site and my Web Site.

Any comments etc are welcome.

Thank you all very much.


Abit BD7-II Raid P4 1.9 gHz 384 Ram Xtasy GFroce 3 TI 200 CD-RW DirectX 9.0 Beta 3 Sound Blaster Live! XP Pro, Registered PureBasic User Version 3.40 For Windows.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fweil.

All of us thank you SoulTaker ...

Francois Weil
14, rue Douer
F64100 Bayonne
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Berikco.

All of me also, would be great...

Regards,

Berikco

http://www.benny.zeb.be
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Berikco.
Originally posted by SoulTaker
2) The Functions for the Loading and Displaying of a Resource Bitmap are Finished.
LoadResDLL() - LoadResBitmap() - And DrawResBitmap()
But maybe should watchout with names that Fred could use in the future?
I remember the problems ppl had switching to 3.40 with the date() functions in skunk lib.
Maybe not bad idea to start functions with initials of coder?



Regards,

Berikco

http://www.benny.zeb.be
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Pupil.
Originally posted by Berikco
Originally posted by SoulTaker
2) The Functions for the Loading and Displaying of a Resource Bitmap are Finished.
LoadResDLL() - LoadResBitmap() - And DrawResBitmap()
But maybe should watchout with names that Fred could use in the future?
I remember the problems ppl had switching to 3.40 with the date() functions in skunk lib.
Maybe not bad idea to start functions with initials of coder?
I don't think these command names are at risk, Fred's syntax is more like this (at least i got this impression, you judge):
LoadResourceDLL(), LoadResourceImage(), DrawResourceImage()
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by SoulTaker.

Sorry i usally add a prefix to all my procedures when they are final like RS_ for Resource type procedures i should have mentioned this...

I'm trying to make these Procedures so that if Fred adds Resource file support to PureBasic these Procedures will still work.

But even if Fred does add Resource support we still need a Resource editor to make things easier!



Abit BD7-II Raid P4 1.9 gHz 384 Ram Xtasy GFroce 3 TI 200 CD-RW DirectX 9.0 Beta 3 Sound Blaster Live! XP Pro, Registered PureBasic User Version 3.40 For Windows.
Post Reply