Search found 7 matches

by f0rgotten
Oct 26, 2023 19:59
Forum: General
Topic: I want to write a program that listens on a http port and can send a webpage back
Replies: 6
Views: 1840

Re: I want to write a program that listens on a http port and can send a webpage back

This is probably enough that I can come up with something from this. Thanks!
by f0rgotten
Oct 25, 2023 15:18
Forum: General
Topic: I want to write a program that listens on a http port and can send a webpage back
Replies: 6
Views: 1840

I want to write a program that listens on a http port and can send a webpage back

Hello, and to whom it may concern, I want to write a freebasic program that can listen on an arbitrary port and respond to the url sent on that port with a dynamically rendered page. I'm pretty comfortable with the actual programming, but I'm not sure how to get freebasic to listen to the web. Any p...
by f0rgotten
Jan 27, 2019 17:09
Forum: Game Dev
Topic: Having trouble with tilesheets
Replies: 4
Views: 6491

Having trouble with tilesheets

So I'm working on something like a combination of the NES game "Conflict," SimCity and an RTS, with procedurally generated details. I've some general code in place over a few different files to generate random maps, simulate (roughly) population dynamics and the like. I'm at the point wher...
by f0rgotten
Dec 16, 2018 14:45
Forum: Linux
Topic: Can not find SDL, or any graphic libraries, when attempting to compile?
Replies: 9
Views: 9610

Re: Can not find SDL, or any graphic libraries, when attempting to compile?

Thanks for your reply, u/Kuan Hsu. Attempting to compile sdl2-hello.bas results in fbc -w all "sdl2-hello.bas" (in directory: /home/rmx256/FreeBASIC-1.05.0-linux-x86_64/examples/graphics/SDL) ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libSDL2.so when searching for -lSDL2 ld: skip...
by f0rgotten
Dec 15, 2018 14:38
Forum: Linux
Topic: Can not find SDL, or any graphic libraries, when attempting to compile?
Replies: 9
Views: 9610

Re: Can not find SDL, or any graphic libraries, when attempting to compile?

Thanks to those whom have replied. libncurses5-dev libgpm-dev libx11-dev libxext-dev libxpm-dev libxrandr-dev libxrender-dev libgl1-mesa-dev libffi-dev are installed already. sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev resulted in libsdl2-dev ...
by f0rgotten
Dec 13, 2018 0:22
Forum: Linux
Topic: Can not find SDL, or any graphic libraries, when attempting to compile?
Replies: 9
Views: 9610

Can not find SDL, or any graphic libraries, when attempting to compile?

Hello, (ubuntu 18 on Lenovo x230, integrated graphics, plenty of ram etc, using Geany as the ide) I've been using Ubuntu for about eight years but only attempting to program on this platform recently. I am having no trouble doing things in a terminal only program, but attempting to use any of the gr...