home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1669 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.5 KB

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