Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2004 |
| Replies: 20 Views: 8,325 I don't know what those files were for. I suspect that the missing files (the ones that errored) were part of the "provider" that was "not found". I'd try remaking the installer, rebooting the... |
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2004 |
| Replies: 20 Views: 8,325 When did you get the error? Was it during installation of your app or did it happen when you ran your app? |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2004 |
| Replies: 20 Views: 8,325 Oh, I forgot - there are some things you have to be careful about when you make a package in the wizard. Make SURE that all system DLL's that you install are marked as shared in the Setup.Lst file. ... |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2004 |
| Replies: 20 Views: 8,325 Seeing that this is the QB/VB forum and this is a windows app you're talking about, I'll assume that you're using a recent version of Visual Basic. I know what I'm about to tell you works in VB6, I... |
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2004 |
| Replies: 33 Views: 30,814 You can't make an OS in QBASIC. QBASIC can compile to .com files, but these run under DOS (ie. they use DOS interrupts to print to screen, get keystrokes, access disk etc.). You would have to start... |