home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1991 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!newsserver.jvnc.net!newsserver.technet.sg!nuscc!fbajj
  3. From: fbajj@nuscc.nus.sg (Jiang Jiong (Dr))
  4. Subject: Help, Reading in a bitmap
  5. Message-ID: <1993Jan12.081909.5649@nuscc.nus.sg>
  6. Organization: National University of Singapore
  7. X-Newsreader: Tin 1.1 PL4
  8. Date: Tue, 12 Jan 1993 08:19:09 GMT
  9. Lines: 15
  10.  
  11.  
  12. Help!!! How can I display a bitmap file while the file is 
  13. on harddisk instead of the resource file (which will take 
  14. a lot of memeory if the size and number of the files increases).
  15. I have checked througth some books on the window progrmamming(
  16. I was using microsoft c and SDK tool) while the only thing
  17. metioned in these books saying using createdibbitmap command with
  18. the point varibale pointing to the bit code in the memroy. However,
  19. reading a file  larger than 64k I suppose I should using h point
  20. (Huge point and compiling under either compact or huge memory selection),
  21. but the book said the window subroutin will not support h Point(I
  22. suppose it will not support createdibitmap).
  23.  
  24. Any help would be appreciate and many thanks in advance!!
  25.  
  26.