CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #5
    Join Date
    Nov 2007
    Posts
    4

    Re: vc++ 6 serial communication problem

    should i mark 'header file sonly' when creating the project or 'none when asked for what database support i'm to include'? i marked header files....
    what compund document support would you like to include?: none
    hmmm strange..... i wanted to create a console project and it's asking me to choose if i want status bars and so on..... i don't think that's good.
    i've chosen file->new->project->win32console->an aplication that supports mfc. and got a rebuild project with:

    #include "stdafx.h"
    #include "dgfdfg.h"
    #ifdef _DEBUG
    #define new DEBUG_NEW
    #endif
    Last edited by rafaltypiak; November 16th, 2007 at 07:07 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured