Not able to use Skype API using Windows Service?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have one Windows Service made in Visual C++, which runs on Windows 2000 Professional. My this service runs one more MFC exe when I start my service. My Dialogbased MFC application uses the Skype API and sends and receives the messages using give functions. It's working completely fine when I run my MFC application directly. But when I try to run my application using windows service that I have developed, it doesn't receive or send any message. Still my other functions (i.e functions other than Skype) works fine. So what seems to be the problem? Any idea how to overcome this? Thankx and regards in advance Mahesh