Register a 32 bit ATL service on Windows7-64 bit?
-
Hi friends, Previous version of my product have a ATL/COM based C++ service (32 bit). It get registered and run fine on XP 32 bit and Vista 32 bit. But now I want to run the same on Windows7 64 bit also. I tried to register the service the following way: 1 I Copied MyService.exe at C:\Windows\SysWOW64. 2 Then executing "C:\Windows\SysWOW64\MyService.exe" -RegServer 3 Then executing "C:\Windows\SysWOW64\MyService.exe" -Service But my service is not getting registered. Please advise me how can I do this? Thanks in Advance Regards
-
Hi friends, Previous version of my product have a ATL/COM based C++ service (32 bit). It get registered and run fine on XP 32 bit and Vista 32 bit. But now I want to run the same on Windows7 64 bit also. I tried to register the service the following way: 1 I Copied MyService.exe at C:\Windows\SysWOW64. 2 Then executing "C:\Windows\SysWOW64\MyService.exe" -RegServer 3 Then executing "C:\Windows\SysWOW64\MyService.exe" -Service But my service is not getting registered. Please advise me how can I do this? Thanks in Advance Regards
You're in the wrong forum since C# cannot make any use of ATL. You're looking for the Visual C++ forum, right above the C# forum in the left-side navigation of this page.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
You're in the wrong forum since C# cannot make any use of ATL. You're looking for the Visual C++ forum, right above the C# forum in the left-side navigation of this page.
A guide to posting questions on CodeProject[^]
Dave KreskowiakSorry