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

Threaded View

  1. #7
    Join Date
    Oct 2008
    Posts
    17

    Re: C1004: unexpected end of file found

    The code now looks like
    Code:
    #using <mscorlib.dll>
    using namespace System;
    int _tmain()
    {
    return EXIT_SUCCESS;
    }
    and I still get the same error message.
    and I have also gone to the extreme of
    Code:
    int _tmain()
    {
    return EXIT_SUCCESS;
    }
    same problem.
    Leaves me to ask does .Net 1.1 actually work?
    Last edited by straygrey; October 15th, 2008 at 06:01 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