Falcon1208
Programmer
Hi Everyone
Is it possible to build a .exe delphi application that expose to the system an automation objet's procedure ?
I tried that:
1- creating a standart delphi application.
2- Adding an automation object.
3- Filling input an output parameter in the library type
windows for my procedure (MyProc).
4- Refreshing source code.
5- Compile --> ok.
But ... As one could expect, Delphi don't let me "identify" ("recenser" in french) the automation object. The option ""Identify" the automation object" is not available.
And If I try Regserver32 ton register my exe windows reply that DllRegisterServer's entry point wasn't found and that my exe doesn(t looks like a DLL or an OCX file ...
Any help is welcomed.
Falcon.
Is it possible to build a .exe delphi application that expose to the system an automation objet's procedure ?
I tried that:
1- creating a standart delphi application.
2- Adding an automation object.
3- Filling input an output parameter in the library type
windows for my procedure (MyProc).
4- Refreshing source code.
5- Compile --> ok.
But ... As one could expect, Delphi don't let me "identify" ("recenser" in french) the automation object. The option ""Identify" the automation object" is not available.
And If I try Regserver32 ton register my exe windows reply that DllRegisterServer's entry point wasn't found and that my exe doesn(t looks like a DLL or an OCX file ...
Any help is welcomed.
Falcon.