Results 1 to 4 of 4

Thread: Run a VB EXE without vbruntime files???

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Lisbon, Portugal
    Posts
    55

    Wink Run a VB EXE without vbruntime files???

    Hi!

    Run a VB EXE without vbruntime files???

    Anyone knows if is possible to make a VB exe that doesn't need, or dosen't need to instal by any instalation program the VB runtime files?

    Thanks


  2. #2
    Guest
    You need the runtimes to run an EXE made with VB.

  3. #3
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    Quite alot of games on todays market require like vbrun.dll and other runtime files, most PC will have the files on but they need to be up-to-date

  4. #4
    Guest
    DimA.. you can do all your windows and it's other objects using API, and it'll be like coding in C (but a little more easier and helpful). BUT you will still need the VB runtime files. I think you need them to access VB's own commands and functions. I read somewhere that VB executables are nothing but 'already built' header files, with your code as scripts at the end. When this is compiled, the header file tells windows where to get all the information from and what to use, to run the program and stuff like that..?? but that's just something I read somewhere, I could be wrong.

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