CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: luckie7456969

Search: Search took 0.01 seconds.

  1. Book recommendation for Windows Desktop User Interface/Shell programming?

    I want to do something similar to Rainmeter.
    I want to do it myself, because I am scared that Rainmeter's third party gadgets would have viruses.
    Thanks
    Jack
  2. Replies
    1
    Views
    5,672

    Symbols already defined (MSVCRTD.DLL)

    Which adjustments in the compiler do I have to make in order to fix these errors?


    Error 3 error LNK2005: __wassert already defined in LIBCMTD.lib(wassert.obj) E:\Character Animation With...
  3. Re: Two problems re-compiling an old MFC project

    Wow, Explicit initialization is just as simple as that.
    Thanks OReubens.
    Jack
  4. Re: Two problems re-compiling an old MFC project

    Hi Victor,
    Does Explicit Initializations mean something like this?


    memset (&object, 0, sizeof(object));
  5. Two problems re-compiling an old MFC project

    1)


    BEGIN_MESSAGE_MAP(CCoolBar, baseCCoolBar)
    //{{AFX_MSG_MAP(CCoolBar)
    ON_WM_NCHITTEST()
    ON_WM_NCLBUTTONUP()
    ON_WM_SIZE()
    //}}AFX_MSG_MAP
    ON_MESSAGE(WM_SETTEXT,...
  6. Re: How to program boolean union and intersection in C++?

    Or just union and intersection without boolean...
  7. How to program boolean union and intersection in C++?

    It involves some discrete mathematics.
    Any code snippet to get me started?
    Thanks
    Jack
  8. Replies
    3
    Views
    2,150

    Re: Rename a JFrame's Form

    http://imageshack.us/photo/my-images/4/help2d.jpg/

    If I rename NewJFrame.form to something else, the whole thing will collapse, won't it?
    Thanks
    Jack
  9. Replies
    3
    Views
    2,150

    Rename a JFrame's Form

    Since a new class name for the corresponding java class of a java form will lead to a crash,
    what is the better way to change the name of a java form?
    I don't want to do it again because a lot of...
Results 1 to 9 of 10





Click Here to Expand Forum to Full Width

Featured