Search found 85 matches
- Jun 12, 2009 20:19
- Forum: Linux
- Topic: Linux X11 Framework (X Windows System for FreeBASIC)
- Replies: 13
- Views: 8294
- Feb 21, 2009 4:47
- Forum: Projects
- Topic: wrote a 24-bit BMP to HTML art converter.
- Replies: 5
- Views: 1466
wrote a 24-bit BMP to HTML art converter.
here are some output examples: http://home.rubbermallet.org/beard.htm <---- me lol http://home.rubbermallet.org/alba3.html <----- hawt, but this is 6 MB and IE doesn't like it. firefox works great. PRINT "HTMLPIC v1.0 (c)2009 Mike Chambers" PRINT "http://www.rubbermallet.org&q...
- Jan 05, 2009 8:36
- Forum: Community Discussion
- Topic: chances of 16-bit compiler?
- Replies: 11
- Views: 3523
DOS386, i meant target only. i don't really care what machine i'd be doing the programming on. you are right though, the 64 KB segment limit would pose major issues. another example of the type of software i like to write is the HTTP/SOCKS4a proxy i wrote in QB71 over the last couple days... i have ...
- Jan 01, 2009 9:26
- Forum: Community Discussion
- Topic: chances of 16-bit compiler?
- Replies: 11
- Views: 3523
chances of 16-bit compiler?
i know this isn't overly practical these days, but would there be interest from the developers or users for a 16-bit DOS (and maybe Windows 3.x) version of the FreeBASIC compiler? not sure how hard it would be to modify the compiler to handle this. i think it could be extremely useful for low-powere...
- Jul 29, 2008 0:52
- Forum: Hardware Interfaces / Communication
- Topic: porting quickbasic NTCPDRV interface code to winsock
- Replies: 4
- Views: 3192
- Jul 27, 2008 16:05
- Forum: Hardware Interfaces / Communication
- Topic: porting quickbasic NTCPDRV interface code to winsock
- Replies: 4
- Views: 3192
- Jul 26, 2008 5:30
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
Re: DOSIRCD - latest project.. it's an IRC server.
i have an old 8088 computer and also a 286, and they got me thinking about what i could do with those (VERRRRRRRRRY) obsolete machines... <snip> when i run the program on my 8088 machine, i can log in and chat with a few people and it has only about 200 ms of lag between one client submitting data ...
- Jul 25, 2008 5:56
- Forum: Hardware Interfaces / Communication
- Topic: porting quickbasic NTCPDRV interface code to winsock
- Replies: 4
- Views: 3192
porting quickbasic NTCPDRV interface code to winsock
i am looking into porting my DOS IRC server code to win32 and of course modify the TCP handling routines to work with winsock. i've had plenty of experience with socket apps in VB5 and VB6, but never gotten into it with freebasic. what would be the best/easiest way of going about this? keep in mind,...
- Jul 25, 2008 5:16
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
latest build http://www.rubbermallet.org/software/download/dosircd(build-72308).zip you'll have to copy and paste that whole line, this forum stops the link at the ( for some reason. or just http://www.rubbermallet.org/software/dosircd.html i had to kill all the web interface to make QB compile it, ...
- Jul 17, 2008 15:52
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
you can always use the PDS command line compiler and use overlays which can let you have an exe up to 16 megs in zize using 64 overlays of a max of 256kb each. :). I wrote a tutorial on that once, but I don't think I published it anywhere because around that time na_th_an had one about it that aler...
- Jul 17, 2008 14:27
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
did i mention the .BAS source file is already 200 KB long? lol. it's getting HUGE! i hope i don't run into problems from it getting too large. i'd hate to have to remove a feature like services. i don't have much more to do at this point, just need to write chanserv/operserv/memoserv to go with the ...
- Jul 17, 2008 14:22
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
FB programs will not run on anything below a 386.... i know, i am writing this in QB 7.1 which works on pre-386 boxes. but i was going to port it to freebasic and make versions for windows and linux. i might just use the DOS compiler to make a more efficient piece of software than what QB spits out...
- Jul 17, 2008 14:15
- Forum: Projects
- Topic: DOSIRCD - latest project.. it's an IRC server.
- Replies: 9
- Views: 3167
DOSIRCD - latest project.. it's an IRC server.
i have an old 8088 computer and also a 286, and they got me thinking about what i could do with those (VERRRRRRRRRY) obsolete machines... i've already written an IRC client for DOS, so i figured i should challenge myself to write an IRC server app for DOS as well. it don't really need it for anythin...
- May 26, 2008 6:24
- Forum: DOS
- Topic: Multitasking
- Replies: 9
- Views: 6736
i've written some rudimentary multitasking code for QB 4.5, i'm not sure if it would work in FB. basically you need to load code into memory for each program, but here comes the tricky part... you gotta map virtual memory for each app so that they don't see each other. not only that, but you need to...
- May 26, 2008 6:09
- Forum: Projects
- Topic: stereo 3D image generator (for red/blue glasses)
- Replies: 17
- Views: 9003