Results 1 to 2 of 2

Thread: Compiling Error

  1. #1
    Guest
    Hello everyone. I am new to vb and have obtained the source code for a program. When I compile the program, I get constant errors. I am sure that the code cannot be bad. What do you think that the problem is? I am using vb 6, how can I tell what version the program was originally written in?

    Thanks in advance,

    Dave

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    To see what the original code was written in

    OPen the form or module with a text editor like Notepad.

    Look at the very first line and it should inform you of the version.

    Depending on the errors, you may have any number of problems with the various components in the project not being available or licenses on your machine.

    YOu have to remember that just because you have the source code, you don't necessarily have all of the libraries (dll's and OCX's usually) that go with it.

    Hope it helps...
    Paul Lewis

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