Path: utzoo!attcan!uunet!mcsun!unido!gmdzi!strobl From: strobl@gmdzi.gmd.de (Wolfgang Strobl) Newsgroups: comp.windows.ms Subject: Re: Zortech Message-ID: <3415@gmdzi.gmd.de> Date: 30 Sep 90 20:37:50 GMT References: <13703@hydra.gatech.EDU> Organization: GMD, Sankt Augustin, F. R. Germany Lines: 29 gt3070b@prism.gatech.EDU (Jeff Watkins) writes: >I recently purchased the zortech c++ compiler version 2.1. >I did so due to previous posts that it could generate windows apps. >I tried compiling the sample application that comes with ztc, with no luck. >The app does not even create a main window when it launches... >Does anyone have any sample source code that I might peruse that works with ztc >and windows 3.0? I am very interrested in putting together a c++ application >and obviously need ztc for this. Any help would be appreciated... I use Zortech C++, but hadn't compiled the windows c++ sample which comes with ztc v2.1, because I was mainly interested in getting my own code to work with Zortech C++, and the switch from 2.06 to 2.1 solved my problems. I just cd'd into the \zortech\sample\winexam directory and typed 'make', after changing the memory model from 'medium' to 'small' in the makefile (I have the small memory model libraries installed, only). The makefile created one program, test.exe. It works. It displays one push button and three different moveable child windows. The behaviour of the program is a bit unintelligible to me, I will have to read the code in order to see whether it does what it should. Which SDK do you use? I use the 2.1 SDK, because I don't have the SDK 3, yet. I tried the sample program with both Windows 2.11 and Windows 3, it runs under both versions. Wolfgang Strobl #include