Out of Proc exe and Win NT service
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have to build a dll which doesn't get loaded into the process space of the client. It has to own its process space. I figured out that Out-of-proc exe is suitable option for me. But now I am bit confused about win nt services and out of proc exe. My question is: are both of these types compatible with all Win versions? 9x, 2k and XP? Whats the basic difference between out of proc exe and winnt server? Are there any address mapping issues with winnt service exes? or any other issues involved with winnt services? Thanks a ton in advance. Misha