| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Oct 03, 2002 11:50 am Post subject: Dlls |
|
|
How can I run:
vdsdll.dll Version: 2.7
and
vdsdll.dll Version: 3.17
in the same project. I have tried renaming one of the DLLs but it loads but the calls, and functions don't
I want to use functions out of both DLLs.
They are made by Tommy I think?
Nathan |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Thu Oct 03, 2002 11:56 am Post subject: |
|
|
| I think you should use Tommy's vdsrun.dll... |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Oct 03, 2002 1:06 pm Post subject: |
|
|
I can't figure out how to use the vdsrun.dll !!
eg.
How Do I call A DLL ?
Then how do i call functions from that DLL?
Then How do i unload the DLL?
If someone can supply a simple script eg.
eg. using: vdsconv.dll
Nathan |
|
| Back to top |
|
 |
Que Valued Newbie

Joined: 25 Aug 2001 Posts: 38 Location: Newaygo, MICH
|
Posted: Thu Oct 03, 2002 4:16 pm Post subject: |
|
|
If you've registered version 3.17, you need only check your registration information to find out how to build your own dll using only the functions you need with a filename you choose. Smaller file, different filename. I think this would solve your problem... _________________ Que |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Thu Oct 03, 2002 6:52 pm Post subject: |
|
|
This indeed wouldn't just work as both the VDSDLL 2 and VDSDLL 3 use the same command
and function name "DLL" and "@DLL()". You could certainly use the VDSRUN DLL/part from the
VDSDLL 3 to load the VDSDLL 2. Please refer the vdsrun2.dsc example in the VDSDLL 3 package. |
|
| Back to top |
|
 |
|