User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Windows Vista can't handle Appdrive$+appdir$...

  1. #1
    No Products Registered

    Join Date
    Feb 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Windows Vista can't handle Appdrive$+appdir$...

    It seems like Windows Vista can't handle Appdrive$+apdir$+whatever. Im trying to load a filelist/file or whatever from a folder. It used to work in WinXp when i used this:
    Code:
    Appdrive$+appdir$+"/folder/"+"*.dll"
    Now why doesn't this work in vista?

  2. #2
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    and with antislashes, as this => Appdrive$+appdir$+"\folder\"+"*.dll"
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  3. #3
    No Products Registered

    Join Date
    Feb 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    Quote Originally Posted by Nico
    and with antislashes, as this => Appdrive$+appdir$+"\folder\"+"*.dll"
    Nah, that doesn't work.

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    Try setting a string to that and see what it comes up with. You might see the problem.

  5. #5
    No Products Registered

    Join Date
    Feb 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    I fixed it now. It turns out vista wanted me to use this
    Code:
    Appdrive$+Appdir$+"1.dll.txt"
    double extensions. Is there any way i can fix this? I want to use dll files you know.

    -thanks

  6. #6
    No Products Registered

    Join Date
    Feb 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    Fixed it all now. Thanks for all the help =)

  7. #7
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    Ah what was the solution?
    Might be handy for the next guy.

  8. #8
    No Products Registered

    Join Date
    Feb 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    It seems you can't create dll files using the "new text document" thingy in vista. Too bad. So i built an dll using the file extension [kcfile.mfx] (start of frame > File actions > create a file >
    Code:
    appdrive$+appdir$+"nameoffile.dll"
    ). Then i used that one. It worked!

  9. #9
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    Yes, because file extensions are hidden like with XP, you need to enable showing of them in the tools menu

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Windows Vista can't handle Appdrive$+apdir$...

    You should use Apppath$ instead of Appdrive$ + Appdir$.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. How do you handle windows/fullscreen?
    By blub in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th June 2012, 04:57 PM
  2. Need Windows Lock Example for Windows Vista/7...
    By LUCKYCREATIONS in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 27th July 2010, 01:55 PM
  3. windows vista
    By looner in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th March 2007, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •