You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The steps would be to create a project similar to Peachpie.Library or Peachpie.Library.Graphics.
The core of the functionality is probably the php class COM, which would have magic methods __call, __get, etc. It's implementation would be using basically Type.GetTypeFromProgID( ... ) and Activator.CreateInstance :)
COM extension is actually not supported.
What would be the steps needed to bring it to PeachPie?
Of course it would work only on Windows, so I guess it should be made in a specific project (something like
Peachpie.Library.Com
)?The text was updated successfully, but these errors were encountered: