Thread: VC question...

  1. #1
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768

    VC question...

    Alittle unrelated but still...

    I'm using Borland C++ 5.5 for my API developments, but now I wish to move to MFC, can I continue to use borland or will I need to start using VC++?

    Also, what is the first version of Visual Studio that supports C# ?



    Thank you.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    You will need to switch to Visual Studio to use MFC. Borland has their own equivilent to MFC called OWL if I remember correctly.

  3. #3
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Hi,

    For C# development, the .NET SDK and runtime can be freely downloaded.

    And you can also download a free IDE for C# development, SharpDevelop.

    Best Regards,
    Yeoh
    --

  4. #4
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    you mean I can download the C# sdk for VS6 ? But it's not a .NET?!
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  5. #5
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Quote Originally Posted by Devil Panther
    you mean I can download the C# sdk for VS6 ? But it's not a .NET?!
    Hi,

    For .NET development in C# and other .NET languages, you can download the .NET SDK and runtime from here.
    http://msdn.microsoft.com/netframewo....1%20Downloads

    However, these are distributed as command line tools only.
    So, you might want to get a free IDE, for example, SharpDevelop from here
    http://www.icsharpcode.net/OpenSource/SD/

    VS6 is for non .NET development. If you want to do .NET development, you should buy Visual Studio .NET 2003 which is the current release or wait for the 2005 version to be released later this year.

    Best Regards,
    Yeoh
    --

  6. #6
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    If I understand right, the MFC and OWL are two different type of libraries?!

    And another thing, what does it mean when people say you need a .NET platform in order to run .NET applications? What kind of platforms?


    Thanks again.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  7. #7
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Basically, it means that the user would need to download the .NET runtimes from Microsoft if they haven't already.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  8. #8
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    You can get FREE Beta Expresss versions of Visual C++, Visual Basic, C#, and Java (J#). These are all up-to-date ".NET versions."

  9. #9
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    Well... I have access at work to VS .NET 2003, but I'm not sure how to use it...

    I want to move completly to VS .NET 2003 for all my C/C++ programming, with or without API/MFC and in the future with C#... Can the VS .NET be used for non .NET projects as well?

    Is there any begginers guide to VS, since i've never really used it.
    (got messed up while trying to compile "hello world" in C++ )


    Thank you.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  10. #10
    Registered User
    Join Date
    Dec 2003
    Posts
    50

    Thumbs up

    Quote Originally Posted by Devil Panther
    Can the VS .NET be used for non .NET projects as well?
    Hi,

    Yes, you can also use VS .NET 2003 Win32 and MFC projects.

    There are some VS tutorials from here.
    http://www.functionx.com/


    Best Regards,
    Yeoh
    --

  11. #11
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    Quote Originally Posted by yeohhs
    Hi,

    Yes, you can also use VS .NET 2003 Win32 and MFC projects.

    There are some VS tutorials from here.
    http://www.functionx.com/


    Best Regards,
    Yeoh
    --
    can you please point alittle at the site, i just need help with how to start on using the VS .NET 2003... how to build a project and compile... both .NET and non-.NET apps
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM