.NET
shah.lst
Associated article: Windows DDE for Real-Time Applications
Tags: .NET
_WINDOWS DDE FOR REAL-TIME APPLICATIONS_ by Kamal Shah [LISTING ONE] /* iRMX for Windows DDE server */ #include <stdio.h> #include <rmxc.h> #include <string.h> #include <rmxdde.h> #define TRUE 0xFFFF #define FALSE 0 ...


