Convert VC++ 7.0 project to VC 6.0 project
From: J黵g Weber (j.weber_at_wincan.com)
Date: 10/14/04
- Next message: slash: "the future o MFC ?"
- Previous message: Sergey Kochkarev: "Re: Converting CStrings to float"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 09:48:17 +0200
Hi,
I developed an test application in VS 2002. Because another used wizard to
build an specific component was not able to work with this Version, I
deinstalled the VS and installet the VS for VC++ 6.0. After a while I would
test the component, so I would have to employ an test application. I had
allready this application but in the wrong version. So I created a new
dialogbased mfc application and copied the existing code to the new. I can
compile the project but the linker can't find a used function and I don't
know where to fix the problem.
compiler message:
Deleting intermediate files and output files for project 'PipeScann - Win32
Debug'.
--------------------Configuration: PipeScann - Win32
Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CINIReader.cpp
PipeScann.cpp
PipeScannDlg.cpp
Generating Code...
Linking...
PipeScann.obj : error LNK2001: unresolved external symbol
__imp__PathFileExistsA@4
PipeScannDlg.obj : error LNK2001: unresolved external symbol
__imp__PathFileExistsA@4
Debug/PipeScann.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
PipeScann.exe - 3 error(s), 0 warning(s)
Thank you for you help
Kind regards
jorge
- Next message: slash: "the future o MFC ?"
- Previous message: Sergey Kochkarev: "Re: Converting CStrings to float"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|