Hello! I have a DLL witch I want to use in PHP. This DLL file is Eztwain3.dll It is possible running it on PHP? I think I must create a special DLL (like php_Eztwain3.dll) to call Eztwain3.dll and also php5ts.dll Then I just need to add the next line on the php.ini: extension= php_Eztwain3.dll And put the php_Eztwain3.dll in the php\ext\ dir Is that correct? And, how can I create this DLL? Thanks a lot! Rui Silva