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
Printable View
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
You need the runtimes to run an EXE made with VB.
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
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.