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