Search:

Type: Posts; User: kevin_cat

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,925

    I think so, too! &((t*)0)->m is the address...

    I think so, too!


    &((t*)0)->m is the address of member m. And
    (t*)0 is the address of struct t.
  2. Replies
    6
    Views
    2,468

    It performs well when I test it on my machine.

    It performs well when I test it on my machine.
  3. Replies
    1
    Views
    1,556

    motif programming

    Hay, everyone!

    i am a newbie of Motif Programming, and here is my code:



    app_shell = XtAppInitialize(&app, "Example",
    (XrmOptionDescList) NULL, 0, &argc, argv,
    String *) NULL, (ArgList)...
  4. Replies
    4
    Views
    3,791

    And when i check it, the info is : onyx4 6#...

    And when i check it, the info is :


    onyx4 6# make -k check
    don't know how to make ../libiberty/libiberty.a (bu42).
    *** Error code 1 (bu21)
    sh[51]: fixincludes: not found
    *** Error code 127...
  5. Replies
    4
    Views
    3,791

    Problems about gcc installation

    HI,

    i need to install gcc, and when i install it, the following problems appeared:

    onyx4 5# make
    Configuring in fastjar
    configure: loading cache ./config.cache
    checking for a...
  6. Replies
    0
    Views
    879

    About CEditView

    HI

    When using CEditView class, if you have changed the content and don't save it, then a query dialogbox will popup. Now i don't want the dialog appear, how can i do that?

    Thanks.
  7. Replies
    5
    Views
    1,709

    Hehe, it may be my prejudice... because i always...

    Hehe, it may be my prejudice... because i always think MFC is made so complex.

    now i know it also has many excellences... ok, i will use it.

    thanks.
  8. Replies
    5
    Views
    1,709

    Sorry for my awful expression. I mean i want a...

    Sorry for my awful expression.

    I mean i want a dialogbox dock or undock in my SDI/MDI window, just like the "workspace" window in MSVC.
  9. Replies
    5
    Views
    1,709

    dialogbox as subwindow

    Hi, Everyone,

    I am designing an applicatin whose appearance may be same with MSVC. Now I want to make a Dialogbox as a subwindow(just like the "workspace" subwindow), but I have no idea about what...
  10. How to Hide Cursor in one of the Splitter Windows?

    I create a splitter window with MFC, and now I want to show cursor in the left view, and hide the cursor in the right view. Do you have any ideas?

    Thanks.
Results 1 to 10 of 11