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.
Professional Software Development Tools
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.
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?![]()
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
i would like to know if possible to use ams rutime as a dll from other softwares.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?
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.
AMS only makes exe files.