What is diff between std exe project and activex exe project ?pl explain

Questions by pghare

Showing Answers 1 - 7 of 7 Answers

deepali

  • May 22nd, 2006
 

standard exes are created using standard project &

activex exes are created using activex project.

  Was this answer useful?  Yes

Patani Kamlesh

  • May 24th, 2006
 

This is not a proper answer....

Standard Exe is the exe which is run by itself, It integrate all the control.

Using Activex exe project , you can create COM object, which can be used in any application. This is reuseble object. It in inprocess object means, it will run in own process space.

  Was this answer useful?  Yes

Palanikumar

  • Jun 4th, 2006
 

Hi,

    Good  Explain. You have any COM and DCOM simple program with explain

  Was this answer useful?  Yes

RajaViswanath

  • Aug 21st, 2006
 

dude....

Active X Exe is an OUT PROCESS server, Which run as a separate process.

  Was this answer useful?  Yes

lalita.p

  • Dec 25th, 2006
 

Basically exe are implemented as out of process servers and they run on seperate space as that of the client so the comunication bet the component and client is done thru the marsahlling process across the boudaries which makes EXE slow.while Actvex project are implemented as inprocess servers and they run on the same place as that of the client thats why they are faster as compare to EXE. But the disadvantage of using actvex project if the error occor in the code it hault the programme.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions