Search found 10 matches

by goldbaby777
Dec 11, 2018 7:04
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Re: Perfect FPS Framerate calculation

you are trying to compile a 64 bit program as a 32 bit program probably......... download freebasic 64 bit fbc.exe and use that it will compile..... (should anyways) hmmm...not working here,but my setup is probably wrong in some fashion... Command executed: "C:\Program Files (x86)\FreeBASIC\fbc...
by goldbaby777
Dec 11, 2018 2:36
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Re: Perfect FPS Framerate calculation

You are still using 32 bit assembly, which won't work with FBC 64. C:\FreeBASIC\FB1050\64bit\fbc -s console "FbTemp.bas" FbTemp.asm: Assembler messages: FbTemp.asm:191: Error: incorrect register `eax' used with `q' suffix FbTemp.asm:194: Error: incorrect register `eax' used with `q' suffi...
by goldbaby777
Nov 23, 2018 1:36
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Re: Perfect FPS Framerate calculation

It's the same with the original 64 bit code will not work either.......... perhaps there has been a version change in the 64 bit compiler, because i remember compiling in 64 bit freebasic that clock cycle code before, i just do not know why it won't work now........ btw the error messages were the s...
by goldbaby777
Nov 23, 2018 1:01
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Re: Perfect FPS Framerate calculation

My regards to MichaelW code he had to debug of assembly language, and many other people on this forum are extremely talented at programming and deserve a clap of the hands and who ever is a computer programmer is a problem solving type of person, so let's be at peace and love and joy from me to you ...
by goldbaby777
Nov 22, 2018 20:50
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Re: Perfect FPS Framerate calculation

I didn't clue in to it to send the 64 bit version because i wrote the 32 bit program in about within an hour and did not want to continue working on it and also i knew already they would find the clock cycle 64 bit macro code on the forum when you google it i was tired and just got back to checking ...
by goldbaby777
Aug 26, 2018 6:03
Forum: Game Dev
Topic: Perfect FPS Framerate calculation
Replies: 8
Views: 9095

Perfect FPS Framerate calculation

This code I obtained from this forum except for the code I created for perfect frame rates. What it does is calculate the number of clock cycles it takes to draw the screen of graphics, calculate that value with a pre-calculated number of clock cycles per second the cpu of the machine the program is...
by goldbaby777
Jun 22, 2012 15:15
Forum: Libraries & Headers
Topic: FB header translation
Replies: 11
Views: 30290

Re: FB header translation

it is source code to an up to date pretty much translation to fmodex........ because the usual fmodex.bi you guys created doesn't allow me to use fmodex, i loaded the library in manually in the source code......
by goldbaby777
Jun 22, 2012 9:04
Forum: Libraries & Headers
Topic: FB header translation
Replies: 11
Views: 30290

Re: FB header translation

http://sourceforge.net/projects/jesuschristsuns/

the programming i built above link uses fmodex development release......... with freebasic......... if you want to check that out.....
by goldbaby777
Jun 22, 2012 8:54
Forum: Projects
Topic: fmodex music composition software open source
Replies: 0
Views: 743

fmodex music composition software open source

http://sourceforge.net/projects/jesuschristsuns/


this is crazy machine music composer with sound samples using the latest fmodex development package..... if anyone interested in looking into using fmodex.......... open source
by goldbaby777
Jun 15, 2012 16:53
Forum: Archive
Topic: i use fmodex latest version with freebasic
Replies: 0
Views: 716

i use fmodex latest version with freebasic

Here is my program written in Freebasic that uses the latest fmodex ...... check it out.... http://sourceforge.net/projects/jesuschristsuns/ It took me a while to figure out how to use the new fmod library fmodex with freebasic instead of the old fmod included with freebasic, and my project is hoste...