home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!olivea!hal.com!decwrl!access.usask.ca!kakwa.ucs.ualberta.ca!alberta!ken
- From: ken@cs.UAlberta.CA (Huisman Kenneth M)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: MSC++ 7.0 large model compiling
- Keywords: Microsoft C/C++ 7.0 arrgh
- Message-ID: <1992Sep4.023430.16008@cs.UAlberta.CA>
- Date: 4 Sep 92 02:34:30 GMT
- Sender: news@cs.UAlberta.CA (News Administrator)
- Organization: University of Alberta, Edmonton, Canada
- Lines: 25
- Nntp-Posting-Host: manning.cs.ualberta.ca
-
- I am having trouble getting a windows program I am writing in C++ with the
- microsoft foundation class library to compile properly with the large
- model stuff.
-
- If I compile it with /AS ( small model ) and link the libw, safxcwd, and
- slibcew libraries to my code it compiles and runs perfectly.
-
- If I compile with /AL ( large model ) and link with lafxdwd, libw, llibcew
- it compiles ok, but when I run it it comes up with an application error
- ( "no main procedure" ). I thought this was really odd since the main
- procedure I think it is looking for is supposed to be defined in the
- class library.
-
- Anyone know what I am doing wrong?
- ( it must be right in front of my nose but i cant see it! arrgh)
-
- PS. Im looking for a dos version of GNUpatch. anyone know where i can
- find one? How about a grep utility that will recursively go through
- directories looking for the requested string ( as opposed to being limited
- to the current directory).
-
- ( yea, im one of those odd people who hates gui based development environments
- like PWB...:-)
-
- Ken
-