Search found 2989 matches

by vdecampo
Jan 24, 2017 1:37
Forum: Community Discussion
Topic: Personal Source Code Archive
Replies: 3
Views: 2162

Re: Personal Source Code Archive

Thank you for putting the files online again. For the sake of completeness I've skimmed all the postings in this forum containing a link to your old site "imakegames.com" and found those additional files by you or others that were hosted exclusively on that site (or the other hosters are ...
by vdecampo
Jan 18, 2017 17:11
Forum: Beginners
Topic: How to "reverse" a byte?
Replies: 69
Views: 11523

Re: How to "reverse" a byte?

Maybe I missed something but can't you just do this?

Code: Select all

Dim value as long= &hFFFF0000
dim rev as long = value XOR &hFFFFFFFF
print hex(value,8), hex(rev,8)
sleep
-Vicne
by vdecampo
Jan 17, 2017 1:09
Forum: Community Discussion
Topic: FreeBASIC syntax challenge games
Replies: 415
Views: 46074

Re: FreeBASIC syntax challenge games

Enigma #12, force 4 By only adding code in the dedicated insertion zone, and without modifying the rest of program, make so that program displays "You won!": Type UDT Dim As String S = "You lost!" End Type Const As String S0 = "You won!" Dim Shared As UDT u0 u0.S = S0 ...
by vdecampo
Jan 16, 2017 17:54
Forum: Community Discussion
Topic: Personal Source Code Archive
Replies: 3
Views: 2162

Personal Source Code Archive

I let my iMakeGames.com domain expire because I did not have time to maintain it, however I created a site on my home computer to host all my FB projects for download. You should be able to access it here... vdecampo's FB project download site. If I am missing something please let me know and I will...
by vdecampo
Jan 16, 2017 17:53
Forum: Community Discussion
Topic: Is anyone here purely for nostalgia?
Replies: 38
Views: 7488

Re: Is anyone here purely for nostalgia?

@vdecampo: Your website "imakegames.com" seems to be offline since a while, which means that unfortunately some interesting FreeBasic projects are not available for download anymore. Could your code or website on some other (free?) hosting service like sourceforge or github or provide a d...
by vdecampo
Jan 08, 2017 23:44
Forum: Community Discussion
Topic: Is anyone here purely for nostalgia?
Replies: 38
Views: 7488

Re: Is anyone here purely for nostalgia?

I'm here for nostalgia and teaching others. I mostly program in C#, C, and ASP.NET but I will program in whatever the situation requires. I've taught myself a little PHP as well. I started with GW-BASIC, and graduated through QB, VB, then C and C# all over the course of 30 years. The move to C/C# ju...
by vdecampo
Jan 03, 2017 15:29
Forum: General
Topic: AI : choise helper
Replies: 1
Views: 635

Re: AI : choise helper

Have a look at this thread for some examples of reading/writing data to a file.

http://www.freebasic.net/forum/viewtopi ... le#p215404

-Vince
by vdecampo
Dec 13, 2016 2:05
Forum: Beginners
Topic: How many times I can use ":" ?
Replies: 7
Views: 2198

Re: How many times I can use ":" ?

I would recommend to NEVER use : as it makes code less coherent.

IMHO

-Vince
by vdecampo
Sep 06, 2016 18:10
Forum: Documentation
Topic: GetMouse Documentation Error @ Clip? (SOLVED)
Replies: 14
Views: 4667

Re: GetMouse Documentation Error @ Clip? (SOLVED)

On Win 10 the mouse wheel is no longer registered on a transparent part of a screen. I have mentioned this before. I had written some code to magnify a bit of the desktop. Win 10 has pretty well stopped getcursorpos --( getmouse from kernell32.dll) -- (it is now dead slow and crash) And no longer c...
by vdecampo
Aug 30, 2016 23:57
Forum: Projects
Topic: Berzerk 2.0 (Beta Release 0.9.0)
Replies: 20
Views: 7511

Re: Berzerk 2.0 (Beta Release 0.9.0)

The game crashes on Windows 10. Maybe you are using an old (FreeBasic) compiler version? Anyway, the absence of source code makes it nearly worthless IMHO. It does crash on exit but it plays fine on my Windows 10 machine. I'll see if I can find the original source code. I was just cleaning up the d...
by vdecampo
Aug 30, 2016 19:08
Forum: Projects
Topic: Hex Factor 1.0 Released
Replies: 23
Views: 8236

Re: Hex Factor 1.0 Released

Updated download link in original post.

-Vince
by vdecampo
Aug 30, 2016 19:00
Forum: Projects
Topic: Star Castle Finished!
Replies: 2
Views: 2409

Re: Star Castle Finished!

Updated download link in original post.

-Vince
by vdecampo
Aug 30, 2016 18:57
Forum: Projects
Topic: Missile Command (0.9.0)
Replies: 18
Views: 11200

Re: Missile Command (0.9.0)

Updated download link in original post.

-Vince
by vdecampo
Aug 30, 2016 18:52
Forum: Projects
Topic: Berzerk 2.0 (Beta Release 0.9.0)
Replies: 20
Views: 7511

Re: Berzerk 2.0 (Beta Release 0.9.0)

Updated download link in original post.

-Vince
by vdecampo
Aug 30, 2016 18:47
Forum: Projects
Topic: Asteroids Remake
Replies: 28
Views: 6743

Re: Asteroids Remake

Updated download link in original post.

-Vince