Search found 26 matches

by Eviltoaster
Aug 08, 2009 15:23
Forum: Linux
Topic: new opensuse user - freebasic "ospeed" error
Replies: 3
Views: 1444

new opensuse user - freebasic "ospeed" error

back to school again in a few weeks ... linux this time so i thought it was a good ide to switch os from xp/ubuntu to OpenSuse, becouse we are going to learn more about it in school. anyway i installed freebasic today and got this error /usr/share/freebasic/fbc: Symbol `ospeed' has different size in...
by Eviltoaster
May 24, 2009 15:18
Forum: Windows
Topic: dock,plugin,window
Replies: 2
Views: 1205

thanks dkl going to check it out when i have time...

and yes i know which hwnd i want to dock to.
by Eviltoaster
May 24, 2009 12:54
Forum: Windows
Topic: dock,plugin,window
Replies: 2
Views: 1205

dock,plugin,window

how can i dock my window on another window with winapi?

all i have used in winapi is findwindow() to get window title from another window.

so my winapi skills are low


any guidance or function hints?

c++ code examples are okey
by Eviltoaster
May 09, 2009 15:24
Forum: Beginners
Topic: winsock + irc + bot
Replies: 2
Views: 1307

Oh thanks
by Eviltoaster
May 08, 2009 23:05
Forum: Beginners
Topic: winsock + irc + bot
Replies: 2
Views: 1307

winsock + irc + bot

hm i do not know why it does not work as it does when i use telnet all i need to do is connect to irc.freenode.net and then write user and nick information and then i am online with telnet.... what i have read and checked with telnet, freenodes server sends ping after a few minutes. so that can't be...
by Eviltoaster
Jan 30, 2009 20:29
Forum: Game Dev
Topic: Graphics libraries question
Replies: 21
Views: 9176

Bookmarked :P
by Eviltoaster
Dec 02, 2008 0:13
Forum: Beginners
Topic: winsock - files
Replies: 5
Views: 1584

oh thanks ^^
by Eviltoaster
Dec 01, 2008 23:39
Forum: Beginners
Topic: winsock - files
Replies: 5
Views: 1584

C:\FreeBASIC\bin\win32\ld.exe: cannot find -lext-core ???????????

Code: Select all

#include once "ext/ext.bi"
#include once "fbgfx.bi"
using ext

screenres 640, 480, 32

dim as FB.IMAGE ptr orginal = LoadImage("fbextlogo.jpg")

put (20,20), orginal,PSET
by Eviltoaster
Dec 01, 2008 22:35
Forum: Beginners
Topic: winsock - files
Replies: 5
Views: 1584

Thansk a lot .... i think im going to fix the jpg problem now.

but i still have the winsock problem ^^
by Eviltoaster
Dec 01, 2008 19:04
Forum: Beginners
Topic: winsock - files
Replies: 5
Views: 1584

winsock - files

how can i send .bmp files over winsock2?

i tried with the send() but it failed :S

i should open my .bmp file and read it byte for byte and put it in an array and then send it ... right?


and how can i put jpg files on the screen?
by Eviltoaster
Nov 02, 2008 0:50
Forum: Beginners
Topic: the fight against winsocket [fixed]
Replies: 2
Views: 1330

haha i download it and forgot it :S

locking at it right now ... maybe i got some answers from it ..
by Eviltoaster
Nov 01, 2008 14:41
Forum: Beginners
Topic: the fight against winsocket [fixed]
Replies: 2
Views: 1330

the fight against winsocket [fixed]

the fight against winsocket server + one client! ahhh i have read a lot of c# tutorials and the api but i dont understand how recv and send works more then just how it should be. nvm again ... after a few hours of google + trail and error i fixed it ... zstring and stuff<3 server.bas #include "...
by Eviltoaster
Oct 31, 2008 19:05
Forum: Beginners
Topic: Communications Tutorials?
Replies: 7
Views: 3214

Thanks livewire im going to check it asap.

i started to read about winsock today and its good to have something to look at so you know if you do it right or not :P
by Eviltoaster
Oct 31, 2008 9:41
Forum: Beginners
Topic: Communications Tutorials?
Replies: 7
Views: 3214

good question