| 00:03:24 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 00:03:27 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 00:03:30 | | -!- Rigo_ is now known as Rigo |
| 00:41:46 | | <-- bones has quit (Quit: This computer has gone to sleep) |
| 02:38:17 | | <-- number6 has quit (Ping timeout: 180 seconds) |
| 02:46:24 | | --> number6 (~user@d14813f.31b34b44.dialup.citynet.net) has joined #amigadev |
| 04:05:30 | | <-- ssolie has left #amigadev |
| 04:34:41 | | --> wegsterOS4 (~wegster@2d996ff7.3d716d1f.res.rr.com) has joined #amigadev |
| 05:04:30 | | --> Belxjander (~Belxjande@3cbc6b2b.1b415a10.xtra.co.nz) has joined #AmigaDev |
| 05:28:47 | | <-- number6 has left #amigadev |
| 05:42:11 | | <-- Belxjander has quit (Quit: Quit::) |
| 05:50:28 | | -!- Ami603[dinner] is now known as Ami603[w0rK] |
| 05:50:31 | Ami603[w0rK] | morning |
| 06:44:25 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 09:22:27 | | --> AC^Rbs (~AC^Clone@1ccf6d0.24624475.ras.tele.dk) has joined #AmigaDev |
| 09:22:44 | zerohero | hi AC^Rbs |
| 09:23:01 | AC^Rbs | hi |
| 09:23:30 | AC^Rbs | I gota CxBroker and ARexx working yesterday |
| 09:23:47 | zerohero | cool |
| 09:26:05 | | <-- AC^Rbs has left #AmigaDev |
| 10:19:22 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 10:19:27 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 10:19:43 | | -!- Rigo_ is now known as Rigo |
| 10:49:08 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 10:49:09 | MrBot | [hnl_dk] hnl_dk |
| 10:49:33 | hnl_dk | hi |
| 10:51:18 | zerohero | hello |
| 10:51:53 | hnl_dk | hi Zero :-) |
| 12:28:36 | Ami603[w0rK] | hi there |
| 12:40:16 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 12:40:21 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 12:40:21 | | -!- Rigo_ is now known as Rigo |
| 12:54:55 | | <-- Ami603[w0rK] has quit (Quit: AmigaOS4, teh Real thing!) |
| 13:11:35 | zerohero | hmm |
| 13:14:18 | hnl_dk | zerohero: what is wrong? |
| 13:16:46 | hnl_dk | wegster: are You here? |
| 13:18:33 | zerohero | char defaults to unsigned char |
| 13:18:42 | zerohero | i thought it defaulted to signed |
| 13:19:08 | zerohero | or are all three different somehow? |
| 13:21:13 | hnl_dk | I would guess that char should be signed char... hmm |
| 13:43:24 | hnl_dk | zerohero: looks like it can be both... exec/types.h ... it is checking if char is unsigned... I don't know where char is set... do You? |
| 13:48:49 | zerohero | no idea |
| 13:48:58 | zerohero | isn't it builtin? |
| 13:54:36 | hnl_dk | I guess it is |
| 13:59:53 | zerohero | #if (defined(__GNUC__) && defined(__CHAR_UNSIGNED__)) <-- interesting |
| 14:00:13 | zerohero | someone somwhere has defined _char_unsigned__ |
| 14:00:20 | zerohero | how annoying |
| 14:00:48 | zerohero | there's plenty of stuff in dopus4 that depends on char being signed |
| 14:00:59 | zerohero | will have to change them then... |
| 14:02:42 | hnl_dk | have You talked to AC? |
| 14:02:53 | zerohero | yes, we talked briefly |
| 14:03:08 | hnl_dk | ok |
| 14:03:21 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 14:03:25 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 14:03:26 | zerohero | not much was said tho :) |
| 14:03:28 | | -!- Rigo_ is now known as Rigo |
| 14:03:34 | hnl_dk | ok |
| 14:12:12 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 14:12:15 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 14:12:17 | | -!- Rigo_ is now known as Rigo |
| 14:15:42 | wegster | hnl_dk: sort of, on way out door, whats up? |
| 14:16:22 | hnl_dk | no, problem it is fixed... someone did not write a title in a thread on AmigaWorld |
| 14:23:56 | zerohero | bah |
| 14:24:05 | zerohero | char is neither unsigned or signed |
| 14:24:23 | zerohero | strcpy() will complain if i use signed char or unsigned char |
| 14:24:26 | zerohero | b0rk |
| 14:28:30 | hnl_dk | what does it do when you simply use char? |
| 14:28:57 | hnl_dk | remember than the second parameter has to be 'const char' |
| 14:30:57 | zerohero | it complains about signedness in the first parameter if i use signed or unsigned |
| 14:31:02 | zerohero | just char * is fine |
| 14:31:10 | zerohero | which is really weird to me |
| 14:35:45 | hnl_dk | try to have a read: http://www.trilithium.com/johan/2005/01/char-types/ |
| 14:38:54 | hnl_dk | looks like gcc4 is doing it the right way |
| 14:38:54 | zerohero | "so both languages now have three distinct char types." <-- great :/ |
| 14:39:10 | hnl_dk | yes |
| 14:39:26 | zerohero | thanks for finding that |
| 14:39:30 | hnl_dk | but hardwarewise char is the same as one of the others |
| 14:39:31 | zerohero | explains a lot |
| 14:39:37 | hnl_dk | np |
| 14:40:25 | hnl_dk | but older versions of gcc didn't check if people did it right... what should be able to give trouble |
| 14:42:54 | zerohero | sas/c deffinately didn't either ;) |
| 14:42:58 | zerohero | -f |
| 14:43:29 | hnl_dk | I know... gcc4 has become more strickt, to ensure that things are done right |
| 14:44:31 | hnl_dk | You are able to set it to not checking it, but that is not a good idea |
| 15:07:26 | | --> frak (~frak@34823d30.2308fbe7.hs.bostream.se) has joined #amigadev |
| 15:47:59 | | --> Ami603 (~coco@19108886.211e61ee.dynamicIP.rima-tde.net) has joined #amigadev |
| 15:48:01 | Ami603 | re |
| 17:22:38 | | <-- frak has quit (Ping timeout: 180 seconds) |
| 17:39:24 | | <-- Ami603 has quit (Quit: AmigaOS4, teh Real thing!) |
| 17:40:46 | | --> Ami603 (~coco@19108886.211e61ee.dynamicIP.rima-tde.net) has joined #amigadev |
| 17:47:01 | | <-- wegsterOS4 has quit (Read error: Connection reset by peer) |
| 17:50:41 | | <-- Ami603 has quit (Read error: Connection reset by peer) |
| 17:53:54 | | --> Ami603 (~coco@19108886.211e61ee.dynamicIP.rima-tde.net) has joined #amigadev |
| 18:08:40 | | --> AC^Rbs (~AC^Clone@17833c43.229ed2b4.ras.tele.dk) has joined #AmigaDev |
| 18:09:33 | | -!- AC^Rbs is now known as AC |
| 18:09:36 | | <-- Ami603 has quit (Quit: AmigaOS4, teh Real thing!) |
| 18:10:52 | AC | Ami603, do you know how too add dynamicly object o reaction windows? |
| 18:10:54 | AC | to even |
| 18:15:45 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 18:15:49 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 18:15:49 | | -!- Rigo_ is now known as Rigo |
| 18:21:36 | | --> Ami603 (~coco@19108886.211e61ee.dynamicIP.rima-tde.net) has joined #amigadev |
| 19:03:46 | | <-- AC has left #AmigaDev |
| 19:17:15 | | <-- MrBot has quit (Ping timeout: 180 seconds) |
| 19:19:02 | | --> MrBot (boing@2af52808.76b3cfb.d1cf996.17dc4bf9X) has joined #amigadev |
| 19:22:48 | | <-- MrBot has quit (Ping timeout: 180 seconds) |
| 19:23:59 | | --> MrBot (~boing@2af52808.76b3cfb.nvg.ntnu.no) has joined #amigadev |
| 19:38:14 | | -!- Ami603 is now known as Ami603[dinner] |
| 19:41:34 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 19:41:38 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 19:41:41 | | -!- Rigo_ is now known as Rigo |
| 20:57:15 | | --> itix (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev |
| 20:57:25 | itix | hi |
| 21:08:44 | nicomen | hi |
| 21:13:08 | zerohero | evening |
| 21:14:29 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 21:14:33 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 21:14:36 | | -!- Rigo_ is now known as Rigo |
| 21:48:57 | | <-- itix has quit (Read error: Connection reset by peer) |
| 22:11:25 | | --> itix (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev |
| 22:11:34 | itix | re |
| 22:39:54 | | <-- Ami603[dinner] has quit (Ping timeout: 180 seconds) |
| 23:16:37 | itix | bye |
| 23:16:38 | | <-- itix has quit (Quit: Client exiting) |
| | |