Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Converting CString to const char* [modified] -Solved again Pin
Mark Salsbery12-Jul-08 8:11
Mark Salsbery12-Jul-08 8:11 
AnswerRe: Converting CString to const char* [modified] -Solved again Pin
Nandu_77b12-Jul-08 9:05
Nandu_77b12-Jul-08 9:05 
GeneralRe: Converting CString to const char* [modified] -Solved again Pin
Marc Clifton12-Jul-08 9:11
mvaMarc Clifton12-Jul-08 9:11 
QuestionWTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton12-Jul-08 5:34
mvaMarc Clifton12-Jul-08 5:34 
AnswerRe: WTF: Linker can only find inline functions [modified] - Solved Pin
bob1697212-Jul-08 7:11
bob1697212-Jul-08 7:11 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton12-Jul-08 9:10
mvaMarc Clifton12-Jul-08 9:10 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Bram van Kampen12-Jul-08 13:55
Bram van Kampen12-Jul-08 13:55 
AnswerRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg12-Jul-08 19:58
Saurabh.Garg12-Jul-08 19:58 
It seems it has been very long time since you did C++. There are two types of libraries in VC++ - Static lib and dynamic lib. "lib" project buids a static library and only produces a .lib file whereas "dll" project build a dynamic library and produces a .dll and .lib.

Marc Clifton wrote:
The output file property in the Librarian was using (OutDir) rather than (IntDir).


Because output file should go into *output* (OutDir) directory and not intermediate (IntDir) folder.

Marc Clifton wrote:
Do I add a path to the Linker\General "Additional Library Directories" or do I add it under Common Properties "Framework and References"?


You should add the path in additional libraries directories and you should specify the import library at Linker -> Input -> Additional Dependencies.

-Saurabh
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 3:04
mvaMarc Clifton13-Jul-08 3:04 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg13-Jul-08 4:28
Saurabh.Garg13-Jul-08 4:28 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 5:43
mvaMarc Clifton13-Jul-08 5:43 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg13-Jul-08 4:30
Saurabh.Garg13-Jul-08 4:30 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 5:45
mvaMarc Clifton13-Jul-08 5:45 
QuestionCArray in CMap Pin
Trupti Mehta12-Jul-08 4:35
Trupti Mehta12-Jul-08 4:35 
AnswerRe: CArray in CMap Pin
Ștefan-Mihai MOGA12-Jul-08 23:06
professionalȘtefan-Mihai MOGA12-Jul-08 23:06 
GeneralRe: CArray in CMap Pin
Trupti Mehta13-Jul-08 0:36
Trupti Mehta13-Jul-08 0:36 
QuestionHow can create an SDI type project inside in another SDI type project? Pin
Le@rner12-Jul-08 2:28
Le@rner12-Jul-08 2:28 
AnswerRe: How can create an SDI type project inside in another SDI type project? Pin
Nelek14-Jul-08 21:06
protectorNelek14-Jul-08 21:06 
QuestionUpdate only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 2:05
CrocodileBuck12-Jul-08 2:05 
AnswerRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
Prasann Mayekar12-Jul-08 3:41
Prasann Mayekar12-Jul-08 3:41 
GeneralRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 4:09
CrocodileBuck12-Jul-08 4:09 
GeneralRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 4:11
CrocodileBuck12-Jul-08 4:11 
QuestionRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
David Crow12-Jul-08 7:38
David Crow12-Jul-08 7:38 
Questionstring table error Pin
erfi12-Jul-08 1:20
erfi12-Jul-08 1:20 
AnswerRe: string table error Pin
Bram van Kampen12-Jul-08 13:58
Bram van Kampen12-Jul-08 13:58 

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.