Click here to Skip to main content
15,888,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: (cPallini) Why "Save" menu item is ALWAYS disable? Pin
led mike3-Apr-09 8:35
led mike3-Apr-09 8:35 
GeneralRe: (cPallini) Why "Save" menu item is ALWAYS disable? Pin
CPallini3-Apr-09 9:39
mveCPallini3-Apr-09 9:39 
Questionproblem in C++ programming Pin
myprojectme3-Apr-09 4:30
myprojectme3-Apr-09 4:30 
AnswerRe: problem in C++ programming Pin
N a v a n e e t h3-Apr-09 4:38
N a v a n e e t h3-Apr-09 4:38 
GeneralRe: problem in C++ programming Pin
myprojectme3-Apr-09 4:50
myprojectme3-Apr-09 4:50 
AnswerRe: problem in C++ programming Pin
CPallini3-Apr-09 4:52
mveCPallini3-Apr-09 4:52 
QuestionRe: problem in C++ programming Pin
David Crow3-Apr-09 6:35
David Crow3-Apr-09 6:35 
AnswerRe: problem in C++ programming Pin
Thomas DeSalvo3-Apr-09 14:15
Thomas DeSalvo3-Apr-09 14:15 
You open it just as you would any other file. Your best bet is to find some shareware that reads the file into a bmp or dib and use the Win32 API (it used to be bitblb or something like that) or use DirectX to display it. If you feel ambitious, get yourself a a copy of the TIFF file spec and parse out the header, image, etc info yourself. The standard is a book called "File Formats" (or something like that). It gives the specs for any image file you can think of. I spent some time parsing .DWG files and it is no fun at all. Get yourself some code from the net to read the TIFF and turn it into aa BMP or DIB. BTW, watch out for compressed image files - stay away from them unless you feel super ambitious

Tom.
GeneralRe: problem in C++ programming Pin
myprojectme3-Apr-09 20:59
myprojectme3-Apr-09 20:59 
QuestionMSADO15.tlh file not available in ..c:\documents and settings\user\local settings\temp\msado15.tlh Pin
pandit843-Apr-09 4:05
pandit843-Apr-09 4:05 
Questiondynamic 2D array template for non-built-in types. [modified] Pin
Sauce!3-Apr-09 2:36
Sauce!3-Apr-09 2:36 
AnswerRe: dynamic 2D array template for non-built-in types. Pin
Stuart Dootson3-Apr-09 2:58
professionalStuart Dootson3-Apr-09 2:58 
GeneralRe: dynamic 2D array template for non-built-in types. [modified] Pin
Sauce!3-Apr-09 4:13
Sauce!3-Apr-09 4:13 
GeneralRe: dynamic 2D array template for non-built-in types. Pin
Stuart Dootson3-Apr-09 6:48
professionalStuart Dootson3-Apr-09 6:48 
GeneralRe: dynamic 2D array template for non-built-in types. [modified] Pin
Sauce!3-Apr-09 20:19
Sauce!3-Apr-09 20:19 
GeneralRe: dynamic 2D array template for non-built-in types. Pin
Stuart Dootson4-Apr-09 2:43
professionalStuart Dootson4-Apr-09 2:43 
GeneralRe: dynamic 2D array template for non-built-in types. Pin
Sauce!4-Apr-09 5:32
Sauce!4-Apr-09 5:32 
AnswerRe: dynamic 2D array template for non-built-in types. Pin
Maximilien3-Apr-09 3:00
Maximilien3-Apr-09 3:00 
AnswerRe: dynamic 2D array template for non-built-in types. Pin
Iain Clarke, Warrior Programmer4-Apr-09 0:06
Iain Clarke, Warrior Programmer4-Apr-09 0:06 
GeneralRe: dynamic 2D array template for non-built-in types. Pin
Sauce!4-Apr-09 0:19
Sauce!4-Apr-09 0:19 
QuestionHow do i create an Executable (.exe) to debug my project? Pin
blokkies3-Apr-09 2:13
blokkies3-Apr-09 2:13 
AnswerRe: How do i create an Executable (.exe) to debug my project? Pin
Rajesh R Subramanian3-Apr-09 2:29
professionalRajesh R Subramanian3-Apr-09 2:29 
GeneralRe: How do i create an Executable (.exe) to debug my project? Pin
blokkies3-Apr-09 2:43
blokkies3-Apr-09 2:43 
GeneralRe: How do i create an Executable (.exe) to debug my project? Pin
Rajesh R Subramanian3-Apr-09 3:20
professionalRajesh R Subramanian3-Apr-09 3:20 
GeneralRe: How do i create an Executable (.exe) to debug my project? Pin
blokkies3-Apr-09 3:40
blokkies3-Apr-09 3:40 

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.