Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SDI app: Wait for printer Pin
Iain Clarke, Warrior Programmer5-Jan-09 3:53
Iain Clarke, Warrior Programmer5-Jan-09 3:53 
QuestionRe: SDI app: Wait for printer Pin
nobaq5-Jan-09 4:41
nobaq5-Jan-09 4:41 
AnswerRe: SDI app: Wait for printer Pin
Iain Clarke, Warrior Programmer5-Jan-09 5:04
Iain Clarke, Warrior Programmer5-Jan-09 5:04 
AnswerRe: SDI app: Wait for printer Pin
Randor 5-Jan-09 4:52
professional Randor 5-Jan-09 4:52 
QuestionDoubt in using CToolTipCtrl Pin
KASR15-Jan-09 0:56
KASR15-Jan-09 0:56 
AnswerRe: Doubt in using CToolTipCtrl Pin
Iain Clarke, Warrior Programmer5-Jan-09 0:59
Iain Clarke, Warrior Programmer5-Jan-09 0:59 
GeneralRe: Doubt in using CToolTipCtrl Pin
KASR15-Jan-09 1:07
KASR15-Jan-09 1:07 
QuestionHardware info about the network controllers Pin
Pasy_m4-Jan-09 23:29
Pasy_m4-Jan-09 23:29 
AnswerRe: Hardware info about the network controllers Pin
Hamid_RT5-Jan-09 0:37
Hamid_RT5-Jan-09 0:37 
AnswerRe: Hardware info about the network controllers Pin
Randor 5-Jan-09 5:14
professional Randor 5-Jan-09 5:14 
AnswerRe: Hardware info about the network controllers Pin
David Crow5-Jan-09 8:03
David Crow5-Jan-09 8:03 
QuestionAccess Violation ....Very Interesting Pin
Aabid4-Jan-09 23:11
Aabid4-Jan-09 23:11 
GeneralRe: Access Violation ....Very Interesting Pin
CPallini4-Jan-09 23:16
mveCPallini4-Jan-09 23:16 
AnswerRe: Access Violation ....Very Interesting Pin
ThatsAlok4-Jan-09 23:26
ThatsAlok4-Jan-09 23:26 
GeneralRe: Access Violation ....Very Interesting Pin
CPallini4-Jan-09 23:42
mveCPallini4-Jan-09 23:42 
GeneralRe: Access Violation ....Very Interesting Pin
ThatsAlok4-Jan-09 23:48
ThatsAlok4-Jan-09 23:48 
GeneralRe: Access Violation ....Very Interesting Pin
CPallini5-Jan-09 1:16
mveCPallini5-Jan-09 1:16 
AnswerRe: Access Violation ....Very Interesting Pin
Radhakrishnan G.4-Jan-09 23:39
Radhakrishnan G.4-Jan-09 23:39 
GeneralRe: Access Violation ....Very Interesting Pin
Radhakrishnan G.4-Jan-09 23:40
Radhakrishnan G.4-Jan-09 23:40 
Question#pragma Pin
zon_cpp4-Jan-09 22:58
zon_cpp4-Jan-09 22:58 
AnswerRe: #pragma Pin
CPallini4-Jan-09 23:12
mveCPallini4-Jan-09 23:12 
GeneralRe: #pragma Pin
ThatsAlok4-Jan-09 23:23
ThatsAlok4-Jan-09 23:23 
AnswerRe: #pragma Pin
ThatsAlok4-Jan-09 23:22
ThatsAlok4-Jan-09 23:22 
// Disable warning messages 4507 and 4034.
#pragma warning( disable : 4507 34 )

// Issue warning 4385 only once.
#pragma warning( once : 4385 )

// Report warning 4164 as an error.
#pragma warning( error : 164 )


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You

GeneralRe: #pragma Pin
zon_cpp4-Jan-09 23:30
zon_cpp4-Jan-09 23:30 
GeneralRe: #pragma Pin
ThatsAlok4-Jan-09 23:47
ThatsAlok4-Jan-09 23:47 

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.