| View previous topic :: View next topic |
| Author |
Message |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Thu Apr 29, 2004 11:14 pm Post subject: [resolved] Doubleclicking on EXE-file does nothing |
|
|
Hi,
I have a problem which really puzzles me.
Working with VDS 5.01 I made a program, compiled it to an EXE-file, made an installation package for it with GKsetup and installed/ran it on my own PC (with Windows XP).
Doubleclicking the EXE-file or starting via shortcuts goes okay.
Now I hear from other people that after installation on their PC the shortcut does nothing and doubleclicking direct on the EXE-file does nothing. (That's the same EXE-file that runs fine on my PC)
The installation package does install vdsrun50.dll in the SYSTEM32 folder.
Has anyone what could be wrong here?
Any help is very welcome!
Jan Roza |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Apr 30, 2004 12:07 am Post subject: |
|
|
hi jan,
a couple of suggestions...try placing vdsrun50.dll in the same folder that has the exe file...try placing it in the SYSTEM folder instead of SYSTEM32...make sure that you have included the correct vds5run0.dll (in other words the one for version 5.01 and not for 5.0)
serge _________________
|
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Apr 30, 2004 2:50 am Post subject: |
|
|
I think you are distrubuting the wrong version (older one) of vdsrun50.dll with your setup. Check the version in the files you are including in gksetup. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Fri Apr 30, 2004 3:41 am Post subject: |
|
|
Or, your distro file is corrupted, or the setup itself has corrupted a file.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Sat May 01, 2004 10:21 pm Post subject: Doubleclicking on EXE-file does nothing |
|
|
Serge and Codescript you really hit the nail on its head............
My SYSTEM32 folder contained the correct 5.01 version of vdsrun50.dll, but my distribution library still contained the 5.0 version.
I changed my GkSetup settings to always take the version that's in my own SYSTEM32 folder instead of one in a special distribution folder.
That way I assured the latest corresponding dll always gets included.
Thanks a bunch guys for your quick and correct reply to my problem.
Jan |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sun May 02, 2004 12:24 am Post subject: |
|
|
you are welcome
serge _________________
|
|
| Back to top |
|
 |
|