Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 PinPopular
Frank Seidler26-Aug-10 1:08
Frank Seidler26-Aug-10 1:08 
AnswerRe: Identifying Memory leak location PinPopular
Chris Losinger26-Aug-10 1:10
professionalChris Losinger26-Aug-10 1:10 
AnswerRe: Identifying Memory leak location Pin
chen shi26-Aug-10 5:10
chen shi26-Aug-10 5:10 
QuestionError 2758 Pin
T.RATHA KRISHNAN25-Aug-10 23:35
T.RATHA KRISHNAN25-Aug-10 23:35 
AnswerRe: Error 2758 Pin
Sauro Viti25-Aug-10 23:57
professionalSauro Viti25-Aug-10 23:57 
GeneralRe: Error 2758 Pin
T.RATHA KRISHNAN26-Aug-10 0:06
T.RATHA KRISHNAN26-Aug-10 0:06 
QuestionUpdate WM_PAINT and Memory DC Pin
HTT9025-Aug-10 22:36
HTT9025-Aug-10 22:36 
AnswerRe: Update WM_PAINT and Memory DC Pin
Niklas L25-Aug-10 23:04
Niklas L25-Aug-10 23:04 
GeneralRe: Update WM_PAINT and Memory DC Pin
HTT9025-Aug-10 23:18
HTT9025-Aug-10 23:18 

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.