Results 1 to 3 of 3

Thread: Runtime files

  1. #1

    Thread Starter
    Hyperactive Member WP's Avatar
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    278

    Exclamation

    Are there in C++ specific Runtime files like MSVBVM60 in Visual Basic. Or are they just your 'includes' like #include...?

    WP

    Visual Basic 6.0 EE SP5 / .Net
    Windows XP

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    No

    Unless you make a dll or other external file for your program to use, C++ doesn't require runtimes. It links all the header files you use into the exe itself
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Be careful when you use MFC. In that case your app will need the MFCxx.DLL to run. Ypu can statically link your exe with the Dll but in that case your app will be 1MB Min size. However the MFCxx.DLL is more probably to be on a user's computer than MSVBVMx0.DLL because much more apps use it. If you don't use MFC then don't care, your exe will run on every Windows Platform.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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