User Tag List

Results 1 to 6 of 6

Thread: Source-code?

  1. #1
    No Products Registered

    Join Date
    Jan 2008
    Location
    Earth!
    Posts
    28
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Source-code?

    I was wondering, would it be possible to export the source-code of our apps in future releases?
    Or if its possible at all to retreive the source...

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Source-code?

    I don't think so..
    What you get is a precompiled JAR file in which CT adds the files specific for your application. All extensions and all runtime stuff were already compiled, when you build your java executable it just puts together all the needed things into one file.

  3. #3
    Clicker Multimedia Fusion 2 Developer

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

    Re: Source-code?

    No.

    As I understand it, it doesn't convert your app to Java code, instead it builds your app as it always does and just uses a Java runtime instead of the Windows runtime.

    So instead of:
    Your game running in MMF's Windows runtime in Windows
    We get:
    Your game running in MMF's Java runtime in Java's Windows runtime in Windows

  4. #4
    No Products Registered

    Join Date
    Jan 2008
    Location
    Earth!
    Posts
    28
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Source-code?

    Alritey. I wasn't sure if it was actually changing it to Java code or not.
    Thanks anyway

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: Source-code?

    What Andos said. It's pretty much the same for built executables, you will never get the C++ source .

  6. #6
    Clicker Fusion 2.5

    Join Date
    Jan 2007
    Location
    Essex, UK
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Source-code?

    EDIT: Answered my own question by doing a bit of searching. Sorry.

Similar Threads

  1. MMF2 Source Code - Any way to get there?
    By iamjot in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 17th February 2012, 07:51 AM
  2. How do I get the source code ?
    By Michael_Nelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 30th June 2011, 01:22 AM
  3. V-Code Generator Source Code
    By LB in forum File Archive
    Replies: 1
    Last Post: 10th March 2008, 08:52 PM
  4. Source code for ZIP object
    By Patrick in forum Extension Development
    Replies: 21
    Last Post: 27th September 2006, 05:52 PM
  5. Source code for ZIP object
    By Patrick in forum File Archive
    Replies: 0
    Last Post: 25th September 2006, 02:26 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
  •