Search results

  1. D

    Displaying ONE window using Carbon

    Hereby you can find the code. I've commented the stuff in buildConsole(). If I use kDocumentWindowClass I see my console, otherwise I don't see it. Can you help me ? (By the way, would you know how to get a handle to the console ?) thanks @ + Daz #include <stdio.h> #include <Carbon/Carbon.h>...
  2. D

    Displaying ONE window using Carbon

    Well, yeah, I got the answer from the Carbon-Development site. I'm actually passing a Java-type coordinates to the rectangle. that's a first mistake. Then, I should work on better the error message, so that I can pinpoint better the problem. Would you know why I can't display a FloatingWindow ...
  3. D

    Displaying ONE window using Carbon

    Hi all, I intend to port a win32 application in C to Mac, using Carbon. I'd like to begin by a little training and I can't get myself displaying a simple window. I don't want any Nib files, I wanna create everything from scratch (no resource file neither). Here is my code : #include <stdio.h>...
Back
Top