Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Chris Losinger29-Oct-07 4:00
professionalChris Losinger29-Oct-07 4:00 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Jane13129-Oct-07 16:51
Jane13129-Oct-07 16:51 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Hamid_RT29-Oct-07 18:51
Hamid_RT29-Oct-07 18:51 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Jane13129-Oct-07 21:11
Jane13129-Oct-07 21:11 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Hamid_RT29-Oct-07 22:13
Hamid_RT29-Oct-07 22:13 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Jane13130-Oct-07 16:41
Jane13130-Oct-07 16:41 
QuestionAbout dll use [Solved] Pin
Nelek29-Oct-07 2:52
protectorNelek29-Oct-07 2:52 
AnswerRe: About dll use Pin
TJoe29-Oct-07 3:07
TJoe29-Oct-07 3:07 
If your EXE is linked to the DLL dynamically, then the OS will load the DLL for you when needed. If it can't find it then your application will throw an exception and stop. It will not continue without any error. Mainly because there is code missing.

If you use LoadLibrary to load the DLL and GetProcAddress, then you can code your application such that it can continue without the DLL.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

AnswerRe: About dll use Pin
Cedric Moonen29-Oct-07 3:17
Cedric Moonen29-Oct-07 3:17 
GeneralRe: About dll use Pin
Nelek29-Oct-07 3:55
protectorNelek29-Oct-07 3:55 
GeneralRe: About dll use Pin
Cedric Moonen29-Oct-07 4:15
Cedric Moonen29-Oct-07 4:15 
GeneralRe: About dll use Pin
Nelek29-Oct-07 4:24
protectorNelek29-Oct-07 4:24 
GeneralRe: About dll use Pin
Cedric Moonen29-Oct-07 4:41
Cedric Moonen29-Oct-07 4:41 
GeneralRe: About dll use Pin
Nelek29-Oct-07 21:08
protectorNelek29-Oct-07 21:08 
GeneralRe: OT Pin
Fernando A. Gomez F.29-Oct-07 12:14
Fernando A. Gomez F.29-Oct-07 12:14 
GeneralRe: OT Pin
Nelek29-Oct-07 21:06
protectorNelek29-Oct-07 21:06 
QuestionSend Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 2:17
vikrant kpr29-Oct-07 2:17 
QuestionRe: Send Down Arrow Key to a Window Pin
Nishad S29-Oct-07 2:34
Nishad S29-Oct-07 2:34 
AnswerRe: Send Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 8:41
vikrant kpr29-Oct-07 8:41 
QuestionRe: Send Down Arrow Key to a Window Pin
David Crow29-Oct-07 3:52
David Crow29-Oct-07 3:52 
AnswerRe: Send Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 8:42
vikrant kpr29-Oct-07 8:42 
GeneralRe: Send Down Arrow Key to a Window Pin
Mark Salsbery29-Oct-07 8:57
Mark Salsbery29-Oct-07 8:57 
QuestionRe: Send Down Arrow Key to a Window Pin
David Crow29-Oct-07 9:09
David Crow29-Oct-07 9:09 
QuestionProgramatically changing the User Locale Pin
a.mulay29-Oct-07 1:46
a.mulay29-Oct-07 1:46 
QuestionRe: Programatically changing the User Locale Pin
David Crow29-Oct-07 3:53
David Crow29-Oct-07 3:53 

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.