Search found 109 matches

by SamLemke
Apr 08, 2010 21:37
Forum: Beginners
Topic: How to understand chiSock, I'm confused.(OPEN)
Replies: 6
Views: 2199

THANKS! LukeL, ok how does the 2 way commuication work? what read me file? do you mean this one? chiSock is free for all kinds of use, I'd like credit. cha0s here, my e-mail address is rubentbstk (AT) gmail [DOT] com The API is organized under the namespace "chi" UDP sockets are bound inte...
by SamLemke
Apr 07, 2010 21:15
Forum: Beginners
Topic: How to understand chiSock, I'm confused.(OPEN)
Replies: 6
Views: 2199

thanks anonymous1337 ! this lets me know what i need to study. thanks! I have done some playng around this works but am i doing it right? or is this alteration ok? server: #include "chisock/chisock.bi" '' start this, then start udp_client screen 17 using chi dim as socket sock var res = so...
by SamLemke
Apr 06, 2010 19:40
Forum: Beginners
Topic: How to understand chiSock, I'm confused.(OPEN)
Replies: 6
Views: 2199

How to understand chiSock, I'm confused.(OPEN)

I want to use UDP with chiSock. I dont understand how to use it. how do i use the diffrents things like ill comment what i understand and dont understand. #include "chisock/chisock.bi" ' i understand includes '' start udp_server first, then start this. type some stuff '' and look at udp_se...
by SamLemke
Mar 26, 2010 17:16
Forum: Libraries Questions
Topic: OpenGL VBO basic use as Vertex Array method, (Solved)
Replies: 7
Views: 3036

Cool, im gonna read up on that stuff

Thanks
by SamLemke
Mar 25, 2010 7:18
Forum: Libraries Questions
Topic: OpenGL VBO basic use as Vertex Array method, (Solved)
Replies: 7
Views: 3036

OpenGL VBO basic use as Vertex Array method, (Solved)

2 part qustionair part 1 I have been reading again.... and all my openGL code is old i guess its openGL 1.0( i think ) well i gatta start some where i guess but now im thinking about converting my 3d engine over to some newer code. i have been reading here http://www.ozone3d.net/tutorials/opengl_vbo...
by SamLemke
Mar 23, 2010 5:07
Forum: Beginners
Topic: Works in vista 32 homeP, but not XP home 32
Replies: 4
Views: 1670

crashes on launch
by SamLemke
Mar 12, 2010 21:17
Forum: Beginners
Topic: Works in vista 32 homeP, but not XP home 32
Replies: 4
Views: 1670

Works in vista 32 homeP, but not XP home 32

heres some code i put typed up the other day its a random number grapher based off the timer but it works in vista no problem but not in XP could some one explain whats going on? also should "-lang fb" be in the compiler command or in the run command? Thanks! ' -lang fb 'Esc end 'rmb Move ...
by SamLemke
Aug 25, 2009 17:07
Forum: Hardware Interfaces / Communication
Topic: Strip Chart Data Logger/Grapher from Serial Port Data Input
Replies: 9
Views: 6299

umm not really.... but like sun light there should be other energy sources that have not yet been tapped that may be better then sun, at least sun on earth is limited and not that good of a source for running electrical gear. but my question was way off subject, i have just been looking for some one...
by SamLemke
Aug 25, 2009 2:18
Forum: Hardware Interfaces / Communication
Topic: Strip Chart Data Logger/Grapher from Serial Port Data Input
Replies: 9
Views: 6299

do you listion to sound from space? do you think you could make an energy collecter that uses space noise as a fuel/energy source?
by SamLemke
Aug 25, 2009 2:17
Forum: Hardware Interfaces / Communication
Topic: more then one mouse?(closed)
Replies: 9
Views: 4921

well you could you access the diffrent mice with free basic?
by SamLemke
Aug 25, 2009 1:43
Forum: General
Topic: reading data from file help(closed)
Replies: 9
Views: 1778

nice, thanks!

i question, if i change the directory location of the file will i need to re index?

what causes reasons to re-index?


this concept is new to me. thanks alot!

-sam
by SamLemke
Aug 25, 2009 0:50
Forum: General
Topic: reading data from file help(closed)
Replies: 9
Views: 1778

hey Vince how do you get the byte location?
by SamLemke
Aug 25, 2009 0:48
Forum: General
Topic: reading data from file help(closed)
Replies: 9
Views: 1778

Indexing, im trying to not load my file as a array as i need the ram for other things. but ill need to reasearch that. the data is structered so i might look ar randem file access, how would one go about an index and pointers with out loading array? also the ramdom file access do you have a very sim...
by SamLemke
Aug 24, 2009 21:55
Forum: General
Topic: reading data from file help(closed)
Replies: 9
Views: 1778

reading data from file help(closed)

ok i have a very large file filled with data in a unique order. i would like to access data from the center of the file with out scanning every line to the wanted data. example: do input #1, readlines loop until line 43254 do somthing with line 43254 the above fake code is slow when i have large fil...
by SamLemke
Aug 23, 2009 19:25
Forum: General
Topic: will this burn out a hard drive? (solved)
Replies: 5
Views: 1567

ya good idea ram disk would be a great idea, and its way faster! thanks!
-sam