2007-05-24, 07:19 PM
I have a C# programmed DLL ( for sqlite3 access ) that was converted for use with VB6. It works great, but I think the DLL is having pathing issues.
Specifically, instructions say that the dll must be copied to the Windows directory. I'm having no problems if the the windows is on C drive. I think my users are having trouble with other partitions...
The following page is a walkthrough for C# programmers that gives the source code for the DLL and shows what to do to compile a VB6 compatible DLL...
http://www.tannertech.net/sqlite3vb/index.htm
Can someone look at the source and confirm if there is a pathing issue, whether it could be tweaked to run from anywhere, like my app.path and not Windows, and whether THEY could compile the new DLL for me?
Thanks so much...
Specifically, instructions say that the dll must be copied to the Windows directory. I'm having no problems if the the windows is on C drive. I think my users are having trouble with other partitions...
Quote:This test application requires the SQLite3VB.dll (that can be created using this tutorial or found below) to be located in your computer's system folders (Ex C:\Windows)
The following page is a walkthrough for C# programmers that gives the source code for the DLL and shows what to do to compile a VB6 compatible DLL...
http://www.tannertech.net/sqlite3vb/index.htm
Can someone look at the source and confirm if there is a pathing issue, whether it could be tweaked to run from anywhere, like my app.path and not Windows, and whether THEY could compile the new DLL for me?
Thanks so much...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]