Click here to Skip to main content
15,888,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CRectTracker on CScrollView [Repost] Pin
Richard MacCutchan10-Aug-10 1:42
mveRichard MacCutchan10-Aug-10 1:42 
AnswerRe: CRectTracker on CScrollView Pin
Niklas L10-Aug-10 1:44
Niklas L10-Aug-10 1:44 
GeneralRe: CRectTracker on CScrollView Pin
mesajflaviu10-Aug-10 10:19
mesajflaviu10-Aug-10 10:19 
QuestionBoost Library Pin
002comp10-Aug-10 0:40
002comp10-Aug-10 0:40 
AnswerRe: Boost Library Pin
Niklas L10-Aug-10 1:01
Niklas L10-Aug-10 1:01 
GeneralRe: Boost Library Pin
002comp10-Aug-10 2:48
002comp10-Aug-10 2:48 
GeneralRe: Boost Library Pin
Niklas L10-Aug-10 2:58
Niklas L10-Aug-10 2:58 
GeneralRe: Boost Library Pin
002comp10-Aug-10 18:02
002comp10-Aug-10 18:02 
GeneralRe: Boost Library Pin
Niklas L10-Aug-10 22:13
Niklas L10-Aug-10 22:13 
Questionany idea for "auto-cast"ing? Pin
includeh1010-Aug-10 0:24
includeh1010-Aug-10 0:24 
AnswerRe: any idea for "auto-cast"ing? Pin
Sauro Viti10-Aug-10 0:44
professionalSauro Viti10-Aug-10 0:44 
AnswerRe: any idea for "auto-cast"ing? Pin
CPallini10-Aug-10 0:45
mveCPallini10-Aug-10 0:45 
AnswerRe: any idea for "auto-cast"ing? PinPopular
Aescleal10-Aug-10 1:29
Aescleal10-Aug-10 1:29 
GeneralRe: any idea for "auto-cast"ing? Pin
Chris Losinger10-Aug-10 5:29
professionalChris Losinger10-Aug-10 5:29 
GeneralRe: any idea for "auto-cast"ing? Pin
Aescleal10-Aug-10 5:59
Aescleal10-Aug-10 5:59 
GeneralRe: any idea for "auto-cast"ing? Pin
Chris Losinger10-Aug-10 6:09
professionalChris Losinger10-Aug-10 6:09 
GeneralRe: any idea for "auto-cast"ing? Pin
Aescleal10-Aug-10 10:11
Aescleal10-Aug-10 10:11 
GeneralRe: any idea for "auto-cast"ing? Pin
Chris Losinger10-Aug-10 10:33
professionalChris Losinger10-Aug-10 10:33 
GeneralRe: any idea for "auto-cast"ing? Pin
Aescleal10-Aug-10 19:53
Aescleal10-Aug-10 19:53 
GeneralRe: any idea for "auto-cast"ing? Pin
Moak10-Aug-10 23:33
Moak10-Aug-10 23:33 
GeneralRe: any idea for "auto-cast"ing? Pin
Chris Losinger11-Aug-10 1:08
professionalChris Losinger11-Aug-10 1:08 
QuestionLINK : fatal error LNK1104: cannot open file 'MyCplusplusWithSTL.lib' after converting VS2008 to VS2010 Pin
Chesnokov Yuriy9-Aug-10 22:43
professionalChesnokov Yuriy9-Aug-10 22:43 
AnswerRe: LINK : fatal error LNK1104: cannot open file 'MyCplusplusWithSTL.lib' after converting VS2008 to VS2010 Pin
Richard MacCutchan10-Aug-10 0:01
mveRichard MacCutchan10-Aug-10 0:01 
GeneralRe: LINK : fatal error LNK1104: cannot open file 'MyCplusplusWithSTL.lib' after converting VS2008 to VS2010 Pin
Chesnokov Yuriy10-Aug-10 0:17
professionalChesnokov Yuriy10-Aug-10 0:17 
It does not need to.

There is 'MyWrapper.lib' which already linked explicitly with 'MyCplusplusWithSTL.lib' (the latter is added to additional dependencies in MyWrapper lib project)

Exe is a C project which needs only 'MyWrapper.lib' to be compiled. It worked in that mode with VS 2008.

However with VS2010 during C project compilation it asks for 'MyCplusplusWithSTL.lib'.

There is no need to include any lib explicitly to other lib project. In that case during exe compilation all libs should be added to additional dependencies.

In my case exe project is a C one without STL. That is why I used wrapper to remove 'MyCplusplusWithSTL.lib' dependency to be added to C project.
Чесноков

GeneralRe: LINK : fatal error LNK1104: cannot open file 'MyCplusplusWithSTL.lib' after converting VS2008 to VS2010 Pin
Richard MacCutchan10-Aug-10 0:46
mveRichard MacCutchan10-Aug-10 0:46 

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.