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
Hi i would like to make a small c# (net4.72) dll that will connect to a web service.
That whole thing has to be imported in Delphi
(That part is easy so far and already working)
That dll will check stuff on the web service and trigger an event if something happens.
Is it possible to "DllExport" these events?
I saw in your Conari project that c++ has also events.
Sorry if that question may sound stupid. I have no experience yet in that whole com import/export thing.
The text was updated successfully, but these errors were encountered:
Hi i would like to make a small c# (net4.72) dll that will connect to a web service.
That whole thing has to be imported in Delphi
(That part is easy so far and already working)
That dll will check stuff on the web service and trigger an event if something happens.
Is it possible to "DllExport" these events?
I saw in your Conari project that c++ has also events.
Sorry if that question may sound stupid. I have no experience yet in that whole com import/export thing.
The text was updated successfully, but these errors were encountered: