Need help with Windows Service

  • Thread starter Thread starter Tressa
  • Start date Start date
T

Tressa

I have a C# Windows Service and I need to access it from a C++ Application.
I am new to programming and have been looking all over for help on the
internet without much luck.

I did place this line at the top of the C++ file (using namespace
Shutdown_Restart;) I get something that says a namespace with this name does
not exist.

Thank you for your help
 
Posing some code will help diagnose the problem.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top