.....ya but it says .....cannot find -lqextserialport......I am using windows 7...what should i do???
.....ya but it says .....cannot find -lqextserialport......I am using windows 7...what should i do???
please try to build the enumerator example that comes with qextserialport and try running it. Then study the enumerator project - that is how you use the qextserialport library.
jerkymotion (9th March 2011)
I downloaded and extracted it... c:\qextserial(folder) and opened the .pro file using qt...
After that I tried to run it but a dialoag window appeared asking for a executable path ...and I had no Idea what to do....but after a while it did created the dll and libqextserialport.a but....when I tried to run other pro filess...an error message appears cannot find -lqextserialport and collect2:ld returnd 1 exit status
make sure you have the latest version from google code project page.
You can't run the library, but you can run the examples.
step 1: download (latest) qextserialport code
step 2: open qextserialport.pro and build
step 3: check that the examples where built under the 'examples' directory, if not just open the corresponding .pro file from one of the examples and build it (successful step 2 is required for this)
step 4: run one of the examples
step 5: study one of the examples to learn how to 'use' the qextserialport library
jerkymotion (9th March 2011)
here is the screen shot of what I get when I try to run my .pro file of qextserialport...after building the .pro file..
now i have no idea which path to provide to run
jerkymotion (9th March 2011)
THANKS schnitzel ....now I have successfully build the libraries and run the application as well
CHEERS![]()
Bookmarks