Phil Thompson wrote:
Hi all,

I'm trying to create a python-qt extension, but I keep on receiving
these types of errors: "error LNK2019: unresolved external symbol"
...
I've attached a word document of the 6 messages... I'd appreciate any
help!
    

These are seem to be related to moc generated functions that should be in
your C++ library.

Phil
  
Hi Phil,
How would I go about fixing this?  The pyqtconfig takes care of compiling the moc generated source code.  How should I modify the source?  Am I not appending an 'extern "C"' properly?
Thanks so much for your response!
Paul
_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to