.NET
nt2unix.txt
Associated article: Porting C++ Code from NT to UNIX
Tags: .NET
Published source code accompanying the article by George Frazier in which he uses MainSoft's MainWin XDE (eXtended Development Environment) 3.1 to port a major application from Windows NT to Solaris. Also see NT2UNIX.ZIP.
Porting C++ Code from NT to UNIX
by George F. Frazier
Example 1:
(a)
APP_CFLAGS = -Dmain=app_main - DWHAS_APP_MAIN
(b)
extern "C"
int main(int argc, char *argv[]);
{
...
}
Figure 2:
RUN.dir : directory where you want ...


