how do i know what files my program needs so i can include them with the program because some people dont have them
Printable View
how do i know what files my program needs so i can include them with the program because some people dont have them
Use the package and deployment wizard that comes with VB, it's takes the guessing out of it.
That works, but if you're too lazy to do that, Msvb600.dll will work (if you used vb6), msvbvm500.dll (for vb5), vbrun400.dll (for vb4) vbrun300.dll (for vb3). Also you have to incude any OCX/DLL files you used.
whats that what menu is it in IM A NEWBIEQuote:
Originally posted by Lethal
Use the package and deployment wizard that comes with VB, it's takes the guessing out of it.
.........
to use the P&D wizard, just go to the shortcut on the start menu, which should be in the same folder as VB.