Hi Czarek,
I want to use some useful functions present in a pure C++ dll (which contains some useful functions, a dll which cannot be registered using Regsvr32.exe), from within my application. From within VB6 or C# there is no difficulty in loading and using such dlls. But I don't see any way to using such dlls in php. So I was curious to know whether there is any workaround.
Two major obstacles I face duing the use of PHP in windows desktop applications are -
1. Absence of good enough ways to use generic win32 DLLs in PHP. (i.e. some powerful 3rdparty dlls usually written in C,C++ etc are available, but probably there is no way to use the functions present in them from within php). If there is a work around I would be happy to know.
2. Absence of proper date handling functions to handle historic and prehistoric dates. There are few DLLs (written in languages like FASM etc: E.g. :
http://mikhajduk.houa.org/EN/index.php?f=Calendar) which makes such date calculations possible. But I have no idea how to make use of such libraries from within PHP.
I don't know how to solve such problems while using php/phpdesktop for desktop application development.
Thanks and regards,
Sreenadh