On Monday 07 July 2003 9:17 pm, Tuvi, Selim wrote: > I am getting unresolved external symbols when building PyQt 3.7 > (commercial version) with Visual Studio .Net 2002 with Qt 3.1.1. I believe > when I compiled Qt, I specified Windows XP Style support as a plugin (not > direct). Is there a way to avoid the link errors or to exclude this class > from the PyQt compile? Here is some output from the link step:
You might be able to modify the generated Makefile to explicitly link against the plugin. You could just comment out the %Include qwindowsxpstyle from qtmod.sip. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
