[PyKDE] problem with sip and visual studio 7 (.net)

Phil Thompson phil at riverbankcomputing.co.uk
Thu Jan 27 09:35:23 GMT 2005


> hi,
> hopefully, my problem will have a simple fix.
>
> i believe i've configured and compiled sip v. 4.1.1 using visual c++
> .net correctly. however, when I try *even the simple sample code* in
> the documentation, the compilation breaks.
>
> i've included the output below...
>
> thanks for your assistance!
> paul
>
> here is the output:
>
> link /NOLOGO /SUBSYSTEM:WINDOWS /DLL /DELAYLOAD:comdlg32.dll /DELAYLOAD:
> oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll
> /DELAYLOAD:winspool.dll
>  /OUT:word.pyd @C:\DOCUME~1\dcs\LOCALS~1\Temp\nm80.tmp
>
> LINK : fatal error LNK1181: cannot open input file 'word.lib'
>
> NMAKE : fatal error U1077: 'link' : return code '0x49d'
> Stop.

The simple sample code isn't supposed to be a complete working example.
word.lib is a fictional library which you should replace in the example
with the library you really want to wrap.

Phil




More information about the PyQt mailing list