From kde-windows Wed Dec 26 21:26:43 2007 From: "Manuel Klimek" Date: Wed, 26 Dec 2007 21:26:43 +0000 To: kde-windows Subject: Re: Linking error in KDevelop with MSVC Message-Id: X-MARC-Message: https://marc.info/?l=kde-windows&m=119870445119925 Hi, the whole command line of the link command would be interesting (to be found in @C:\DOKUME~1\Andreas\LOKALE~1\Temp\nm1ED.tmp), but I don't know if this is preserved in a nmake build, I usually use devenv builds, since they provide better log facilities. The next thing would be to open the library where __imp_?evaluateExpression@ExpressionParser@Cpp@@QAE?AVExpressionEvaluationResult@2@ABVQByteArray@@V?$DUChainPointer@VDUContext@KDevelop@@@KDevelop@@ABV?$QList@VImportTraceItem@KDevelop@@@@@Z should be exported with depends.exe (you can download it for free if you don't have it) and look whether it is really there like you expect it. /Manuel On Dec 26, 2007 9:36 PM, Andreas Pakulat wrote: > Hi, > > I'm almost done with C++ support in KDevelop building on MSVC, however > there's a linking error when building the plugin (see the attached > file). > > I don't quite understand it, the ExpressionParser is completely exported > and it does have an evaluateExpression function with the proper > signature. (ImportTrace is a typedef from QList). > > The plugin also properly links against the cppduchain library. > > Anybody with a hint how to fix this? > > Andreas > > PS: sorry for the german message, if anybody knows how to tell nmake to > print the english ones I'm going to re-run it. > > -- > Today is the last day of your life so far. > > _______________________________________________ > Kde-windows mailing list > Kde-windows@kde.org > https://mail.kde.org/mailman/listinfo/kde-windows > > -- http://klimek.box4.net _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows