home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!cass.ma02.bull.com!melb.bull.oz.au!gbj
- From: gbj@melb.bull.oz.au (Graham Jose)
- Subject: C++ & Assembler
- Message-ID: <1992Dec21.005828.24917@melb.bull.oz.au>
- Sender: news@melb.bull.oz.au (USENET News Account)
- Nntp-Posting-Host: sirius.melb.bull.oz.au
- Organization: Bull HN Information Systems Australia.
- Date: Mon, 21 Dec 1992 00:58:28 GMT
- Lines: 26
-
- I have been using Borland C++ 3.1 to put together a program which
- consists of a relatively small C++ Windows module linked to about 50
- assembler object modules. The assembler code uses a variety of code
- and data segments. My problem is that when it has all successfully
- linked, the final executable size is approx. 512Kb, which is not
- excessively large, however, Windows keeps reporting that the program
- is too large to fit in memory, when I try to execute it. Can anybody
- give me some hints into where I am possibly going wrong? Are there
- certain procedures I need to follow in my definition of code and data
- segments in my assembler code that could cause this problem?
-
- Any help would be much appreciated,
-
- Regards,
- Graham Jose
-
- ---------------------------------------------------------------------------
- | Graham Jose, Snr Software Engineer (EFTPOS,Comms) | Phone: 61 3 2464450 |
- | Melbourne Development Centre (Unix, DOS, OS2) | Fax: 61 3 2464445 |
- | Bull HN Information Systems Australia Pty Ltd |-----------------------|
- | ACSnet : gbj@bull.oz | C A R P E D I E M |
- | Internet: gbj@melb.bull.oz.au | 'Seize the day' |
- ---------------------------------------------------------------------------
-
-
-
-