User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: Extension compiling errors

  1. #11
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Extension compiling errors

    I don't think that will help correct your syntax.

  2. #12
    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: Extension compiling errors

    Quote Originally Posted by Looki
    You shouldn't define StoredNumber outside of the function
    That's my fault, not his. So where should I define it?

  3. #13
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Extension compiling errors

    Inside the function? ...o_O
    I don't see why one would define it outside a function if you don't use it in multiple functions.

  4. #14
    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: Extension compiling errors

    You do, though. Once in an action, and once in an expression.

  5. #15
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Extension compiling errors

    Store it in the rdPtr then!

  6. #16
    No Products Registered

    Join Date
    Mar 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Extension compiling errors

    Quote Originally Posted by Jamie
    I don't think that will help correct your syntax.
    I just assumed it wasn't syntax due to not seeing this issue, passed the header file fix I saw on the other thread.

  7. #17
    No Products Registered

    Join Date
    Mar 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Extension compiling errors

    Allright this is my last effort in trying to fix this, then I will just forget it until another time. I am now getting this message but can't find any info on it anywhere. Any input is appreciated.

    [color:#333333]Compiling...
    Runtime.cpp
    Main.cpp
    General.cpp
    Edittime.cpp
    Generating Code...
    Compiling resources...
    Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
    Copyright (C) Microsoft Corporation. All rights reserved.
    Linking...
    LINK : fatal error LNK1104: cannot open file 'c:\program files\multimedia fusion developer 2\extensions\rsdk.mfx'

    [/color]

  8. #18
    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: Extension compiling errors

    Make sure MMF is not running while you compile. If MMF isn't running and you still get the error, try these:
    • Check MMF2's extension folder for anything named "rsdk" and delete it. Then rebuild your extension.
    • If that doesn't work: In your extension's folder (containing Main.cpp, icons, etc.), delete the folder named "Debug" then rebuild the extension.

  9. #19
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Extension compiling errors

    MMF can run, but you can't use the object inside an application while compiling.

  10. #20
    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: Extension compiling errors

    I know, I just thought he should be extra careful.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. mmf2 extension errors from mfas AND exes?
    By brawltaunts22 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 28th December 2012, 08:49 PM
  2. Compiling for iOS 5 errors
    By sinister in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 7th October 2011, 03:45 PM
  3. First ever extension: Errors and whatnot
    By Dines in forum Extension Development
    Replies: 3
    Last Post: 21st September 2008, 08:45 PM
  4. Compiling into Java
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 18th September 2007, 04:28 PM
  5. mmf app compiling an .exe
    By falkon in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th June 2007, 03: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
  •