| mogunus | Yay. Got a simple button panel working. |
| minimal-criminal | humpf (defvar *tmp* (objc-cffi::objc-msg-send (objc-cffi::objc-get-class "NSString") "stringWithCString:" :string "453")) (objc-cffi::objc-msg-send *tmp* "intValue") |
| starseeker_ | What the heck - how is my username in use? |
| minimal-criminal | causes an Unhandled memory fault at #x1C5. :/ |
| slava | did you test each function separately? |
| kwertii | starseeker_: your old connection never formally disconnected, and the server still thinks its live? |
| slava | i wrote a cocoa binding once fwiw, so i can give you a bit of help |
| starseeker_ | Maybe - how do I fix that? |
| minimal-criminal | slava: what did you use? slava: CFFI? |
| slava | minimal-criminal: it was not in CL |
| minimal-criminal | ah ok |
| slava | but the principles are similar |
| minimal-criminal | what was it? |
| starseeker_ | Sigh. |
| minimal-criminal | starseeker_: /msg nickserv help |
| kwertii | yeah, that. what minimal said. couldn't remember the name of the bot |
| slava | minimal-criminal: i can see the mistake actually you need to turn "stringWithCString:" into a selector (SEL) with sel_registerName() |
| minimal-criminal | slava: well the first function returns an object & calling uppercaseString on it returns a new object just intValue seems to be the problem, but of course all of it could be wrong |
| slava | try registering your selectors |
| minimal-criminal | I dont know, I think the best thing is to just forget cl-objc |
| slava | why? writing an objc bridge is not hard |
| minimal-criminal | well im trying to do that but a lot of cl-objc is probably outdated/wrong (Ive noticed 1 problem already & this could be a second) |
| starseeker | There we go thanks all McCLIM question - does anyone know if it would be possible to create an LTK based backend for it? |
| Zhivago | what is ltk? |
| slava | tk bridge |
| starseeker | http://www.peter-herth.de/ltk/ Although if gtkairo works on Windows natively it might be a non-issue... |
| minimal-criminal | D: |
| starseeker | I've heard a few comments to the effect that it does work, but I'm not sure... |