Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5

Thread: DLL use

  1. #1
    Join Date
    Mar 2005
    Posts
    130

    DLL use

    if i create a function in a ams project. then built it.
    after that i create an another project with dll call function
    and try to call the function in the first project
    is this possible ?
    thanks.

  2. #2
    Join Date
    Nov 2005
    Location
    Banned by moderator.
    Posts
    264
    What exactly you want to do? To call a DLL or to make the apps share their funtions...if one app does somthing, the other should do something else?

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    You could put your code /function in an external text file with .lua as extension and call it from any running project using the built-in dofile() or require() functions.

    Yossi

  4. #4
    Join Date
    Mar 2005
    Posts
    130
    What exactly you want to do? To call a DLL or to make the apps share their funtions...if one app does somthing, the other should do something else?
    i would like to know if possible to use ams rutime as a dll from other softwares.
    Because im using Gamemaker a game making engine, but it lack some fonctions i need avaiables in ams
    gamemaker offer the ability to use dlls
    Last edited by goukilord10; 03-18-2006 at 02:09 PM.

  5. #5
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    AMS only makes exe files.

Similar Threads

  1. Official Release Of SetMask DLL
    By Worm in forum AutoPlay Media Studio 5.0
    Replies: 23
    Last Post: 01-24-2005, 09:00 PM
  2. Calling DLL problem
    By Willis in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 05-11-2004, 03:57 PM
  3. Can't register dll
    By diver in forum Setup Factory 6.0
    Replies: 0
    Last Post: 04-17-2002, 02:17 PM
  4. Calling a DLL
    By matrix in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-26-2001, 07:47 PM
  5. SUF6 - Call DLL action
    By Romahe in forum Setup Factory 5.0
    Replies: 1
    Last Post: 11-27-2001, 06:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts