Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems with malloc Pin
WoutL5-Feb-05 1:54
WoutL5-Feb-05 1:54 
GeneralRe: Problems with malloc Pin
Anonymous5-Feb-05 3:57
Anonymous5-Feb-05 3:57 
GeneralRe: Problems with malloc Pin
Mike Dimmick5-Feb-05 1:57
Mike Dimmick5-Feb-05 1:57 
GeneralRe: Problems with malloc Pin
Michael Dunn5-Feb-05 20:49
sitebuilderMichael Dunn5-Feb-05 20:49 
GeneralHTTP chunked encoding Pin
Taka Muraoka4-Feb-05 23:47
Taka Muraoka4-Feb-05 23:47 
GeneralA Problem with PostgreSQl Pin
tranglt4-Feb-05 22:44
tranglt4-Feb-05 22:44 
GeneralGDI+ Bitmaps Pin
jgeorge214-Feb-05 22:04
jgeorge214-Feb-05 22:04 
GeneralRe: GDI+ Bitmaps Pin
PJ Arends5-Feb-05 8:57
professionalPJ Arends5-Feb-05 8:57 
jgeorge21 wrote:
fileName[5] 46 '.' char
fileName[6] 116 't' char
fileName[7] 103 'g' char
fileName[8] 97 'a' char


From MSDN:
[quote]
Bitmap::Bitmap(filename, useIcm)
Creates a Bitmap object based on an image file.

Bitmap(
const WCHAR* filename,
BOOL useIcm
);
Parameters
filename
[in] Pointer to a null-terminated string that specifies the path name of the image file. The graphics file formats supported by GDI+ are BMP, GIF, JPEG, PNG, TIFF, Exif, WMF, and EMF.
[/quote]

I do not see tga in the list of supported formats.

Try http://www.codeproject.com/bitmap/cximage.asp[^] instead.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

Generalarchiving code or binary within my prog Pin
Spiritofamerica4-Feb-05 20:25
Spiritofamerica4-Feb-05 20:25 
GeneralRe: archiving code or binary within my prog Pin
jgeorge214-Feb-05 22:11
jgeorge214-Feb-05 22:11 
GeneralRe: archiving code or binary within my prog Pin
Maximilien5-Feb-05 3:41
Maximilien5-Feb-05 3:41 
GeneralRe: archiving code or binary within my prog Pin
Chris Losinger5-Feb-05 3:44
professionalChris Losinger5-Feb-05 3:44 
Generalcreate thread in run time Pin
javad_20054-Feb-05 20:23
javad_20054-Feb-05 20:23 
GeneralRe: create thread in run time Pin
2249174-Feb-05 21:00
2249174-Feb-05 21:00 
GeneralXML Parsing in VC++ Pin
cj_rahul4-Feb-05 19:55
cj_rahul4-Feb-05 19:55 
GeneralRe: XML Parsing in VC++ Pin
ThatsAlok4-Feb-05 22:02
ThatsAlok4-Feb-05 22:02 
GeneralRe: XML Parsing in VC++ Pin
ThatsAlok5-Feb-05 0:31
ThatsAlok5-Feb-05 0:31 
Generalplz guide me in ids Pin
miss smriti4-Feb-05 19:02
miss smriti4-Feb-05 19:02 
GeneralRe: plz guide me in ids Pin
Maximilien4-Feb-05 19:28
Maximilien4-Feb-05 19:28 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:22
miss smriti4-Feb-05 23:22 
GeneralRe: plz guide me in ids Pin
Maximilien5-Feb-05 3:38
Maximilien5-Feb-05 3:38 
GeneralRe: plz guide me in ids Pin
2249174-Feb-05 19:38
2249174-Feb-05 19:38 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:20
miss smriti4-Feb-05 23:20 
GeneralRe: plz guide me in ids Pin
ThatsAlok4-Feb-05 22:04
ThatsAlok4-Feb-05 22:04 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:19
miss smriti4-Feb-05 23:19 

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.