wmania2
17-02-2009, 07:48 PM
Hi,
I am using a dll I found from the internet to code. When everything is in one folder, I can compile and run just fine. However, when I move everything except the main program to a subdirectory, I get a unsatisfied link error. I have added the import statements to the main program and named the subdirectory files as the correct package. The error message is not one of no class definition found but that there is an error calling the method in the subdirectory package file.
I am using a dll I found from the internet to code. When everything is in one folder, I can compile and run just fine. However, when I move everything except the main program to a subdirectory, I get a unsatisfied link error. I have added the import statements to the main program and named the subdirectory files as the correct package. The error message is not one of no class definition found but that there is an error calling the method in the subdirectory package file.