I'd rather Fred work on improving PB for the 3 platforms it already supports...
Unless he dropped the Amiga version and traded it for Mac OS
Search found 22 matches
- Wed Jun 18, 2003 4:03 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] PureBasic For MAC OS ?
- Replies: 17
- Views: 10831
- Tue Jun 17, 2003 7:32 pm
- Forum: Tricks 'n' Tips
- Topic: retrieve harddisk`s modell,serial,firmware (Windows only)
- Replies: 118
- Views: 81471
Windows 95/98/ME doesn't allow that kind of access to the drives. Thats why in my dll users with those platforms need to copy the .vxd file to the system folder. Its a virtual device driver that allows the dll to talk to the ide drives. Windows NT/2000/XP doesn't need to do this. Also, I believe ...
- Tue Jun 17, 2003 7:11 pm
- Forum: General Discussion
- Topic: Harddisk manufacturing information library
- Replies: 21
- Views: 8950
- Tue Jun 17, 2003 12:42 am
- Forum: General Discussion
- Topic: Harddisk manufacturing information library
- Replies: 21
- Views: 8950
- Sun Jun 15, 2003 8:51 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Very long statements
- Replies: 44
- Views: 15199
- Sun Jun 15, 2003 8:38 am
- Forum: General Discussion
- Topic: Black copys
- Replies: 62
- Views: 17905
- Sun Jun 15, 2003 7:05 am
- Forum: General Discussion
- Topic: Harddisk manufacturing information library
- Replies: 21
- Views: 8950
Also, don't be fooled. This is not the same thing as you can get with the API command GetVolumeInformation. That command only works for logical drive partitions. This will return the actual serial number for the hard disk itself, as issued by the company that manufactured it. Volume serial numbers ...
- Sun Jun 15, 2003 6:59 am
- Forum: General Discussion
- Topic: Harddisk manufacturing information library
- Replies: 21
- Views: 8950
Harddisk manufacturing information library
I just finished version 1.0 of my DiskInfo library. This dll will give you details about hard disk drives attached to the IDE controllers of your pc. You can get it here:
http://diskinfo.nakatome.org/diskinfo.rar
or http://diskinfo.nakatome.org/diskinfo.zip
Don't forget to read readme.txt!
Here ...
http://diskinfo.nakatome.org/diskinfo.rar
or http://diskinfo.nakatome.org/diskinfo.zip
Don't forget to read readme.txt!
Here ...
- Wed Jun 04, 2003 2:50 am
- Forum: General Discussion
- Topic: Tutorial Introduction
- Replies: 7
- Views: 2506
Hopefully it won't be drenched in mistakes, typos, and bad source code examples like the Blitz book I bought :\
Oh, and the guy who wrote the Blitz book was named "Krylar"
Also, I was the one who made the mistake about the BB 4X faster than PB, but that wasn't due to my lack of knowledge of how to ...
Oh, and the guy who wrote the Blitz book was named "Krylar"
Also, I was the one who made the mistake about the BB 4X faster than PB, but that wasn't due to my lack of knowledge of how to ...
- Wed Jun 04, 2003 2:36 am
- Forum: Coding Questions
- Topic: PureBasic for Blitz programmer
- Replies: 40
- Views: 9708
I am a registered owner of Blitz2D, and praised it religiously for about a year, until I really got comfortable with what PB could do. It took me a while to get used to the quirks (the object pre-numbering was new to me, but I hear its going to be optional soon), and when I first got my copy I was ...
- Mon Jun 02, 2003 7:20 pm
- Forum: Game Programming
- Topic: BlitzBasic NOT 4X faster drawing!!
- Replies: 21
- Views: 14136
- Mon Jun 02, 2003 7:06 pm
- Forum: Game Programming
- Topic: BlitzBasic NOT 4X faster drawing!!
- Replies: 21
- Views: 14136
- Mon Jun 02, 2003 6:32 pm
- Forum: Game Programming
- Topic: BlitzBasic NOT 4X faster drawing!!
- Replies: 21
- Views: 14136
- Mon Jun 02, 2003 6:15 am
- Forum: Game Programming
- Topic: BlitzBasic NOT 4X faster drawing!!
- Replies: 21
- Views: 14136
- Mon Jun 02, 2003 6:09 am
- Forum: Game Programming
- Topic: BlitzBasic NOT 4X faster drawing!!
- Replies: 21
- Views: 14136
BlitzBasic NOT 4X faster drawing!!
I'm debating whether or not to do my 2D game in BlitzBasic or PureBasic. Blitz attracts me because of its ease of use and speed, Pure attracts me because of its small exe size, built-in alpha effects, and more advanced language constructs like pointers, structures, and linked lists(all bb has are ...