home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4601 < prev    next >
Encoding:
Text File  |  1993-01-05  |  959 b   |  26 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!memetral
  3. From: memetral@athena.mit.edu (Max E. Metral)
  4. Subject: Large Model
  5. Message-ID: <1993Jan5.164710.7266@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: soup.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Tue, 5 Jan 1993 16:47:10 GMT
  10. Lines: 14
  11.  
  12. I'm trying to build a large model application in MSC++ 7.0.  (News reader)
  13. Before I realized I needed more data space, this was a medium model
  14. app.  In trying to "port" it I've run into the following problems:
  15.  
  16.     + CTime::Format() won't work because it says it can't find
  17.         CTime::Format()__far.  Any workaround?
  18.     + Trying to run the application generates a windows error
  19.         "no main procedure".  It seems that the correct
  20.         constructor for CTheApp (subclass of CWinApp) is
  21.         not being called.
  22.  
  23. Any help would be appreciated.
  24.  
  25. --==<Max>==--
  26.