Results 1 to 4 of 4

Thread: Programming Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    11

    Question

    Hi,

    I've created this program and burned it on CD. I've thoroughly tested it at work and it works fine. But when I bring the CD home and run it, i get a runtime error 76. But when I copy the files from the CD to my hard drive at home and run it from the hard drive, it works fine! No error occurs. My crappy computer at home is quite slow.

    What does error 76 mean? Can I look up what this means?
    Why does the error only occur on my CD?
    Is it my program or my home computer?

    Thanx

  2. #2
    Member
    Join Date
    Nov 1999
    Location
    panama
    Posts
    57

    Cool

    verify the program not save files in the dir of run example
    files temporaly or *.ini *.lic ext. possibly not running for the program intent save in the CD and is not permitions.


    ok
    carlosapv
    [email protected]
    THE TRUTH IS OUT THERE
    Visual Basic 6.0 SP5

  3. #3

  4. #4
    Guest
    Originally posted by MartinLiss
    Error 76 is "Path not found". You can find the text of many errors by doing a search in help for the error number.
    Or you could create the error yourself.

    Code:
    Private Sub Form_Load()
    Error 76
    End Sub

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