<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Phil Thompson wrote:
<blockquote
 cite="mid50321.82.68.80.137.1108457254.squirrel@river-bank.demon.co.uk"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">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!
    </pre>
  </blockquote>
  <pre wrap=""><!---->
These are seem to be related to moc generated functions that should be in
your C++ library.

Phil
  </pre>
</blockquote>
Hi Phil,<br>
How would I go about fixing this?&nbsp; The pyqtconfig takes care of
compiling the moc generated source code.&nbsp; How should I modify the
source?&nbsp; Am I not appending an 'extern "C"' properly?<br>
Thanks so much for your response!<br>
Paul<br>
</body>
</html>