Search:

Type: Posts; User: Gareth

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,058

    If you don't know what a release build is, then...

    If you don't know what a release build is, then you would have the same problem with VC6.

    There are two builds (configurations) you can build your project in (*). You (I assume) are using "Debug"....
  2. Thread: Cursor Position

    by Gareth
    Replies
    9
    Views
    2,442

    My responce was the name of the method in CWnd.

    My responce was the name of the method in CWnd.
  3. Thread: Cursor Position

    by Gareth
    Replies
    9
    Views
    2,442

    Yup. afx_msg void OnLButtonDown( UINT...

    Yup.



    afx_msg void OnLButtonDown(
    UINT nFlags,
    CPoint point
    );
  4. Replies
    10
    Views
    1,505

    Learning C before C++ is probably a bad idea, it...

    Learning C before C++ is probably a bad idea, it will just teach you the wrong way to do things and you will pick up a few (in C++'s context) bad habits.

    That said, from the way you describe your...
  5. Replies
    18
    Views
    2,058

    (First post here, hi guys :) ) Are you giving...

    (First post here, hi guys :) )

    Are you giving her the release build of the program ? Because the debug version of those DLLs is not (and shouldn't really) installed by default.
Results 1 to 5 of 5