Click here to Skip to main content
15,913,669 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to save the content of an "Rich Edit Control" As IT IS? Pin
Joseph Marzbani7-Jan-09 7:15
Joseph Marzbani7-Jan-09 7:15 
AnswerRe: How to save the content of an "Rich Edit Control" As IT IS? Pin
Mark Salsbery7-Jan-09 7:20
Mark Salsbery7-Jan-09 7:20 
AnswerRe: How to save the content of an "Rich Edit Control" As IT IS? Pin
JJeffrey7-Jan-09 13:24
JJeffrey7-Jan-09 13:24 
AnswerRe: How to save the content of an "Rich Edit Control" As IT IS? Pin
Iain Clarke, Warrior Programmer7-Jan-09 23:08
Iain Clarke, Warrior Programmer7-Jan-09 23:08 
QuestionMigrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 7:10
Dale Bourne7-Jan-09 7:10 
AnswerRe: Migrating VC++6 to VC++9 Pin
Mark Salsbery7-Jan-09 7:15
Mark Salsbery7-Jan-09 7:15 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 8:07
Dale Bourne7-Jan-09 8:07 
GeneralRe: Migrating VC++6 to VC++9 Pin
Mark Salsbery7-Jan-09 8:21
Mark Salsbery7-Jan-09 8:21 
The .lib file is a library you want to link to your project, correct?

If so, there's a couple ways to add it to the project so it gets linked (not compiled):
1) Add the FixTools.lib file to the project Linker/Input/Additional Dependencies settings
2) Use #pragma comment(lib, "FixTools.lib") in a source (cpp) file

How have you included the library in your project?

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:09
Dale Bourne7-Jan-09 10:09 
GeneralRe: Migrating VC++6 to VC++9 Pin
Mark Salsbery7-Jan-09 10:17
Mark Salsbery7-Jan-09 10:17 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:28
Dale Bourne7-Jan-09 10:28 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne8-Jan-09 7:14
Dale Bourne8-Jan-09 7:14 
GeneralRe: Migrating VC++6 to VC++9 Pin
CPallini7-Jan-09 9:32
mveCPallini7-Jan-09 9:32 
GeneralRe: Migrating VC++6 to VC++9 Pin
Dale Bourne7-Jan-09 10:10
Dale Bourne7-Jan-09 10:10 
GeneralRe: Migrating VC++6 to VC++9 Pin
CPallini7-Jan-09 11:02
mveCPallini7-Jan-09 11:02 
QuestionA Question about Menus Pin
BobInNJ7-Jan-09 6:19
BobInNJ7-Jan-09 6:19 
QuestionRe: A Question about Menus Pin
David Crow7-Jan-09 6:32
David Crow7-Jan-09 6:32 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:01
BobInNJ7-Jan-09 7:01 
QuestionRe: A Question about Menus Pin
David Crow7-Jan-09 7:02
David Crow7-Jan-09 7:02 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:10
BobInNJ7-Jan-09 7:10 
GeneralRe: A Question about Menus Pin
David Crow7-Jan-09 7:31
David Crow7-Jan-09 7:31 
AnswerRe: A Question about Menus Pin
Maximilien7-Jan-09 6:54
Maximilien7-Jan-09 6:54 
GeneralRe: A Question about Menus Pin
BobInNJ7-Jan-09 7:05
BobInNJ7-Jan-09 7:05 
AnswerRe: A Question about Menus Pin
Mark Salsbery7-Jan-09 7:34
Mark Salsbery7-Jan-09 7:34 
GeneralRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:12
BobInNJ7-Jan-09 9:12 

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.