Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Screen Capturing in JPG format and not Bitmap Pin
Dhiraj kumar Saini2-Dec-08 18:33
Dhiraj kumar Saini2-Dec-08 18:33 
AnswerRe: Screen Capturing in JPG format and not Bitmap Pin
Code-o-mat2-Dec-08 1:27
Code-o-mat2-Dec-08 1:27 
GeneralRe: Screen Capturing in JPG format and not Bitmap Pin
Dhiraj kumar Saini2-Dec-08 1:37
Dhiraj kumar Saini2-Dec-08 1:37 
AnswerRe: Screen Capturing in JPG format and not Bitmap Pin
A_xin2-Dec-08 4:26
A_xin2-Dec-08 4:26 
QuestionProblem in building DLL Pin
maheshbhoir.home2-Dec-08 0:39
maheshbhoir.home2-Dec-08 0:39 
AnswerRe: Problem in building DLL Pin
Code-o-mat2-Dec-08 0:56
Code-o-mat2-Dec-08 0:56 
GeneralRe: Problem in building DLL Pin
maheshbhoir.home2-Dec-08 1:08
maheshbhoir.home2-Dec-08 1:08 
GeneralRe: Problem in building DLL Pin
Code-o-mat2-Dec-08 1:19
Code-o-mat2-Dec-08 1:19 
You have different settings for different targets? You can setup things so your debug builds use dynamic and your release builds use static linking or the other way around. Sometimes it happens that someone makes changes to the project settings but forgets to make those to all targets and only applies them to the currently set one and then when others try to build the release, bang, problem. I know it has happened to us a few times too, like i added additional include folders to the debug target but forgot to add them to the release target so when others tried to build the release, multiple "no such file or directoy"s. Fun.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

QuestionC++ Accessing varibale Across Files Pin
sachin_chakote1-Dec-08 23:54
sachin_chakote1-Dec-08 23:54 
AnswerRe: C++ Accessing varibale Across Files Pin
CPallini2-Dec-08 0:09
mveCPallini2-Dec-08 0:09 
AnswerRe: C++ Accessing varibale Across Files Pin
Jijo.Raj2-Dec-08 1:02
Jijo.Raj2-Dec-08 1:02 
QuestionConversion from long to CString? Pin
Le@rner1-Dec-08 23:46
Le@rner1-Dec-08 23:46 
AnswerRe: Conversion from long to CString? Pin
VCProgrammer2-Dec-08 0:00
VCProgrammer2-Dec-08 0:00 
AnswerRe: Conversion from long to CString? Pin
Jijo.Raj2-Dec-08 0:43
Jijo.Raj2-Dec-08 0:43 
AnswerRe: Conversion from long to CString? Pin
J. Landsheer2-Dec-08 3:42
J. Landsheer2-Dec-08 3:42 
GeneralRe: Conversion from long to CString? Pin
Le@rner2-Dec-08 17:19
Le@rner2-Dec-08 17:19 
Questionhow to read mozila firefox cookies Pin
YaronNir1-Dec-08 23:06
YaronNir1-Dec-08 23:06 
QuestionGetting Property Sheet Handle Pin
koumodaki1-Dec-08 22:27
koumodaki1-Dec-08 22:27 
QuestionRe: Getting Property Sheet Handle Pin
David Crow2-Dec-08 3:43
David Crow2-Dec-08 3:43 
AnswerRe: Getting Property Sheet Handle Pin
koumodaki2-Dec-08 19:00
koumodaki2-Dec-08 19:00 
QuestionCTreeCtrl Tree Reading Pin
Royaltvk1-Dec-08 22:22
Royaltvk1-Dec-08 22:22 
AnswerRe: CTreeCtrl Tree Reading Pin
Hamid_RT1-Dec-08 23:27
Hamid_RT1-Dec-08 23:27 
QuestionGetting hard disk name using wmi Pin
VCProgrammer1-Dec-08 21:24
VCProgrammer1-Dec-08 21:24 
AnswerRe: Getting hard disk name using wmi Pin
john56321-Dec-08 21:37
john56321-Dec-08 21:37 
GeneralRe: Getting hard disk name using wmi Pin
VCProgrammer1-Dec-08 22:16
VCProgrammer1-Dec-08 22:16 

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.