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

C / C++ / MFC

 
AnswerRe: DLL Pin
_AnsHUMAN_ 4-Aug-09 19:26
_AnsHUMAN_ 4-Aug-09 19:26 
AnswerRe: DLL Pin
Rajesh R Subramanian4-Aug-09 19:29
professionalRajesh R Subramanian4-Aug-09 19:29 
Questionping .. Pin
thangvel4-Aug-09 16:02
thangvel4-Aug-09 16:02 
AnswerRe: ping .. Pin
«_Superman_»4-Aug-09 18:31
professional«_Superman_»4-Aug-09 18:31 
QuestionRe: ping .. Pin
David Crow5-Aug-09 3:05
David Crow5-Aug-09 3:05 
AnswerRe: ping .. Pin
KarstenK5-Aug-09 3:41
mveKarstenK5-Aug-09 3:41 
QuestionAuto build increment with C++? Pin
jeffb424-Aug-09 10:22
jeffb424-Aug-09 10:22 
AnswerRe: Auto build increment with C++? Pin
Code-o-mat4-Aug-09 10:51
Code-o-mat4-Aug-09 10:51 
If you don't insist on an "index" of builds you could use the __DATE__ and __TIME__ macros which give you the build date-time combined with some pre or maybe post build step that deletes the OBJ file or maybe updates the file time to make sure the file you put the creation of a build number into will get built every time (you can make the post or pre build step only in your release target if that suits you).

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

AnswerRe: Auto build increment with C++? Pin
jeffb424-Aug-09 12:05
jeffb424-Aug-09 12:05 
AnswerRe: Auto build increment with C++? Pin
Randor 4-Aug-09 10:58
professional Randor 4-Aug-09 10:58 
AnswerRe: Auto build increment with C++? Pin
jeffb424-Aug-09 12:03
jeffb424-Aug-09 12:03 
GeneralRe: Auto build increment with C++? Pin
Randor 4-Aug-09 12:43
professional Randor 4-Aug-09 12:43 
AnswerRe: Auto build increment with C++? Pin
David Crow5-Aug-09 3:08
David Crow5-Aug-09 3:08 
QuestionDetecting the state of the Caps Lock key Pin
forrestcupp4-Aug-09 8:15
forrestcupp4-Aug-09 8:15 
AnswerRe: Detecting the state of the Caps Lock key Pin
Randor 4-Aug-09 9:27
professional Randor 4-Aug-09 9:27 
GeneralRe: Detecting the state of the Caps Lock key Pin
forrestcupp4-Aug-09 9:48
forrestcupp4-Aug-09 9:48 
AnswerRe: Detecting the state of the Caps Lock key Pin
David Crow4-Aug-09 10:09
David Crow4-Aug-09 10:09 
Questionhow to convert comma delimited string to unsigned char[] Pin
only_jack4-Aug-09 8:02
only_jack4-Aug-09 8:02 
AnswerRe: how to convert comma delimited string to unsigned char[] Pin
Cedric Moonen4-Aug-09 8:08
Cedric Moonen4-Aug-09 8:08 
AnswerRe: how to convert comma delimited string to unsigned char[] Pin
CPallini4-Aug-09 11:34
mveCPallini4-Aug-09 11:34 
QuestionCodepage 936 Pin
gothic_coder4-Aug-09 7:28
gothic_coder4-Aug-09 7:28 
QuestionRe: Codepage 936 Pin
David Crow4-Aug-09 10:12
David Crow4-Aug-09 10:12 
QuestionProblem with CComboBox::GetItemDataPtr Pin
Nitheesh George4-Aug-09 5:02
Nitheesh George4-Aug-09 5:02 
QuestionRe: Problem with CComboBox::GetItemDataPtr Pin
David Crow4-Aug-09 5:33
David Crow4-Aug-09 5:33 
AnswerRe: Problem with CComboBox::GetItemDataPtr Pin
Nitheesh George4-Aug-09 5:48
Nitheesh George4-Aug-09 5:48 

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.