Search found 2980 matches
- Mar 17, 2017 16:30
- Forum: Beginners
- Topic: Weird destructor problem
- Replies: 10
- Views: 1220
Re: Weird destructor problem
Could you use GUIWIN ptr, new, and delete? Would this be a safer way to destroy a class mid-program? No the destructor will get called. Why would you destroy the whole class just to get rid of the window? And why couldn't you recreate the class if needed? Could you just put in a separate method to ...
- Mar 17, 2017 16:08
- Forum: Beginners
- Topic: Weird destructor problem
- Replies: 10
- Views: 1220
Re: Weird destructor problem
Assuming GUIWIN is an FB class you created, you don't normally need to call the destructor explicitly as it will be called automatically when the variable falls out of scope. IIRC
-Vince
-Vince
- Mar 17, 2017 13:29
- Forum: Community Discussion
- Topic: Relsoft needs help.
- Replies: 28
- Views: 6242
Re: Relsoft needs help.
Great. Works now.
- Mar 17, 2017 12:25
- Forum: Community Discussion
- Topic: Relsoft needs help.
- Replies: 28
- Views: 6242
Re: Relsoft needs help.
This link doesn't take me to the campaign. It just takes me to my GoFundMe log in. See if there is a link to share the campaign.
-Vince
-Vince
- Mar 16, 2017 22:39
- Forum: Tips and Tricks
- Topic: Palette Finder (ANY Bitmap Image!)
- Replies: 17
- Views: 2436
Re: Palette Finder (ANY Bitmap Image!)
Palette information is stored right after the BITMAPINFO header. You could just read that table directly.
-Vince
-Vince
- Mar 14, 2017 12:25
- Forum: Projects
- Topic: One Dimensional Totalistic Cellular Automata
- Replies: 4
- Views: 1054
Re: One Dimensional Totalistic Cellular Automata
Please use the code tags when posting source code as it makes it easier to copy to the clipboard as well as makes the thread easier to read.
-Vince
-Vince
Re: T&R
Code: Select all
Run "myprog.exe"
End
- Feb 23, 2017 15:32
- Forum: Projects
- Topic: FSUIPC for FreeBASIC
- Replies: 0
- Views: 953
FSUIPC for FreeBASIC
FSUIPC is an SDK for interfacing with Microsoft Flight Simulator (FSX) and Lockheed Martin Prepa3D. With it you can read simulation information like airspeed, latitude and longitude, etc, as well as set many of these variables. Developers use this SDK to create custom gauges and controls, both virtu...
- Feb 23, 2017 13:58
- Forum: Community Discussion
- Topic: [offtopic] I found Mitsuba a free high quality renderer.
- Replies: 11
- Views: 3587
Re: [offtopic] I found Mitsuba a free high quality renderer.
Impressive! How long did these scenes take to render?
- Feb 23, 2017 13:52
- Forum: General
- Topic: Linking Problem
- Replies: 4
- Views: 801
Re: Linking Problem
[a bit off-topic] I am using FreeBASIC 1.05 and FBEdit 1.0.6.8 on Windows 10-64 bit. About FBEdit: the version you're using now, still has some *instability* issues. You'd better upgrade to version: 1.0.7.6c, the latest version from KetilO. You can get it from: freebasic-portal.de (the german langu...
- Feb 21, 2017 18:10
- Forum: General
- Topic: Linking Problem
- Replies: 4
- Views: 801
Re: Linking Problem
You see. I must have been brain-dead.
Thanks dkl
Thanks dkl
- Feb 21, 2017 17:54
- Forum: General
- Topic: Linking Problem
- Replies: 4
- Views: 801
Linking Problem
Ok guys. I know its been a while since I did any serious programming in FB but I am stumped and I need your help. Below is a download link to a project I am doing. I am converting some C code into a static FB library. The first project (FSUIPC_FB) is the actual library. Then there is a sub-project c...
Re: Easy GL2D
FYI the link to this project in the first post took me to a virus/trojan web site.
-Vince
-Vince
- Feb 07, 2017 18:03
- Forum: Game Dev
- Topic: New FreeBASIC games of not since 2013
- Replies: 25
- Views: 5356
Re: New FreeBASIC games of not since 2013
I could probably afford another 200 USD game making compo (out of my own pockets), but I'm not sure if there is still enough interested parties. Maybe I should open a pool. So, no new FB games since 2014 of note? While I appreciate your dedication to the FreeBASIC community, I don't think you shoul...
- Feb 06, 2017 15:53
- Forum: Game Dev
- Topic: New FreeBASIC games of not since 2013
- Replies: 25
- Views: 5356
Re: New FreeBASIC games of not since 2013
I miss the little competitions we used to have. We should try to raise money on GoFundMe to provide incentive money for prizes. Sell the idea as promoting education in software and game development, plus they get free games!
-Vince
-Vince