Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvery slow changes Pin
ns22-Sep-02 5:38
ns22-Sep-02 5:38 
GeneralMFC 7.0 and Office XP look Pin
Zinj22-Sep-02 4:42
sussZinj22-Sep-02 4:42 
Generalopen and print PDF Pin
pnpfriend22-Sep-02 4:15
pnpfriend22-Sep-02 4:15 
GeneralRe: open and print PDF Pin
alex.barylski22-Sep-02 13:15
alex.barylski22-Sep-02 13:15 
GeneralRe: open and print PDF :( Pin
pnpfriend25-Sep-02 3:46
pnpfriend25-Sep-02 3:46 
GeneralAppWizard error?(create a Custom AppWizard type project) Pin
Bing Ding22-Sep-02 4:07
Bing Ding22-Sep-02 4:07 
Generalload BITMAP in DirectX Pin
Ta_Tee47322-Sep-02 4:03
Ta_Tee47322-Sep-02 4:03 
GeneralRe: load BITMAP in DirectX Pin
FlyingWren22-Sep-02 4:22
FlyingWren22-Sep-02 4:22 
It depends on what DirectX graphics module you are using.

Are you using Direct3D? Then, the interface ID3DX has several functions to load BMP, PNG, and JPG (but not GIF) as 3D textures. These textures can then be rendered in a 2D mode by using D3DXSprite. (If you do search engine requests on these terms, you could probably use the bulk of other people's code to try it out.)

If you're using DirectDraw, then you're on your own in terms of finding functions to decompress graphics files. I suggest looking into the FreeImage library. (Go to www.6ixsoft.com for more info.)
GeneralUse VC dll in Delphi Pin
Mazdak22-Sep-02 3:53
Mazdak22-Sep-02 3:53 
GeneralRe: Use VC dll in Delphi Pin
User 665822-Sep-02 3:56
User 665822-Sep-02 3:56 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:02
Mazdak22-Sep-02 4:02 
GeneralRe: Use VC dll in Delphi Pin
User 665822-Sep-02 4:04
User 665822-Sep-02 4:04 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:13
Mazdak22-Sep-02 4:13 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:23
Mazdak22-Sep-02 4:23 
GeneralSource code provided with Petzold's book Pin
axa22-Sep-02 3:19
axa22-Sep-02 3:19 
GeneralRe: Source code provided with Petzold's book Pin
Bing Ding22-Sep-02 4:16
Bing Ding22-Sep-02 4:16 
GeneralRe: Source code provided with Petzold's book Pin
axa22-Sep-02 4:58
axa22-Sep-02 4:58 
General"token" in strtok - a very simple question Pin
ns22-Sep-02 2:27
ns22-Sep-02 2:27 
GeneralRe: "token" in strtok - a very simple question Pin
Pavel Klocek22-Sep-02 2:44
Pavel Klocek22-Sep-02 2:44 
Generalthank you much! Pin
ns22-Sep-02 2:49
ns22-Sep-02 2:49 
GeneralRe: "token" in strtok - a very simple question Pin
Pavel Klocek22-Sep-02 2:46
Pavel Klocek22-Sep-02 2:46 
Generalnumerical value of WM_COMMAND Pin
ns22-Sep-02 2:22
ns22-Sep-02 2:22 
GeneralRe: numerical value of WM_COMMAND Pin
Pavel Klocek22-Sep-02 2:37
Pavel Klocek22-Sep-02 2:37 
GeneralThanks Pin
ns22-Sep-02 2:43
ns22-Sep-02 2:43 
GeneralMS Word Toolbar Pin
Goa22-Sep-02 0:12
Goa22-Sep-02 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.