Page 1 of 1

IRTrans in Win7 Service

PostPosted: Tue 1. Mar 2011, 14:51
by IREric
I'm building a service in c# on Windows 7
I use:
IRTransServer irt = new IRTransServer("192.168.2.48");
(this is the only line of code I use)

My service starts and then it stops.
While this works in a C# Form application (it connects).
Is it possible to use IRTrans in a Win7 service (session 0) ?
Thanks in advance.

Re: IRTrans in Win7 Service

PostPosted: Tue 1. Mar 2011, 18:05
by IRTrans
Hi,
no idea if that works. The C# DLL is designed to be used in GUI applications.

IRTrans