User Tag List

Results 1 to 7 of 7

Thread: Some Questions

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some Questions

    I have some quick questions, i am guessing the answer will be no to both but i might as well ask.

    Is it possible to build command line apps using MMF? By that i don't mean running them in MMF but actually making them.

    Is it possible to pack binary files into the main exe while using the exported app. So a way for example to pack a database entry into the .exe rather than saving in a external ini etc yet do it dynamically rather than including it as binary before compiling/build to exe.

  2. #2
    Clicker Multimedia Fusion 2 Developer

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

    Re: Some Questions

    1: MMF apps can receive commandline input, but can't output to the commandline.
    2: Yes, but only with several not-recommended workarounds. Not least because virus scanners tend to frown on modifying .exe files.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some Questions

    Ok thanks this is what i thought for 1.

    With 2 is there any extensions that can do this? Or is it best to just avoid doing it and use encrypted ini's because of the problems with virus scanners?

  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: Some Questions

    I don't think that there is any particular extension for adding data to the end of your exe, but you can do it yourself using the binary object.

    I don't know what your plans are for this exe, but user accounts on some computers can't run executables outside the program files and windows folders, and aren't allowed to write to those, which means they can't use any self-modifying exes.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some Questions

    Quote Originally Posted by Dynasoft
    I don't know what your plans are for this exe, but user accounts on some computers can't run executables outside the program files and windows folders, and aren't allowed to write to those, which means they can't use any self-modifying exes.
    How many people do you think block modifying exe files? I need to know because my game makes an exe file/level for the user to play. It probably works on most people's computers, right?

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Some Questions

    Well, MMF2 does it..

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some Questions

    You can use the Binary Object to write files to EXEs.

Similar Threads

  1. Some questions about MMF 2! D:
    By Peter_Isaac in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th October 2010, 01:16 PM
  2. some Questions
    By DiViNiTY in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 24th September 2010, 03:11 PM
  3. 2 questions
    By Spark in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 30th November 2007, 05:56 PM
  4. two questions please
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th August 2007, 06:01 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
  •