winbinder

reloading dll in winbinder (php gui) crashes program

独自空忆成欢 提交于 2019-12-12 00:58:34
问题 This is first time I need to load dll nad unfortunatelly this is not COM serwer dll so I can't use php com functions. I found out it possible to use winbinder to do this, but so far I did not have that much success. Here is my code: define("PATH_SCRIPT", dirname(__FILE__) . "/"); define("PATH_DATA", PATH_SCRIPT); define("PATH_INC", PATH_SCRIPT . "include/"); define("PATH_RES", PATH_SCRIPT . "resources/"); //----------------------------------------------------------------- DEPENDENCIES include