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