02:01
gzar has quit [Quit: WeeChat 4.5.2]
02:02
Tuplanolla has quit [Ping timeout: 246 seconds]
02:14
mdhughes has quit [Quit: Returning to Simulacron-1]
02:22
mdhughes has joined #racket
05:48
skapata has quit [Read error: Connection reset by peer]
10:06
Tuplanolla has joined #racket
13:32
gzar has joined #racket
13:37
<
gzar >
when creating an executable for distribution, should i pass the --orig-exe flag to raco exe if I expect the end-user will not have a racket installation?
13:46
Origin has quit [Ping timeout: 245 seconds]
13:46
Origin has joined #racket
15:35
lagash has joined #racket
15:41
lagash has quit [Remote host closed the connection]
15:41
lagash has joined #racket
15:43
<
jA_cOp >
I don't know what --orig-exe is intended for, but I don't think you need that - raco exe + raco dist will collect the dependencies you need
15:48
skapata has joined #racket
15:48
lagash has quit [Remote host closed the connection]
17:06
tgbugs has joined #racket
18:36
macabro has joined #racket
18:55
macabro has quit [Remote host closed the connection]
19:10
macabro has joined #racket
19:33
msv has quit [Remote host closed the connection]
19:34
msv has joined #racket
20:02
skapata has quit [Ping timeout: 244 seconds]
20:02
skapate has joined #racket
21:11
<
gzar >
how do i get a pointer or raw image data from a bitmap? in th 2htdp/image package
21:12
<
bremner >
that sounds pretty exotic, are you using some kind of FFI?
21:13
<
gzar >
yeah, opengl related
21:14
<
gzar >
doesnt have to be the 2htdp/image package though, i could use something else as long as i can get the raw data to it
21:24
skapate has quit [Remote host closed the connection]
21:36
<
gzar >
awesome, figured it out
21:39
<
gzar >
oh, its not an sql file actually
21:40
<
gzar >
also, needed a (require racket/draw). forgot to mention that
21:41
<
gzar >
a bit of jumping through hoops needing to specify the sizes twice but hey, it works
22:39
cow_2001 has quit [Ping timeout: 252 seconds]
22:52
cow_2001 has joined #racket