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

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.56 seconds.

  1. Re: how to use MFC to realize the function instead of C

    1. You need to build/format a string prior to outputting it with MessageBox:


    CString msg;
    msg.Format(_T("Camera USB driver version : %s\n"), instr.version_cam_driver); // pretty much the same...
  2. Re: how to use MFC to realize the function instead of C

    The thing is that the description of requirements is really vague. The original program in a console app. And I cannot see any reason why would MFC be a requirement for a console app.

    Okay, I can...
  3. Re: how to use MFC to realize the function instead of C

    There's nothing wrong in being brand new to something but wanting to do something more than trivial. In general what you need is to stop being brand new and gain some experience enough to accomplish...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured