Click here to Skip to main content
15,889,034 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: (latest VS2017) Using the C++ Core Check (code analysis) trigger warning on corrected code. Pin
Michael_Davies7-Jul-17 8:27
Michael_Davies7-Jul-17 8:27 
QuestionAccess Driver in Embedded Standard OS Pin
divya036-Jul-17 0:48
divya036-Jul-17 0:48 
AnswerRe: Access Driver in Embedded Standard OS Pin
Richard MacCutchan6-Jul-17 1:02
mveRichard MacCutchan6-Jul-17 1:02 
GeneralRe: Access Driver in Embedded Standard OS Pin
divya036-Jul-17 1:42
divya036-Jul-17 1:42 
GeneralRe: Access Driver in Embedded Standard OS Pin
Richard MacCutchan6-Jul-17 2:25
mveRichard MacCutchan6-Jul-17 2:25 
GeneralRe: Access Driver in Embedded Standard OS Pin
divya036-Jul-17 2:31
divya036-Jul-17 2:31 
GeneralRe: Access Driver in Embedded Standard OS Pin
Richard MacCutchan6-Jul-17 2:41
mveRichard MacCutchan6-Jul-17 2:41 
GeneralRe: Access Driver in Embedded Standard OS Pin
divya036-Jul-17 3:06
divya036-Jul-17 3:06 
GeneralRe: Access Driver in Embedded Standard OS Pin
Munchies_Matt6-Jul-17 6:44
Munchies_Matt6-Jul-17 6:44 
GeneralRe: Access Driver in Embedded Standard OS Pin
divya036-Jul-17 22:36
divya036-Jul-17 22:36 
GeneralRe: Access Driver in Embedded Standard OS Pin
Munchies_Matt7-Jul-17 0:25
Munchies_Matt7-Jul-17 0:25 
GeneralRe: Access Driver in Embedded Standard OS Pin
Randor 10-Jul-17 9:00
professional Randor 10-Jul-17 9:00 
QuestionRe: Access Driver in Embedded Standard OS Pin
David Crow6-Jul-17 4:34
David Crow6-Jul-17 4:34 
AnswerRe: Access Driver in Embedded Standard OS Pin
divya036-Jul-17 22:38
divya036-Jul-17 22:38 
GeneralRe: Access Driver in Embedded Standard OS Pin
Frederick J. Harris10-Jul-17 3:28
Frederick J. Harris10-Jul-17 3:28 
AnswerRe: Access Driver in Embedded Standard OS Pin
Randor 10-Jul-17 8:47
professional Randor 10-Jul-17 8:47 
QuestionHow to run a java script(json) from my vc++ code? Pin
pankajkumar4-Jul-17 2:25
pankajkumar4-Jul-17 2:25 
SuggestionRe: How to run a java script(json) from my vc++ code? Pin
Richard MacCutchan4-Jul-17 2:56
mveRichard MacCutchan4-Jul-17 2:56 
GeneralRe: How to run a java script(json) from my vc++ code? Pin
pankajkumar4-Jul-17 19:36
pankajkumar4-Jul-17 19:36 
GeneralRe: How to run a java script(json) from my vc++ code? Pin
Richard MacCutchan4-Jul-17 21:29
mveRichard MacCutchan4-Jul-17 21:29 
GeneralRe: How to run a java script(json) from my vc++ code? Pin
pankajkumar4-Jul-17 19:38
pankajkumar4-Jul-17 19:38 
GeneralRe: How to run a java script(json) from my vc++ code? Pin
pankajkumar4-Jul-17 19:42
pankajkumar4-Jul-17 19:42 
QuestionRe: How to run a java script(json) from my vc++ code? Pin
David Crow5-Jul-17 2:22
David Crow5-Jul-17 2:22 
AnswerRe: How to run a java script(json) from my vc++ code? Pin
pankajkumar5-Jul-17 3:08
pankajkumar5-Jul-17 3:08 
QuestionHelp with .lib for STD::COUT Pin
ForNow2-Jul-17 16:28
ForNow2-Jul-17 16:28 
Hi
While trying to get a better understanding of my exceptions I down loaded the demo

"
Quote:
How a C++ compiler implements exception handling


Well first I feel very good the I spent $700 to get the intel C/C++ compiler

the demo had inline asm code and the Microsoft compiler only supports thunder 32 bit code

but intel supports _asm with X64 I changed the "E" register to "R"

Was able to build everything until the demo

I got a number of externs I paste just one example but I am sire they are all related to cout

Quote:
error LNK2019: unresolved external symbol "public: __cdecl std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QEAA@H@Z) referenced in function "public: void __cdecl std::_Container_base12::_Orphan_all(void)" (?_Orphan_all@_Container_base12@std@@QEAAXXZ)
1>MyExcHandler.lib(myexchandler.obj) : error LNK2001: unresolved external symbol "public: __cdecl std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QEAA@H@Z)


doing research seems the .lib msvcprtd or msvcprt.lib for release ( did a dumpbin on the lib)

I included in my library directories

however I am still getting externals

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.