Hi,
I am creating an application which uses a DLL I have coded. The code of the DLL is in C:\Common Dlls while the code of the application resides in C:\Application. I created an EXE and a deployment package.
When I run the EXE on the PC I have developed the application, everything runs fine. On the other hand when I install the application on another PC I am getting the error message 'Invalid procedure call or argument'. This error also crops up when I run the application through VB on the installation PC.
During installation I have copied the DLL in the C:\WINDOWS\SYSTEM directory.
Can anyone please help on this, since I am totally stuck.
Many thanks in advance
I am creating an application which uses a DLL I have coded. The code of the DLL is in C:\Common Dlls while the code of the application resides in C:\Application. I created an EXE and a deployment package.
When I run the EXE on the PC I have developed the application, everything runs fine. On the other hand when I install the application on another PC I am getting the error message 'Invalid procedure call or argument'. This error also crops up when I run the application through VB on the installation PC.
During installation I have copied the DLL in the C:\WINDOWS\SYSTEM directory.
Can anyone please help on this, since I am totally stuck.
Many thanks in advance