Hi all,

I have problem with compilation of QextSerialEnumerator example from QextSerialPort lib.
I use Qt 4.6 + VS2008.

I compiled library (version from https://qextserialport.googlecode.com/hg/) so I have 4 files - lib and dll for debug and release.
Event example compiled without errors, but I cannot compile enumerator example.

The problem occurs when I call QextSerialEnumerator::getPorts();.
during compilation I get unresolved externals errors.

As I remember I hadn't this issue with MinGW compiler ...

Thx in advance!