[Doxygen-develop] Problem to compile the wintool doxygen project for windows
Brought to you by:
dimitri
From: Pierre B. <pbl...@lo...> - 2005-04-22 09:18:34
|
I'm trying to compile doxygen for Windows using Microsoft's Visual C++ (version 6.0). I use the .dsw file found in the wintools directory provided with the source distribution. Unfortunatly while linking I have the message belows which warns me about 2 errors, and I can't build the .exe : >Linking... >scanner.obj : error LNK2001: unresolved external symbol "bool __cdecl parseCommentBlock(class Entry *,class QCString const &,class QCString >const &,int,bool,bool,enum Protection &)" (?parseCommentBlock@@YA_NPAVEntry@@ABVQCString@@1H_N2AAW4Protection >@@@Z) >Debug/Doxygen.exe : fatal error LNK1120: 1 unresolved externals >Error executing link.exe. To resolve this problem I had to change in the project the location of the commentscan.h file from the "External Dependencies" folder to the "Source Files" folder of "Doxygen Files". I would like to know from the .dsw file maintainer or anyone else, whether this change may affect the final result of the wintools project, and if it was possible to update this file. Regards. Pierre |