Results 1 to 8 of 8

Thread: Moving from VB6 To VC#

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Posts
    160

    Moving from VB6 To VC#

    Hi all just have a simple questions before I move from VB6 to VC# .net, will people need to download extra run files in order to use my programs and is it really worth it

    But the main reason why I want to move from VB6 To C# is because people always need to download run files for the vb6 programs

    Thanks

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Moving from VB6 To VC#

    C# requires the Net Framework installed in order to run, and produces a nasty message if it isn't. This may not be a problem in the future as more computers are going to be using it.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Posts
    160

    Re: Moving from VB6 To VC#

    Thanks,

    One more thing in C++ u dont need the runfiles right.

    Thanks again

  4. #4
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Moving from VB6 To VC#

    Not in C++ no. But in C++.NET you still need the .NET framework.


    - ØØ -

  5. #5
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: Moving from VB6 To VC#

    Quote Originally Posted by NoteMe
    Not in C++ no. But in C++.NET you still need the .NET framework.


    - ØØ -
    ah even if you dont use any managed classes?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Moving from VB6 To VC#

    Then it isn't C++ .NET...

  7. #7
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: Moving from VB6 To VC#

    hmm so if you compile something non-.NET with vs2003, it will run on older comps? vs2003 didnt update any c++ libraries? (I totally dont know anything about the world of c++ as you can guess )
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Moving from VB6 To VC#

    Correct. If you don't use the .NET framework in C++, then you don't have to redistrebute them. Just like for me when I do DirectX. If I use DX then I have to distrebute the runtimes just in case. But if I don't use DX then I don't have to distribute the runtimes..

    - ØØ -

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