you need a DLL to load a program..?[Solved]
I want to make a program only load and work if a DLL is in with the Application, and if its not, it gives a error and ends the program. Any helps?
Yes.
And if possible, in a different folder too. with program location
[php]If io.file.exists(application.startuppath + "\bla\blubb.dll") then
'meh
end if[/php]