Linking error in KDevelop with MSVC

Manuel Klimek klimek at box4.net
Wed Dec 26 22:26:43 CET 2007


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 at ExpressionParser@Cpp@@QAE?AVExpressionEvaluationResult at 2@ABVQByteArray@@V?$DUChainPointer at VDUContext@KDevelop@@@KDevelop@@ABV?$QList at 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 <apaku at gmx.de> 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<ImportTraceItem>).
>
> 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 at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows
>
>



-- 
http://klimek.box4.net



More information about the Kde-windows mailing list