User Tag List

Results 1 to 3 of 3

Thread: Using an ini file as a binary data element

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    319
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Using an ini file as a binary data element

    I am trying to embed the ini file where I store all the game data, but the problem is I can't seem to store anything on this file, so everytime I reboot the app all the data I saved the previous time is missing.

    Is it actually possible to save to an ini file that has just been extracted then release it, and the next time I open the app the information to still be inside the ini file?

    I am using ini++ and have set the default file in the properties at: BinFileTempName$("path+nameofmybindatafile")

    Any ideas?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Using an ini file as a binary data element

    No, you can't do that. No Windows application modifies its own executable to save data - you're meant to use the application data folder or the registry instead.

  3. #3
    No Products Registered

    Join Date
    Dec 2006
    Posts
    319
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Using an ini file as a binary data element

    Thank you for clearing that up Jamie, much appreciated.

Similar Threads

  1. 3 Binary data INI file questions
    By King_Cool in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 20th August 2013, 05:54 AM
  2. Binary Data (INI)
    By Danny in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 13th February 2013, 09:56 AM
  3. 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
  4. How to copy file from Binary Data
    By William87 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd October 2006, 12:19 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
  •