home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4617 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!pulp.cs.laurentian.ca!yvon
  3. From: yvon@ramsey.cs.laurentian.ca (Yvon Lavoie)
  4. Subject: Trouble with Metafiles
  5. Message-ID: <1993Jan6.015935.23164@ramsey.cs.laurentian.ca>
  6. Organization: Dept. of Computer Science, Laurentian University, Sudbury, ON
  7. Date: Wed, 6 Jan 1993 01:59:35 GMT
  8. Lines: 22
  9.  
  10.  
  11.         I wrote a program that uses metafiles to display graphics in a Windows
  12. application.  My problem is this.  If I run the program off my hard drive, no
  13. problem but as soon as I try running it off a floppy I get an out of memory
  14. error prompting me to close one or more applications.  After closing my other
  15. applications the program still gives me the same error.  My program is about
  16. 720K and uses 6 metafiles of about 65K each that are binded as resources using
  17. the Borland resource workshop.           
  18.  
  19.  
  20. This poses a real headache for me since I wish to distribute the program and be
  21. able to run it off the floppy. When I included only 1 metafile in the program I
  22. had no problem but as soon as I added the other 5 it bombs.  I could have the
  23. program access the metafiles directly off the disk but this slows down the 
  24. program considerably.
  25.  
  26. Any suggestions would be greatly appreciated.
  27.           
  28.  
  29.  
  30. Yvon Lavoie
  31.  
  32.