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

Joined: 19 Jan 2004 Posts: 89 Location: Fyffe, AL
|
Posted: Wed Jan 02, 2008 10:42 am Post subject: Link Failed |
|
|
I've got me a laptop running vista home and just installed vds 5.
Everything is working when i run the scripts .. most of the stuff..
but when i got to compile i get
| Code: |
Visual DialogScript 5.0 Linker
C 1995 - 2003 Commercial Research Ltd.
Adding file C:\Users\VALUED~1\AppData\Local\Temp\~vdstemp.dsu
Adding file C:\Program Files\Visual DialogScript 5\default.ico
Error: Cannot create output file C:\Program Files\Visual Dialogscript 5\WoW Auto Login.exe
Link failed
|
And here is just the one that shows that error.. but all show it also
| Code: |
%%WinN = "World of Warcraft"
%%UseN = "USERNAME"
%%UseP = "PASSWORD"
Title WoW Auto Login
DIALOG CREATE,WoW Auto Login,-1,0,240,65,SMALLCAP
DIALOG ADD,STYLE,STYLE1,,,C,,
REM *** Modified by Dialog Designer on 1/2/2008 - 04:13 ***
DIALOG ADD,TEXT,TEXT1,0,0,240,65,TEXT1,,style1
DIALOG ADD,Space,Space
DIALOG SHOW
Dialog set,TEXT1,Loading WoW@cr()Please Wait...
shell open,"C:\Program Files\World of Warcraft\WoW.exe"
:Evloop
wait event
goto @event()
:HOTKEY
if @winexists(%%WinN)
window send,%%WinN,%%UseN
window send,%%WinN,@TAB()
window send,%%WinN,%%UseP
window send,%%WinN,@cr()
else
# Do Nothing
end
:Close
exit
|
I have unintalled and reinstalled and i just can't get it to work..
Any advice? _________________ Visual Dialogscript 5 |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Jan 02, 2008 11:34 am Post subject: |
|
|
Are you sure the program isn't already running? If the target file already exists, try deleting it. Else try changing the output filename. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Wed Jan 02, 2008 11:50 am Post subject: |
|
|
You're running Vista and VDS tries to create an exe-file in C:\Program files.
As far as i know under Vista you are not allowed to write in C:\Program files....
Try to let VDS compile the exe file to C:\Users\<username>\...... that should be allowed by Vista.
The same applies to ini-files located in any programs own folder (C:\Program files\<Programfile> which cannot be written to, these also have to reside somewhere in C:\Users\<username>\.....
Jan |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Jan 02, 2008 12:34 pm Post subject: |
|
|
I didn't notice he was using Vista. Well spotted... _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
kOt Contributor

Joined: 19 Jan 2004 Posts: 89 Location: Fyffe, AL
|
Posted: Wed Jan 02, 2008 7:04 pm Post subject: |
|
|
Thank you very much.
Changing the to somwhere else works.
Thanks _________________ Visual Dialogscript 5 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|