forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Link Failed

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
kOt
Contributor
Contributor


Joined: 19 Jan 2004
Posts: 89
Location: Fyffe, AL

PostPosted: Wed Jan 02, 2008 10:42 am    Post subject: Link Failed Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Wed Jan 02, 2008 11:34 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
JRoza
Contributor
Contributor


Joined: 17 Aug 2003
Posts: 182
Location: Netherlands

PostPosted: Wed Jan 02, 2008 11:50 am    Post subject: Reply with quote

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>\.....

Very Happy
Jan
Back to top
View user's profile Send private message Visit poster's website
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Wed Jan 02, 2008 12:34 pm    Post subject: Reply with quote

I didn't notice he was using Vista. Well spotted...
_________________
The Tech Pro
www.tech-pro.net
Back to top
View user's profile Send private message Visit poster's website
kOt
Contributor
Contributor


Joined: 19 Jan 2004
Posts: 89
Location: Fyffe, AL

PostPosted: Wed Jan 02, 2008 7:04 pm    Post subject: Reply with quote

Thank you very much.
Changing the to somwhere else works.

Thanks

_________________
Visual Dialogscript 5
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
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

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group