<<27-08-2012>>

00:01:20Araqgood night
00:15:20fowlnight'
01:29:40*q66 quit (Quit: Quit)
02:34:42*JStoker quit (*.net *.split)
02:34:42*comex quit (*.net *.split)
02:34:42*Reisen quit (*.net *.split)
02:34:43*fowl quit (*.net *.split)
02:34:43*ccssnet quit (*.net *.split)
02:34:43*CodeBlock quit (*.net *.split)
02:34:43*XAMPP quit (*.net *.split)
02:34:44*shevy quit (*.net *.split)
02:34:44*dom96 quit (*.net *.split)
02:34:45*Araq quit (*.net *.split)
02:34:45*Trix[a]r_za quit (*.net *.split)
02:34:45*mal``` quit (*.net *.split)
02:34:46*Amrykid quit (*.net *.split)
02:34:46*reactormonk quit (*.net *.split)
02:34:46*Roin quit (*.net *.split)
02:34:46*silven quit (*.net *.split)
02:34:46*Boscop quit (*.net *.split)
06:44:54*shevy joined #nimrod
06:44:54*XAMPP joined #nimrod
06:44:54*fowl joined #nimrod
06:44:54*JStoker joined #nimrod
06:44:54*dom96 joined #nimrod
06:44:54*Amrykid joined #nimrod
06:44:54*Araq joined #nimrod
06:44:54*reactormonk joined #nimrod
06:44:54*Boscop joined #nimrod
06:44:54*Trix[a]r_za joined #nimrod
06:44:54*Roin joined #nimrod
06:44:54*silven joined #nimrod
06:44:54*mal``` joined #nimrod
06:44:54*comex joined #nimrod
06:44:54*ccssnet joined #nimrod
06:44:54*CodeBlock joined #nimrod
06:44:54*Reisen joined #nimrod
09:31:49*bugmagnet joined #nimrod
09:38:46bugmagnethello
09:39:08*bugmagnet wonders if everyone's asleep
09:39:25*q66 joined #nimrod
09:50:53bugmagnetcan Nimrod talk to ADODB on Windows?
10:02:19*bugmagnet quit (Quit: I love my HydraIRC -> http://www.hydrairc.com <-)
10:03:06*bugmagnet joined #nimrod
10:14:16bugmagnetand Aporia is not building in Windows
11:29:40*|apriori| joined #nimrod
11:53:51dom96hey bugmagnet
11:54:31dom96Yes, I'm developing Aporia on Linux. So I don't actively test whether it compiles on Windows.
11:54:52|apriori|dom96, I was extremely surprised that it worked like a charm on FreeBSD
11:55:14dom96|apriori|: it does? I'm extremely surprised then too.
11:57:38dom96bugmagnet: If C can talk to ADOdb then so can Nimrod. I'm not sure whether it can though.
11:58:14|apriori|adodb?
11:58:28dom96I'm guessing it's this: http://en.wikipedia.org/wiki/ADOdb
11:59:58dom96|apriori|: It looks like the gcc farm just got a new machine with *BSD virtual machines, so I might be able to set up nimbuild to build for freebsd, netbsd and openbsd.
12:00:25|apriori|http://adodb.sourceforge.net/#extension
12:00:33|apriori|there is a C variant of adodb
12:00:56|apriori|dom96, as far as I know, nimrod itself still has issues with netbsd and openbsd.. at least Araq said something like that
12:01:35dom96|apriori|: Yeah, nimbuild already runs on netbsd. It's constantly failing however.
12:02:03|apriori|Araq, said something about the getOsFilename or whatever that function was called again, fails.. and it's crucial
12:07:21dom96yeah, if i recall correctly it doesn't return the absolute path
12:15:26|apriori|yeah
13:59:18bugmagnetI was actually thinking more in terms of http://en.wikipedia.org/wiki/ActiveX_Data_Objects than the PHPish thing
13:59:57bugmagnetNimrod appears to have some support for talking COM/ActiveX and I was just wondering if anyone had done the leg work for ADODB yet
14:00:50dom96Can't say I know of anyone that has.
14:16:54bugmagnetrighto. Wish I had the time to do it myself.
14:40:45*bugmagnet quit (Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...)
14:42:54*Trix[a]r_za is now known as Trixar_za
15:54:05*XAMPP_ joined #nimrod
15:57:48*XAMPP quit (Ping timeout: 276 seconds)
16:33:17*shevy quit (Ping timeout: 260 seconds)
16:37:08*Trixar_za is now known as Trix[a]r_za
16:46:01*shevy joined #nimrod
16:48:20*|apriori| quit (Remote host closed the connection)
17:33:39*XAMPP_ is now known as XAMPP
17:33:46*XAMPP quit (Changing host)
17:33:46*XAMPP joined #nimrod
17:39:43*XAMPP quit (Ping timeout: 265 seconds)
17:49:27*XAMPP joined #nimrod
18:17:37*Boscop quit (Ping timeout: 252 seconds)
20:20:44*Boscop joined #nimrod
20:57:34fowlany reason not to use this type of thing to read arrays from stream?: var y = cast[array[0..3, int16]](stream.readStr(sizeof(int16)*4).cstring)
21:07:05dom960_o
21:07:19dom96fowl: That looks very unsafe :P
21:07:53dom96Does that even work?
21:07:59fowldom96: sure
21:09:19dom96You might get some crazy results, anything with 'cast' is unsafe. But something like this is another level of unsafe lol
21:09:27fowli just use writeData(stream, addr somearray, sizeof(somearray)) to write it
21:10:05*Trix[a]r_za is now known as Trixar_za
21:10:10dom96Why don't you just use the marshal module?
21:10:34fowlbecause marshalling thigns to json is crazy this is for networking
21:12:17dom96I would still use JSON for network communication
21:14:53dom96Sure there is a bit of overhead, but it's not that bad.
21:16:19dom96But hey, if it works, use it. I suck at stuff like this.
21:16:59fowldom96: overhead is bad, im going to be sending/receiving position info a lawt
21:19:17dom96I think your solution is fine then.
21:19:24dom96Looks scary to me though heh
21:54:41fowldom96: can I change the font in the output tab to a monospaced font?
21:55:01dom96not currently, sorry.
21:55:12dom96I'll add it to my todo list
21:58:29fowldom96: and if it could keep the beginning spaces in a line of output
21:58:47fowltry reading treerepr() without indentation ):
21:59:51dom96hrm, it should do that.
22:00:24dom96Seems to be a bug.
22:00:27dom96I'll fix it for you :)
22:03:22fowlcool ty
22:13:06dom96fowl: There you go :)
22:13:34fowlcool
22:29:30*Trixar_za is now known as Trix[a]r_za
23:27:36dom96good night