|
-
Sep 14th, 2000, 06:13 PM
#1
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
-
Sep 14th, 2000, 06:30 PM
#2
Hyperactive Member
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...
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
|