Utilitybase chatlog - 2006-03-14

Back to overview|Highlight a word

00:48:15   <-- zerohero has quit (Read error: Connection reset by peer)
00:49:52 itix n8
00:49:53   <-- itix has quit (Quit: Client exiting)
00:59:57   --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #amigadev
01:00:21 number6 Hi z
01:00:38 zerohero evening #6
01:29:40   --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev
01:36:42   <-- bones has quit (Quit: This computer has gone to sleep)
02:34:47 nicomen this channel has no bones
02:35:37 number6 lol
05:04:05   <-- ssolie has left #amigadev
05:11:21   <-- number6 has left #amigadev
07:21:44   --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev
08:07:55   --> Bit-Gone (~sdfhdsr@24785cc1.35474391.adsl.cybercity.dk) has joined #amigadev
09:44:32   --> m3x (~m3x@2803ef39.1872b73.sn1.eutelia.it) has joined #amigadev
09:44:43   <-- m3x has left #amigadev
11:07:56 nicomen quick visits by that guy ;)
11:24:52   <-- zerohero has quit (Client closed connection)
11:42:26 Bit-Gone Real fast :P
11:48:09   <-- Bit-Gone has quit (Quit: )
11:54:47   <-- GrimReaper has quit (Client Lost In Netsplit)
13:03:53   --> zerohero (~zerohero@3af339a2.2e138044.tn.glocalnet.net) has joined #amigadev
13:15:57   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
13:18:01 zerohero uhm? nickserv isn't responding?
13:21:30 nicomen sould be now?
13:21:32 nicomen should
13:22:13   <-- GrimReaper has quit (Client Lost In Netsplit)
13:22:29 nicomen times out
13:22:30 zerohero heh
13:54:00   --> Ami603 (~coco@2af52808.2ae78891.dynamicIP.rima-tde.net) has joined #amigadev
13:54:07 Ami603 hi
13:54:12   -!- Ami603 is now known as Ami603[w0rK]
13:54:13 Ami603[w0rK] bbl
13:54:13 zerohero hello :)
13:54:17 nicomen hey
13:54:18 zerohero hehe
14:10:47   --> number6 (~user@f4f1334.31b34b44.dialup.citynet.net) has joined #amigadev
14:23:36   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
14:24:40   -!- zerohero is now known as Guest45960
14:26:26   -!- Guest45960 is now known as zerohero
14:28:01   <-- number6 has left #amigadev
14:28:55   --> number6 (~user@f4f1334.31b34b44.dialup.citynet.net) has joined #amigadev
15:46:05   <-- GrimReaper has quit (Client Lost In Netsplit)
15:48:11   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
16:03:02   --> Coder (~Coder@2310808e.1f06bfc3.adsl.wanadoo.nl) has joined #amigadev
16:03:16 Coder Anyone awake besides me?
16:03:21 nicomen ;)
16:03:21 number6 Yep
16:03:28 Coder cool
16:03:32 Coder I got a problem
16:03:54 nicomen don't bring your problems here please
16:03:57 nicomen ;D
16:04:17 Coder OffMenu (MyWindow, FULLMENU (MENU_EDIT. 4, NOSUB)); is not working
16:04:19 Coder lol
16:04:43 number6 And we have a "trailing quote" problem in post #31 here: http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=18173&forum=14&start=20&viewmode=flat&order=0
16:04:51 Coder Iget a syntax error before numeric constant. I can't see it anymore. Staring too much at it
16:05:10 nicomen gcc -E
16:05:18 nicomen outputs the preprocessd code
16:05:27 nicomen then you might spot the actual error
16:05:46 nicomen MENU_EDIT. 4 = MENU_EDIT, 4 ?
16:06:36 Coder yeah typo only here
16:06:53 Coder Must be something simple but I am staring at it for a long time
16:09:09 nicomen well, try gcc -E
16:09:23 nicomen pipe it's output to a file or to More or something
16:09:27 Coder I get a lot of output in the shell but how to view it?
16:09:27 nicomen its
16:09:28 Coder ah ok
16:09:45 nicomen gcc -E file.c -o output
16:10:51 Coder got the output but look for what?
16:11:43 nicomen start searching for the line in question
16:11:49 nicomen search for OffMenu
16:11:55 nicomen your progrm is at the bottom
16:12:49 Coder IIntuition->OffMenu (MyWindow, ( ((0x001F & 0x1F) << 11) | ((2 & 0x3F) << 5) | (1 & 0x1F) ));
16:13:26 nicomen seems correct
16:13:33 nicomen what was the exact error message?
16:13:39 Coder this is the code: IIntuition->OffMenu (MyWindow, FULLMENUNUM (EDIT_MENU, EDIT_MENU_PASTE, NOSUB));
16:15:46 Coder error: syntax error before numeric constant
16:16:11 nicomen which line? etc.
16:16:23 nicomen is MyWindow declared?
16:16:33 Rigo Too many close brackets...
16:16:58 nicomen ah dang
16:17:15 Rigo Nope, I miscounted :)
16:17:37 nicomen yeah
16:19:06   <-- GrimReaper has quit (Client Lost In Netsplit)
16:20:26   <-- Coder has quit (Ping timeout: 180 seconds)
16:24:52   --> Coder (~Coder@2310808e.1f06bfc3.adsl.wanadoo.nl) has joined #amigadev
16:25:08 Coder MyWindow is declared
16:25:25 Coder it is in another sourcefile but correctly declared
16:26:43 Coder bloody hell I found it
16:27:20 Coder The menu items are declared in menus.h which I included but I left a line in there extern EDIT_MENU_PASTE
16:27:33 Coder I knew it.
16:30:39   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
16:34:31   <-- Coder has left #amigadev
16:35:14 nicomen oh
16:46:02   <-- Ami603[w0rK] has quit (Quit: AmigaOS4, teh Real thing!)
17:35:19   --> Ami603 (~coco@2af52808.2ae78891.dynamicIP.rima-tde.net) has joined #amigadev
17:35:26 Ami603 hi
17:56:20   --> antique (~user@362b7f89.3a07d0d4.cust.smrtcall.net) has joined #amigadev
18:13:12   --> afxgroup (~andrea@39c049cc.2486bca.pool80183.interbusiness.it) has joined #amigadev
18:13:16 afxgroup hi
18:13:36 antique howdy
18:13:51   <-- afxgroup has quit (Client exited)
18:14:23   --> afxgroup (~andrea@39c049cc.2486bca.pool80183.interbusiness.it) has joined #amigadev
18:15:44 number6 afxgroup: Hi
18:33:39 afxgroup hi!
18:34:18   --> SixK (~SixK@297f4433.2e1bf8a9.fbx.proxad.net) has joined #amigadev
18:42:03 SixK lo
18:43:05 afxgroup ehi SixK!
18:49:28   <-- number6 has quit (Ping timeout: 180 seconds)
18:52:23 SixK afxgroup: I'm nearly a criminal in my country for having programming Bourriquet ! :(
18:53:04 afxgroup i know.. i've read the news about france and p2p..
18:58:10 SixK how are laws in italia about pircay and p2p programmers ?
18:58:24 afxgroup now is all ok.. now..
18:58:47 afxgroup i can understand if someone use it but if develop it!!!
18:59:23 SixK I'll have to change country soon :) Italia could be could when you will not have Berlusconi anymore :) My girl friend is Italian teacher ;)
18:59:52 afxgroup hope REALLY soon.. ;)
19:00:09 afxgroup you have to wait till 9 april
19:00:12 afxgroup :)
19:00:54   <-- Ami603 has quit (Quit: AmigaOS4, teh Real thing!)
19:02:15 SixK -could be could + could be nice
19:03:15 afxgroup yes, understand ;)
19:05:07 SixK crypted p2p have never worked so fine here ;)
19:05:20 SixK since 1 week...
19:05:36 afxgroup we should go to KAD directly.. ;)
19:05:59 SixK KAD is not crypted for the moment... If I'm not wrong
19:07:31 afxgroup but is more difficult to trace
19:29:32   --> number6 (~user@f4f1334.31b34b44.dialup.citynet.net) has joined #amigadev
19:33:34 SixK afxgroup: Berlusconi Vs Prodi on RAI Uno :)
19:33:52 SixK tonight
19:34:42 afxgroup i know.. i'm waiting it..
19:44:36   --> Ami603 (~coco@2af52808.2ae78891.dynamicIP.rima-tde.net) has joined #amigadev
19:44:43 Ami603 df¡
19:44:45 Ami603 re
19:53:40   <-- antique has quit (Quit: ppc 604e 233mhz)
20:04:46   -!- afxgroup is now known as afxgroup[AW]
20:06:57   <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!)
20:16:21   --> itix (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev
20:16:31 itix hi
20:18:23 SixK afxgroup[AW]: Damned !! Prodi have no charisme !! ;(
20:19:11   <-- GrimReaper has quit (Client Lost In Netsplit)
20:23:37 nicomen hi
20:27:43   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
20:29:14 SixK afxgroup[AW]: does Berlusconi really write something on is paper, or is it only to say, "hey look at me, I'm serious ! I'm taking notes !" :))
20:32:03 nicomen he knows the alfabet?
20:33:05 number6 nicomen: Sure. He and Bush attended the same remedial reading classes.
20:33:17 SixK lollll Berlusconi have an ultrabright smile ! :)
20:33:40   <-- GrimReaper has quit (Client Lost In Netsplit)
20:33:57 nicomen Bush said in an speech "We've been gathering intelligence."
20:34:04 nicomen Gues he practices catch and release.
20:34:10 number6 lol
20:34:44   --> GrimReaper (GrimReaper@TheOther.Side) has joined #amigadev
20:35:03 nicomen bah
20:47:46   --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #amigadev
20:48:21 itix anyone know how russian is written in russian?
20:49:00 nicomen ã®é]$e[{ên½Â¤
20:49:33 nicomen just kidding
20:49:40 itix ah thanks!!
20:49:43 itix (ii know :)
20:49:46 itix -i
20:50:00 nicomen posskN ?
20:50:15 itix well not needed anymore
20:50:26 itix i needed it for locale directory but i was told it is written in english
20:50:33 nicomen pycckNN
21:19:42   --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev
21:19:47 BinoX Hello thar :)
21:26:48   <-- number6 has quit (Ping timeout: 180 seconds)
21:28:57 BinoX Time to backup code me thinks...
21:33:45 BinoX ah, much better.. I feel safe(r) now
21:34:39 arc bah
21:34:55 BinoX It's just over a weeks worth of code.. lol... xD
21:35:00 BinoX bah?
21:38:11 arc oh a weeks worth, yes back it up quick
21:38:29 BinoX heh
21:57:34   -!- afxgroup[AW] is now known as afxgroup
21:57:53 zerohero afxgroup: hey :)
21:59:19 BinoX afxgroup: hi :)
22:03:32 afxgroup hi
22:03:56 afxgroup Berlusconi is at the fruit... ;)
22:04:06 zerohero hehe
22:05:01 zerohero afxgroup: i read you have a new beta version of mkisofs, is that a bugfixed version or later version?
22:05:16 afxgroup i have dvdrecord if you want
22:05:20 zerohero which of course already is a bugfixed version :)
22:05:42 zerohero if you want to share i'll gladly take it :)
22:05:49 afxgroup yes. ir wrote correctly cd-r(w) and dvd-r(w) of 2GB
22:05:55 afxgroup of iso images
22:05:59 zerohero has anyone voulunteered to write a gui for it?
22:06:06 afxgroup not me..
22:06:20 zerohero i was thinking of writing one for mkisofs
22:06:31 zerohero could just add a tab for dvdrecord as well
22:10:10 afxgroup try this one
22:10:19 zerohero hmm, it failed
22:10:24 zerohero connection refused
22:10:35 zerohero same :/
22:10:41 zerohero wonder if that's me
22:11:00 zerohero i used to be able to dcc before
22:11:24 afxgroup mmm..
22:11:26 afxgroup mail
22:11:35 zerohero jocke.birging@gmail.com
22:11:55 BinoX Hmm.. How do u track mouse position inside a window?
22:12:27 zerohero some idcmp event :)
22:12:49 BinoX time to play trawl the docs
22:12:55 BinoX ^_^;;
22:13:20 zerohero #define IDCMP_MOUSEMOVE 0x00000010L
22:13:21 zerohero :)
22:13:36 zerohero intuition/intuition.h
22:15:15 BinoX Ah, there it is :D Thx ^_^
22:15:51 BinoX I just realised it's not very useful to have a full custom GUI system that doesn't know where the mouse is (thus makes clicking on anything impossible)
22:16:21 zerohero :)
22:17:18 BinoX Basically I cheat... I open a borderless reaction window and then take over everything else from there.. lol
22:18:07 BinoX using GUI_Func(stuff); where Func is things like AddButton, MoveWindow, ResizeWindow, etc
22:18:35 BinoX I can't believe I wrote most of it and forgot to get mouse co-cords.. lol
22:19:55   --> number6 (~user@1377149a.31b34b44.dialup.citynet.net) has joined #amigadev
22:20:08 zerohero evening #6
22:29:20   --> raef[amiga] (~raefamiga@1c25dec6.2ae78891.adsl.xs4all.nl) has joined #amigadev
22:29:27 raef[amiga] hoi
22:29:50 afxgroup shhhh... we are sleeping..
22:30:04 raef[amiga] no why ? amios 4 ready ?
22:30:38   -!- * afxgroup is sleeping.. this is sure..
22:32:00 raef[amiga] im a wake :(
22:33:11   <-- raef[amiga] has quit (Quit: )
22:34:19 zerohero lol
22:34:25 afxgroup :)
22:34:27 zerohero you scared him :)
22:34:32 afxgroup eheh..
22:35:50 BinoX lol
22:37:45 zerohero afxgroup: thanks, just got the mail :)
22:44:51 number6 zerohero: Hi
22:55:12   <-- itix has quit (Read error: Connection reset by peer)
23:04:06 BinoX Thanks for the IDCMP info earlier zerohero :) Writing nice gadget functionality now :D
23:04:39 BinoX I have printed off intuition.h now so I can use it as a quick ref ^_^
23:04:42 zerohero np :)
23:04:56 afxgroup nite guys!
23:05:04 BinoX nite afxgroup :)
23:05:07 afxgroup i'm sleeping seriously..
23:05:25   <-- afxgroup has quit (Quit: )
23:26:23   <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!)
23:45:19   <-- SixK has quit (Ping timeout: 180 seconds)