Search found 823 matches

by Zamaster
Apr 04, 2006 1:27
Forum: General
Topic: Okay...
Replies: 33
Views: 6233

AHHHHH!!! Geez, thanks alot anonymous1337. That was very dumb of me, I just started using FB, transferring from QB where you could define arrays with REDIM.
by Zamaster
Apr 03, 2006 23:47
Forum: General
Topic: Okay...
Replies: 33
Views: 6233

ITS NOT THAT HARD ITS NOT THAT HARD ITS NOT THAT HARD. *fumes*. Cmon, I still dont get why people say its confusing, I have no problem with it, modular programming's all "ewwww". NOW DONT COMMENT BACK TELLING ME HOW MODULAR PROGRAMMING ISNT EWWWW. Id really apprecitate some help.
by Zamaster
Apr 03, 2006 22:07
Forum: General
Topic: Okay...
Replies: 33
Views: 6233

Okay lovely, Im glad to hear everybody tell me it looks bad, how bout some actual help with my problem?
by Zamaster
Apr 03, 2006 19:49
Forum: General
Topic: Okay...
Replies: 33
Views: 6233

It seems that it only happens after running it once... well here's the code: Type XYType x As Integer y As Integer End Type Type ObjType Exist As Byte ActivateDynamic As Byte BitmapID As Integer ObjWidth As Integer ObjHeight As Integer Frames As Integer FrameSpd As Integer StartFrame As Integer End ...
by Zamaster
Apr 03, 2006 18:34
Forum: General
Topic: Okay...
Replies: 33
Views: 6233

Okay...

My program is acting really weird. Every time you move from menu to menu more than twice, it crashes and you get one of those windows "Send, Dont Send" things. The menus get switched around by GOTO's. Anybody knwo whats going on?
by Zamaster
Apr 03, 2006 1:25
Forum: Windows
Topic: search for a rotation algorithm
Replies: 3
Views: 1215

Sure, Its called inverse pixel rotation. Here's some QB code, should work in FB with a little modifying of the PCOPY statement. '_____________________________________________________________________________ '----------------------------------------------------------------------------- 'EXAM9.BAS - E...
by Zamaster
Mar 31, 2006 4:46
Forum: General
Topic: Making API calls
Replies: 8
Views: 2196

Making API calls

How do you make API calls? Say I wanted to call something like ScreenToClient or FindNextFile or whatever.
by Zamaster
Mar 29, 2006 16:43
Forum: General
Topic: Garbage Collection
Replies: 15
Views: 5056

Garbage Collection

Does FreeBASIC do automatic garbage collection, like if I allocate memory or DIM/REDIM variables or whatever, will it free up the memory automaticly when the program ends or do I have to do that myself?
by Zamaster
Jun 23, 2005 1:47
Forum: General
Topic: Using the FPU
Replies: 13
Views: 5722

wow thanks!
by Zamaster
Jun 21, 2005 21:38
Forum: General
Topic: Using the FPU
Replies: 13
Views: 5722

Okay, So lets say I made a library thingy, how do I call it in QB? Is there any way to download M/T/NASM for free? Is it for 16 bit ASM code? Where is the LIB.EXE? Where do I type in /Q? What code do I use in QB to load the QLB? Im really sorry putting you through all of this but im just really dete...
by Zamaster
Jun 21, 2005 21:19
Forum: General
Topic: Using the FPU
Replies: 13
Views: 5722

Wow you make it look easy. But what is all this QLB stuff? And how can I use it in QB?
by Zamaster
Jun 21, 2005 21:07
Forum: General
Topic: Using the FPU
Replies: 13
Views: 5722

Okay well here goes, how do you execute the equivelent of basic instructions like MOV, ADD, PUSH, POP, JMP, CMP, SUB,ect... using floating point numbers. So if I wanted to take i dunno... the number 25 and divide it by 2 to get 14.5, how would I do that in ASM. And im using DEBUG and running the com...
by Zamaster
Jun 20, 2005 21:45
Forum: General
Topic: Using the FPU
Replies: 13
Views: 5722

Using the FPU

Hi. I came over here from Pete's QB site to track down a fellow by the name of "Lillo"/Angelo Motolla who I was told could show me how to use the FPU in 16 bit ASM code for QB(If even possible at all). If your there and have a moment, please lend me a hand. Thanks!