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

Joined: 16 Sep 2002 Posts: 105
|
Posted: Sat Mar 06, 2004 8:09 pm Post subject: VDS NEW BUG ISSUE? |
|
|
Compiled project works within VDS with F9 key, however exe does not work after compiling with F12 key. No error messages...nothing!
move the exe out of the compiled folder and it works!?
has anyone else experienced this type of problem? thanks, nt. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Mar 06, 2004 8:37 pm Post subject: |
|
|
Which version of VDS are you using?
Also, F9 runs a project, while F12 compiles the project to an executable,
at least in VDS 5.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Sat Mar 06, 2004 9:35 pm Post subject: |
|
|
VDS 5.1
Continued with efforts to locate the problem.
Discovered vdsrun50.dll causes the problem if in the same folder as compiled vds exe.
if vdsrun50.dll removed from exe folder...exe runs ok.
I am assuming at this time...that vdsrun50.dll must be installed on end-users path "windows or system" directory and.... not all files in the program folder.
all feedback welcomed. thanks, nt |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Sat Mar 06, 2004 10:24 pm Post subject: |
|
|
| Check to make sure you are not using an older version of the vdsrun50.dll. Use the one from 5.1. |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Sun Mar 07, 2004 12:28 am Post subject: |
|
|
how can one tell vdsrun50.dll 5.0 from 5.1?
The creation date? If so...which date should I look for?
Thanks, nt |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Mar 07, 2004 1:33 am Post subject: |
|
|
You can right click the dll file and select "Properties" from the menu.
Now on the dialog displayed select the second tab "Version"
There you can see 5.0.1.116 under File Version(so U can say if it is VDS 5.01 runtime). You can right click the dll file and select "Properties" from the menu.
Older one has 5.0.0.100 I think. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sun Mar 07, 2004 9:55 am Post subject: |
|
|
The "redist" folder in your VDS5 directory should hold the most current version of vdsrun50.dll - try
to copy that one to your program folder - that's where your program will look for it first.
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Mon Mar 08, 2004 5:22 pm Post subject: thanks to all |
|
|
you are correct! I had the older ver of vdsrun50.dll.
after correcting the version issue...alls well.
thanks again...i wasted several (8+) hours trying to locate the problem with my code.
thank you for all feedback, nt |
|
| Back to top |
|
 |
|