Thread: anyone using studio.net? please help...

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    117

    anyone using studio.net? please help...

    i am using visual studio .net but i cant build a project by using a c++ file, which is wriiten in Vc++ 6.0.

    i have try to open a project for it and copy the program code to replace the old one but error said that unexpected end of file found.( it is a win 32 console application)

    by the way, when i open a new project, there are coding in the cpp file. i should replace the code can i?

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Can you post the complete error message ?

    If you are not using precompiled headers ( if you don't know what I mean, you aren't using them ) turn the option off. Somewhere in the options of the preprocessor.

    Besides this point, if you make a new empty project of the type you need and insert your code file. It should compile and run fine.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual studio.net C++ Problem
    By Dina in forum C Programming
    Replies: 5
    Last Post: 07-19-2008, 02:34 PM
  2. visual studio 6 and visual studio.net difference
    By gemini_shooter in forum Tech Board
    Replies: 5
    Last Post: 02-04-2006, 01:32 AM
  3. Help needed in customizing MS Visual Studio.net
    By Kaminaga in forum C++ Programming
    Replies: 5
    Last Post: 06-26-2005, 03:41 PM
  4. Microsoft Visual Studio.net Professional
    By nbo10 in forum C++ Programming
    Replies: 5
    Last Post: 07-25-2003, 12:52 PM
  5. problem with installing visual studio.net!!!!!!
    By moemen_ahmed in forum Windows Programming
    Replies: 1
    Last Post: 06-15-2002, 11:54 PM