Click here to Skip to main content
15,919,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Build Application in VC++ Pin
Naveen28-May-09 2:11
Naveen28-May-09 2:11 
AnswerRe: Build Application in VC++ Pin
Rajesh R Subramanian28-May-09 2:12
professionalRajesh R Subramanian28-May-09 2:12 
AnswerRe: Build Application in VC++ Pin
hourui28-May-09 17:07
hourui28-May-09 17:07 
QuestionHow can i close messagebox without clicking a button? [modified] Pin
Le@rner28-May-09 0:56
Le@rner28-May-09 0:56 
AnswerRe: How can i close messagebox without clicking a button? Pin
Rajesh R Subramanian28-May-09 1:00
professionalRajesh R Subramanian28-May-09 1:00 
AnswerRe: How can i close messagebox without clicking a button? Pin
Chandrasekharan P28-May-09 1:04
Chandrasekharan P28-May-09 1:04 
AnswerRe: How can i close messagebox without clicking a button? Pin
_AnsHUMAN_ 28-May-09 1:05
_AnsHUMAN_ 28-May-09 1:05 
AnswerRe: How can i close messagebox without clicking a button? Pin
KarstenK28-May-09 1:41
mveKarstenK28-May-09 1:41 
AnswerRe: How can i close messagebox without clicking a button? Pin
David Crow28-May-09 4:17
David Crow28-May-09 4:17 
AnswerRe: How can i close messagebox without clicking a button? [modified] Pin
walker_network_ranger8-Jan-13 21:04
walker_network_ranger8-Jan-13 21:04 
QuestionConvert from "String ^" to std::String Pin
tecnico.antonio28-May-09 0:44
tecnico.antonio28-May-09 0:44 
AnswerRe: Convert from "String ^" to std::String Pin
Rajesh R Subramanian28-May-09 1:05
professionalRajesh R Subramanian28-May-09 1:05 
GeneralRe: Convert from "String ^" to std::String Pin
AntoniP28-May-09 1:16
AntoniP28-May-09 1:16 
AnswerRe: Convert from "String ^" to std::String Pin
Stuart Dootson28-May-09 1:33
professionalStuart Dootson28-May-09 1:33 
GeneralRe: Convert from "String ^" to std::String Pin
AntoniP28-May-09 1:43
AntoniP28-May-09 1:43 
QuestionFiltering Techniques in Kernel level Pin
Jacobb Michael28-May-09 0:37
Jacobb Michael28-May-09 0:37 
Questionerror LNK2001: unresolved external symbol "public: static bool Pin
ptr_Electron27-May-09 23:50
ptr_Electron27-May-09 23:50 
AnswerRe: error LNK2001: unresolved external symbol "public: static bool Pin
Rajesh R Subramanian27-May-09 23:52
professionalRajesh R Subramanian27-May-09 23:52 
By declaring it static, you've restricted the scope of that variable to the file where it is declared. You might want to look into the keyword extern (declare the variable globally without the static keyword and declare it as extern where you are trying to use it)


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
ptr_Electron28-May-09 0:06
ptr_Electron28-May-09 0:06 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
Rajesh R Subramanian28-May-09 0:11
professionalRajesh R Subramanian28-May-09 0:11 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
ptr_Electron28-May-09 1:04
ptr_Electron28-May-09 1:04 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
Rajesh R Subramanian28-May-09 1:12
professionalRajesh R Subramanian28-May-09 1:12 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
ptr_Electron28-May-09 3:05
ptr_Electron28-May-09 3:05 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
KarstenK28-May-09 0:14
mveKarstenK28-May-09 0:14 
GeneralRe: error LNK2001: unresolved external symbol "public: static bool Pin
ptr_Electron28-May-09 1:07
ptr_Electron28-May-09 1:07 

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.