Click to See Complete Forum and Search --> : Executable and functions


moydheen
April 17th, 2001, 03:12 PM
Hi Codegurus,

I'm having an executable files with four functions. There is one class file also in this executable file. All I need is I want to access the functions in the executable file when it is running. whether it is possible? if possible how to do that?

note:
Actually I created as a activex dll and I was able to include that dll in reference and accessed
the four functions. But what I need is same thing to be done when the program is converted as exe.
how to do this?


Thank you
moydheen

James Longstreet
April 18th, 2001, 07:58 AM
You can create an ActiveX exe, otherwise known as an out of process COM Server. The server can expose interfaces just like a DLL but it runs in its own address space.



Jim Hewitt
Software Developer
Liberty Tax Service
www.LibertyTax.com