--- In [email protected], "jaideepjatjulani" <[EMAIL PROTECTED]> wrote: > > compiler truboo... > and using inpout.dll <snip>
Turbo C/C++??? In this case, forget it. Turbo C was written for MS-DOS, not for Windows operating systems. You cannot (I repeat it: CANNOT) ask Windows to open any ports from within a virtual MS-DOS environment as is instantiated for a MS-DOS program. Period. No way. Upgrade to a more recent compiler (the Welcome message of this board lists several ones), then you can use the Windows APIs to achieve your goals. Regards, Nico
