User Tag List

Results 1 to 6 of 6

Thread: DLL in MMF2

  1. #1
    No Products Registered

    Join Date
    Apr 2008
    Location
    Argentina
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    DLL in MMF2

    Hi

    First, sorry for my English :blush:

    Let me know if its possible to use external DLL to my application, and if so, whether any extension would be specified.

    I've created a DLL in Delphi.

    Thank you very much

  2. #2
    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: DLL in MMF2

    Hello! It is possible indeed, using this object:
    http://ext.neatwares.ath.cx/ext/DLL_Object
    It's not that simple, but since you're a programmer, you should be able to figure out how to use it. There are examples that come with the object.

  3. #3
    No Products Registered

    Join Date
    Apr 2008
    Location
    Argentina
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: DLL in MMF2

    Thank you for the information!

    I'm going to try this extension :grin:

    Regards

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: DLL in MMF2

    I have tried to load one DLL of mine but in the error message, it tells me that the file doesn't exist. This application DLL is a version demo or it is it works to 100%?

    My DLL it is useful for recalling some functions that allow to turn on some relays. The DLL of which I am speaking, is a DLL of a PIC. Does this application in MMF2 recognize all the DLL?

    with the function "load dll" I have loaded the dll in this way:
    "MChid.dll"

    then I have created a string what, it "Always" holds this string:
    DLL on error - Set string: GetErrorMessage$( "DLL Object" )
    result in the "string" when application in run:
    file doesn't exist

    If I load the dll "user32.dll" in the string has show:

    No error

    Why with the other DLLs the message that the fele doesn't exist appears?







  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: DLL in MMF2

    Ok, this extension, load only DLL in directory System32
    Now the message is good, "no error", but I have problem wiht
    call function

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    www.dingdongstudios.co.nr
    Posts
    505
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: DLL in MMF2

    Instead of putting every dll in the system32 directory, cant you just enter the full path of the dll file as an expression?

Similar Threads

  1. Replies: 3
    Last Post: 7th January 2013, 12:35 PM
  2. SOLVED: MMf2 Standard to MMf2 Developer Error
    By iamjot in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st January 2011, 06:03 PM
  3. Mmf2 X MMf2 Developer (Talking about flash)
    By PandaExplosion in forum SWF/Flash Export Module Version 2.0
    Replies: 21
    Last Post: 18th December 2010, 01:55 AM
  4. passage d'appli MMF2 anglais à MMF2 français
    By mig3 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th February 2008, 04:51 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
  •