Search:

Type: Posts; User: Eirik

Search: Search took 0.01 seconds.

  1. Thread: C++ confusion

    by Eirik
    Replies
    14
    Views
    2,943

    The Get/SetClassPointer are my functions, they...

    The Get/SetClassPointer are my functions, they are just wrapping Get/SetWindowLong.
  2. Thread: C++ confusion

    by Eirik
    Replies
    14
    Views
    2,943

    What excactly will happen then? Will I recieve,...

    What excactly will happen then? Will I recieve, say, a WM_ACTIVATE notification to my window if I activate the parent window?

    Another obstacle I'm running into here is this:
    I register my window...
  3. Thread: C++ confusion

    by Eirik
    Replies
    14
    Views
    2,943

    Hmm.. I am creating it like this: int...

    Hmm.. I am creating it like this:


    int APIENTRY MyWin(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPTSTR lpCmdLine,int nCmdShow) {
    WNDCLASSEX wcex;
    HBRUSH hbrGray;
    MSG msg;

    hbrGray =...
  4. Thread: C++ confusion

    by Eirik
    Replies
    14
    Views
    2,943

    Because if I don't, I will block the calling...

    Because if I don't, I will block the calling application until my window closes.
  5. Thread: C++ confusion

    by Eirik
    Replies
    14
    Views
    2,943

    Multiple instances of classes, and passing pointers around, multithreading

    Hello,

    I am having a bit of a headache trying to structure my program "the right way".

    This is the case:

    I am making a dynamic link library, containing some resources and functions that will...
Results 1 to 5 of 5