Click here to Skip to main content
16,011,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to scroll the controls within a dialog box or a window? Pin
Mark Salsbery7-Jan-09 10:59
Mark Salsbery7-Jan-09 10:59 
AnswerRe: How to scroll the controls within a dialog box or a window? Pin
Sarath C7-Jan-09 16:38
Sarath C7-Jan-09 16:38 
GeneralRe: How to scroll the controls within a dialog box or a window? Pin
Joseph Marzbani7-Jan-09 18:50
Joseph Marzbani7-Jan-09 18:50 
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 
I've been trying to update a program written in VC++6.0 in to VC++ 2008. The VS2008 conversion went smoothly, leaving mostly errors resulting from the tighter type checking of VS2008.
This program uses a third party library which causes no problems in VC++6. It does, however, in VC++2008.

Here is the initial error;
fatal error C1083: Cannot open source file: 'FixTools.lib': No such file or directory c1xx DataStructures

The 'include' and 'library' directories are set correctly in the project properties and the file and directory permissions are correct.

Copying the FixTools.lib to the 'DataStructures' directory results in the following compile error;
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? d:\sacmannet\datastructures\fixtools.lib 7 DataStructures

Sound familiar to anyone?

Thanks,
- Dale
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 
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 

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.