Search found 40 matches
- Jan 14, 2010 8:38
- Forum: Community Discussion
- Topic: Direct2D API
- Replies: 5
- Views: 2441
well, if I have any luck getting the SlimDX guys to recompile their dll into COM format (or at least offer one as an alternative to the .NET version), it would give indirect access Dx11/Direct2d. Other than that possiblity, the only other way I know of getting Dx11/Direct2D to function in FB, would ...
- Nov 28, 2009 22:00
- Forum: Windows
- Topic: Windows 7 64bit
- Replies: 16
- Views: 7171
- Nov 19, 2009 21:01
- Forum: Libraries Questions
- Topic: Anyone still have Dabooda's HGE Wrapper?
- Replies: 1
- Views: 1573
update: Dabooda.org is up again, click me... here ya go... it's a mirror of our site until we can get things caught up with our usual web hosting provider.... Even though the site is down, we are still around. While I will say the freebasic dabooda turbo wrapper is done, I am waiting until I am done...
- Oct 16, 2009 14:02
- Forum: Community Discussion
- Topic: Thoughs on programming - Big waste of time or not
- Replies: 45
- Views: 8858
I would have to concur with Landeel. I suspect WinXP will become microsoft's problem child, if it hasn't already. True, peeps running duel/quad/octo core systems will likely move on to Win7(which might a future thorn of a simular nature to ms...), but folks who are running older systems (let alone t...
- Oct 12, 2009 21:04
- Forum: Community Discussion
- Topic: Thoughs on programming - Big waste of time or not
- Replies: 45
- Views: 8858
Is FreeBASIC doomed to the 32 bit world? Has anyone tried FB on a 64 bit OS? Yes. It's no different than running on a 32-bit OS. Apps compile and operate fine. Oh, wait.. yeah there is a change of procedure if you are going to be using COM-based libraries, but it's just a simple change of installat...
- Aug 24, 2009 1:46
- Forum: Community Discussion
- Topic: What libraries you like most?
- Replies: 17
- Views: 5194
(dabooda turbo, DBHGE, DBOS, i.e. Our own. ;)
lol
Aside from them, chisock, OpenGL, DirectX, allegro, Bass, fmod, and havok(if I ever figure out how to get it running on fb...)
lol
Aside from them, chisock, OpenGL, DirectX, allegro, Bass, fmod, and havok(if I ever figure out how to get it running on fb...)
- Aug 07, 2009 22:49
- Forum: Community Discussion
- Topic: An old NEWBIE
- Replies: 18
- Views: 5253
In the past 4 years, this community has remained the best imho. If you run into issues, there is always someone out there willing to help, even they are having a hard time with the same topic. The teamwork here is wonderful. I wouldn't worry about age either, there is a strong number of coders here ...
- Jan 01, 2009 7:52
- Forum: Community Discussion
- Topic: freebasic graphics engines?
- Replies: 10
- Views: 4845
If you need an engine in a ready to go fashion using bi files then IrrlichtWrapper would be a good way to go. Then there is DBFE, where a translator takes in pseudo-OO code that is mixed with fb and pops out fb source using dispatchhelper to handle actual dabooda turbo calls(activex/dx8) (soon to be...
- Dec 10, 2008 10:42
- Forum: Sources, Examples, Tips and Tricks
- Topic: Offset Gap in vTable UDT
- Replies: 6
- Views: 2186
Seeing as I am one of the dev's working on dabooda Turbo (2D is the old name..) The Engine class may have some of those gaps due to initializing it's 'sub-classes' such as DBMath, DBTexture, and DBSprite.. You've probably noticed that DBVertex and (if your looking at 1.5 alpha) DBPeer2Peer will like...
- Nov 17, 2008 18:49
- Forum: Archive
- Topic: AxSupport Package rev 1
- Replies: 12
- Views: 4196
- Sep 01, 2008 5:00
- Forum: Archive
- Topic: DBOS v2.0(Benchmark Testing needed)
- Replies: 12
- Views: 4704
- Aug 31, 2008 20:05
- Forum: Archive
- Topic: DBOS v2.0(Benchmark Testing needed)
- Replies: 12
- Views: 4704
I managed to run a few more tests before I slip off to work tonight. (still using new vid card...) while 1024x768x16 in fullscreen works fine, in windowed it doesn't. In 800x600x16 windowed mode, I actually got a frame rate of 57 at the immediate startup, and then after running over a column or two ...
- Aug 31, 2008 8:10
- Forum: Archive
- Topic: DBOS v2.0(Benchmark Testing needed)
- Replies: 12
- Views: 4704
Vulgar sums it up quite nice! :) fair warning I just upgraded my vid card on my vista rig. results: at start: 0 points 61/60 fps:489:2690 57890 points (yay me!.. I'm a fellow lol) 61/60 fps:190:740 settings: 1024x768x32 No Vsync Medium Priorty Aspect Ratio Matched I will try it using my integrated v...
- Aug 31, 2008 7:40
- Forum: Community Discussion
- Topic: GIRLS WANTED!
- Replies: 55
- Views: 14284
I'm one of the girls. sort of. lol Well, failing that.. if any ladies have FreeBASIC themed Yaoi fantasy, I can gladly do that in trade for a freeBASIC themed Yuri fantasy.. XD Seriously though, it really shouldn't matter. Female coders do exist. I have one to thank years ago who took the time to sh...
- Aug 11, 2008 7:39
- Forum: Windows
- Topic: How to calling Excel Sheet from Thread procedure?
- Replies: 3
- Views: 2485
I don't have any *real* experience with excel, and modest amounts of experience with disphelper. If I am reading this right, it looks like you are trying to run a thread parallel with your main code and have them communicate values back and forth. My first thunk was there any variables that need to ...