Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GUI Pin
Niklas L27-Aug-10 2:45
Niklas L27-Aug-10 2:45 
Questionunresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 10:46
AmbiguousName26-Aug-10 10:46 
AnswerRe: unresolved external symbol in TAPI prog Pin
Niklas L26-Aug-10 11:29
Niklas L26-Aug-10 11:29 
GeneralRe: unresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 23:09
AmbiguousName26-Aug-10 23:09 
AnswerRe: unresolved external symbol in TAPI prog Pin
«_Superman_»26-Aug-10 17:45
professional«_Superman_»26-Aug-10 17:45 
GeneralRe: unresolved external symbol in TAPI prog Pin
Niklas L26-Aug-10 20:36
Niklas L26-Aug-10 20:36 
GeneralRe: unresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 23:37
AmbiguousName26-Aug-10 23:37 
GeneralRe: unresolved external symbol in TAPI prog Pin
wsauer27-Aug-10 15:01
wsauer27-Aug-10 15:01 
http://msdn.microsoft.com/en-us/library/d9x1s805.aspx[^]

According to that page: "Pragma directives specify machine- or operating-specific compiler features". There are a whole bunch of pragmas for various uses. In this case, somehow the compiler emits a string that later tells the linker to link in some lib. I'm not sure I like this idea very much, because sometimes the order in which you specify .lib files matter. In that case, it's easier to just use the project settings. gcc seems to have a number of architecture specific pragmas[^]. In their page, they have the following to say: "Note that in general we do not recommend the use of pragmas".
QuestionIntel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 10:15
professionalChesnokov Yuriy26-Aug-10 10:15 
AnswerRe: Intel IPP static libs addition to the project Pin
Niklas L26-Aug-10 11:38
Niklas L26-Aug-10 11:38 
GeneralRe: Intel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 19:35
professionalChesnokov Yuriy26-Aug-10 19:35 
AnswerRe: Intel IPP static libs addition to the project Pin
«_Superman_»26-Aug-10 17:56
professional«_Superman_»26-Aug-10 17:56 
GeneralRe: Intel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 19:37
professionalChesnokov Yuriy26-Aug-10 19:37 
GeneralRe: Intel IPP static libs addition to the project Pin
«_Superman_»27-Aug-10 3:56
professional«_Superman_»27-Aug-10 3:56 
QuestionAnyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
Maximilien26-Aug-10 3:32
Maximilien26-Aug-10 3:32 
QuestionRe: Anyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
David Crow26-Aug-10 3:55
David Crow26-Aug-10 3:55 
AnswerRe: Anyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
Maximilien26-Aug-10 4:20
Maximilien26-Aug-10 4:20 
QuestionChecking connection Status Pin
ShibuKizhepat26-Aug-10 0:23
ShibuKizhepat26-Aug-10 0:23 
AnswerRe: Checking connection Status PinPopular
Moak26-Aug-10 1:02
Moak26-Aug-10 1:02 
QuestionIdentifying Memory leak location Pin
ganesh.dp26-Aug-10 0:01
ganesh.dp26-Aug-10 0:01 
AnswerRe: Identifying Memory leak location Pin
Aescleal26-Aug-10 0:16
Aescleal26-Aug-10 0:16 
GeneralRe: Identifying Memory leak location Pin
ganesh.dp26-Aug-10 0:27
ganesh.dp26-Aug-10 0:27 
AnswerRe: Identifying Memory leak location Pin
Niklas L26-Aug-10 0:41
Niklas L26-Aug-10 0:41 
AnswerRe: Identifying Memory leak location Pin
Frank Seidler26-Aug-10 1:08
Frank Seidler26-Aug-10 1:08 
AnswerRe: Identifying Memory leak location Pin
Chris Losinger26-Aug-10 1:10
professionalChris Losinger26-Aug-10 1:10 

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.