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

Search:

Type: Posts; User: KasperD

Search: Search took 0.02 seconds.

  1. Re: [MFC Newbie] workflow for calling function from InitInstance

    Hi Victor.

    From where are you quoting this? I would like to read the full text :)

    And as you can see in the post I made simultaniously with yours, I'm pretty sure the InitInstance opens a...
  2. Re: [MFC Newbie] workflow for calling function from InitInstance

    In my InitInstance-function, I've located the following block:



    CMySingleDocTemplate* pDocTemplate;
    pDocTemplate = new CMySingleDocTemplate(
    IDR_MAINFRAME,
    RUNTIME_CLASS(CMyMlvDoc),...
  3. [MFC Newbie] workflow for calling function from InitInstance

    Hi everybody.

    As some of you might have read in my previous thread (http://www.codeguru.com/forum/showthread.php?t=476458) I'm trying to add a commandline interface to an existing MFC...
  4. Replies
    6
    Views
    7,821

    Re: Issues with Command Line Parsing in MFC

    Hi kirants!

    Okay, at least one of my new issues might be related to the FAQ :)

    The order of arguments in the commandline matters. I would like it to be irrelevant.
    e.g. "myAppName -opt1...
  5. Replies
    6
    Views
    7,821

    Re: Issues with Command Line Parsing in MFC

    Thank you - will look into that Q&A!
  6. Replies
    6
    Views
    7,821

    Re: Issues with Command Line Parsing in MFC

    Wow... Simple and genius solution. This solved my primary issue, but gave me a bunch of new issues, so might return later :P

    But for now: Recht schönen Dank Victor! :)
  7. Replies
    6
    Views
    7,821

    Issues with Command Line Parsing in MFC

    Hi.

    My very first post here at CodeGuru, so bear with me, if it doesn't comply with all the standards :)

    I'm trying to add a command line interface to an existing MFC application. As of now I...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured