User Tag List

Results 1 to 4 of 4

Thread: binary data... useless waste of filespace ?

  1. #1
    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)

    binary data... useless waste of filespace ?

    I have searched and found nothing...
    I have an animation I am making, the music is an external file played by directshow and so the file is in the data manager under binary data, and the exe size is 2MB bigger... Yet when I run the program, or even go to the temporay application path, there are no extracted files... Maybe I am missing something ? And checking `include external files` and having directshow load a file from a path pops up the error `external files not included` but does not include them in the final exe.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: binary data... useless waste of filespace ?

    I think there is a conflict between the "Include external files" option and the embedded binary files, you should remove this option.

    Make sure the external file is in the directory of the MFA file, and you build the EXE in this directory too.

    If you load the file with an expression, specify its full pathname, e.g. Apppath$ + "yourfile.mp3".

  3. #3
    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: binary data... useless waste of filespace ?

    Thanks, it works now, maybe it doesn't like appdrive$ + appdir$ ?
    Thanks

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: binary data... useless waste of filespace ?

    Odd... there should be no difference between AppPath$ and Appdrive$ + Appdir$...

Similar Threads

  1. Binary Data (INI)
    By Danny in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 13th February 2013, 09:56 AM
  2. Replies: 47
    Last Post: 19th August 2011, 02:41 PM
  3. Binary Data
    By Mars31 in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 21st April 2009, 04:49 PM
  4. using binary data at data elements
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th August 2008, 05:22 AM
  5. Binary Data
    By Nick in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th May 2008, 03:08 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
  •