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

C / C++ / MFC

 
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 
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 
Mark Salsbery wrote:
Somewhere else in your project there's some reference to the library
which is causing it to try to compile it....that's not good.


Maybe a little background might help.
This solution, called Control Progam, consists of three projects(in compile order)...
AdoManRs
DataStructures
SacmanCP

DataStructures is dependent on AdoManRs
SacmanCP is dependent on DataStructures

OK, I grep'ed the entire directory structure for any reference to 'fixtools'. Nothing was found in the code.
It was found in:
DataStructures/DataStructures.dsp:52: # ADD LIB32 ..\AdoManRs\Release\AdoManRs.Lib FixTools.Lib WinMM.Lib dmacsdba.lib /nologo

DataStructures/DataStructures.dsp:67: # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ FixTools.lib /c

DataStructures/DataStructures.dsp:75: # ADD LIB32 ..\Bin\AdoManRs.lib FixTools.lib WinMM.lib dmacsdba.lib /nologo /DEBUGTYPE:COFF

DataStructures/DataStructures.vcproj:46: AdditionalOptions="FixTools.lib"
[from <configurations...><configuration>...<tool name="VCCLCompilerTool" ...=""> section]

SacmanCP/SacmanCP.vcproj:81: AdditionalDependencies="..\Bin\DataStructures.lib C:\FIXTOOLS50\LIB\dmacsdba.lib C:\FIXTOOLS50\LIB\FIXTOOLS.LIB"

SacmanCP/SacmanCP.vcproj:1592: RelativePath="..\Bin\fixtools.lib"

It is also listed under the SacmanCP resource files folder in the Solution Explorer.
I hope this means something to you. For the most part, it is greek to me.
My success with this program has been in tracing down a few bugs and making a few enhancements, all directly pertaining to the C++ language itself. As far as I am concerned, Visual Studio performs magic during the conversion process.
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 
GeneralRe: A Question about Menus Pin
Mark Salsbery7-Jan-09 9:51
Mark Salsbery7-Jan-09 9:51 
QuestionRe: A Question about Menus [modified] Pin
CPallini7-Jan-09 8:09
mveCPallini7-Jan-09 8:09 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:14
BobInNJ7-Jan-09 9:14 
QuestionGPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 5:54
Michael Lutkenhouse7-Jan-09 5: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.