Xref: utzoo comp.lang.c++:1510 comp.sys.ibm.pc:18675 Path: utzoo!attcan!uunet!intek01!mark From: mark@intek01.UUCP (Mark McWiggins) Newsgroups: comp.lang.c++,comp.sys.ibm.pc Subject: Guidelines C++ / Vermont Creative Software compatibility? Message-ID: <341@intek01.UUCP> Date: 2 Sep 88 23:49:28 GMT Organization: Intek, Inc., Bellevue WA Lines: 39 I want to convert a C application written using Vermont Creative Software's Windows for Data package to C++. But there seems to be some compatibility problem; the "hello, world" doesn't get printed when I link in the window libraries like this: // file main.cpp: #include main() { cout << "hello, world"; // foo2(); } ======= /* file foo2.c: */ #include #include foo2() {} Note that the windowing routines don't even get called. Have you run into/solved this problem, or am I overlooking something obvious? Thanks in advance. -- Mark McWiggins UUCP: uunet!intek01!mark DISCLAIMER: I could be wrong. INTERNET: intek01!mark@uunet.uu.net (206) 455-9935