Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNamedpipe communication Pin
harsha u6-Feb-08 5:52
harsha u6-Feb-08 5:52 
GeneralRe: Namedpipe communication Pin
Mark Salsbery6-Feb-08 6:09
Mark Salsbery6-Feb-08 6:09 
GeneralD3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 5:43
Hanan8886-Feb-08 5:43 
GeneralRe: D3DXCreateTextureFromFile() Pin
Cedric Moonen6-Feb-08 7:27
Cedric Moonen6-Feb-08 7:27 
GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 22:18
Hanan8886-Feb-08 22:18 
GeneralRe: D3DXCreateTextureFromFile() Pin
Cedric Moonen7-Feb-08 0:09
Cedric Moonen7-Feb-08 0:09 
GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8887-Feb-08 0:44
Hanan8887-Feb-08 0:44 
GeneralRe: D3DXCreateTextureFromFile() Pin
Maximilien6-Feb-08 8:11
Maximilien6-Feb-08 8:11 
Same think I don't use directX, but reading the Documentation[^] :

For the best performance when using D3DXCreateTextureFromFile:

1. Doing image scaling and format conversion at load time can be slow. Store images in the format and resolution they will be used. If the target hardware requires power of two dimensions, create and store images using power of two dimensions.
2. Consider using DirectDraw surface (DDS) files. Because DDS files can be used to represent any Direct3D 9 texture format, they are very easy for D3DX to read. Also, they can store mipmaps, so any mipmap-generation algorithms can be used to author the images.

Maximilien Lincourt
Your Head A Splode - Strong Bad

GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 22:24
Hanan8886-Feb-08 22:24 
Questionhow to convert hex to int Pin
Electronic756-Feb-08 5:21
Electronic756-Feb-08 5:21 
AnswerRe: how to convert hex to int Pin
David Crow6-Feb-08 5:46
David Crow6-Feb-08 5:46 
GeneralRe: how to convert hex to int Pin
Electronic756-Feb-08 5:51
Electronic756-Feb-08 5:51 
AnswerRe: how to convert hex to int Pin
CPallini6-Feb-08 5:57
mveCPallini6-Feb-08 5:57 
GeneralRe: how to convert hex to int Pin
Electronic756-Feb-08 6:27
Electronic756-Feb-08 6:27 
GeneralCall external executable Pin
sunny.rana6-Feb-08 4:52
sunny.rana6-Feb-08 4:52 
QuestionRe: Call external executable Pin
CPallini6-Feb-08 4:56
mveCPallini6-Feb-08 4:56 
GeneralRe: Call external executable Pin
Matthew Faithfull6-Feb-08 4:58
Matthew Faithfull6-Feb-08 4:58 
QuestionRe: Call external executable Pin
David Crow6-Feb-08 5:45
David Crow6-Feb-08 5:45 
GeneralRe: Call external executable Pin
Iain Clarke, Warrior Programmer7-Feb-08 0:06
Iain Clarke, Warrior Programmer7-Feb-08 0:06 
Generalmt.exe : general error c10100b1 (VS 2008) [modified] Pin
Ravi K6-Feb-08 3:36
Ravi K6-Feb-08 3:36 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Iain Clarke, Warrior Programmer6-Feb-08 4:14
Iain Clarke, Warrior Programmer6-Feb-08 4:14 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Matthew Faithfull6-Feb-08 4:32
Matthew Faithfull6-Feb-08 4:32 
QuestionUnresolved external reference error in InternetOpen() - C++ Pin
vptech196-Feb-08 1:52
vptech196-Feb-08 1:52 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
Cedric Moonen6-Feb-08 1:57
Cedric Moonen6-Feb-08 1:57 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
ShilpiP6-Feb-08 1:59
ShilpiP6-Feb-08 1:59 

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.