PDA

View Full Version : DLL use


goukilord10
03-16-2006, 06:18 PM
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.

playmenow
03-17-2006, 01:11 AM
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? :huh

yosik
03-18-2006, 02:50 PM
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

goukilord10
03-18-2006, 03:04 PM
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

bobbie
03-18-2006, 03:50 PM
AMS only makes exe files.