|
-
Aug 25th, 2000, 07:23 AM
#1
Thread Starter
Member
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
-
Aug 25th, 2000, 08:52 AM
#2
You need the runtimes to run an EXE made with VB.
-
Aug 25th, 2000, 01:54 PM
#3
Frenzied Member
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
-
Aug 27th, 2000, 02:02 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|