Thread: save to temp dir?

  1. #16
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    No, I mean Win32 windows applications...

    http://msdn2.microsoft.com/en-us/lib...y8(vs.80).aspx

    Of course, there isn't WYSIWYG in Win32 windows apps. You used to be able to use the class wizard to build MFC apps, but MFC is not supported in VC++ Express.

    I might be wrong and maybe regular windows apps are only supported in the non-Express versions. I honestly haven't done it myself. However, I'd be surprised if that was the case since you should be able to download the Win32 windows library and once you have the library you should just be able to use it.

  2. #17
    Registered User
    Join Date
    Jun 2007
    Location
    UK
    Posts
    22
    nope i can only make "win32 Console application" with Express

  3. #18
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Have you done all of these steps, including #5 which seems to indicate that it is possible but it starts off disabled?

    http://msdn.microsoft.com/vstudio/ex...alc/usingpsdk/

  4. #19
    Registered User
    Join Date
    Jun 2007
    Location
    UK
    Posts
    22
    oops sorry
    no i dont think i have

  5. #20
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Express is for console, Win32, OpenGL or DirectX (hence Win32). No MFC support.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 10-27-2006, 01:21 PM
  2. Problem Putting INTs Into a CHAR Array
    By cram in forum C++ Programming
    Replies: 13
    Last Post: 10-13-2004, 07:53 AM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. Help with my c-program
    By duty11694 in forum C Programming
    Replies: 1
    Last Post: 11-15-2002, 02:13 PM