PDA

View Full Version : مشكلة بخصوص برنامج الQt creator



Master_Of_ec
August 3rd, 2010, 01:58 PM
Qt creator لدي مشكله في برنامج الـــ
وهي ان ملف التشغيل الناتج عنه لا يعمل على ويندوز و بالتالي لا استطيع توزيعه

و السؤال هو
.exe كيف يمكن الحصول على ملف
qt creator on ubuntu 10.04 LTSمن

thelinuxer
August 3rd, 2010, 04:48 PM
لازم تبيلد البرنامج على ويندوز

http://qt.nokia.com/downloads/sdk-windows-cpp

ده لينك للنسخة بتاعة الويندوز.

Master_Of_ec
August 3rd, 2010, 06:10 PM
لازم تبيلد البرنامج على ويندوز

http://qt.nokia.com/downloads/sdk-windows-cpp

ده لينك للنسخة بتاعة الويندوز.

شكرا جدا على التجاوب
بس انا نزلته عندي على الويندوز و جربت بس بيعمل معايه الاخطاء دي

http://img683.imageshack.us/img683/1289/98371518.jpg

http://img713.imageshack.us/img713/1867/61591997.jpg

http://img838.imageshack.us/img838/3170/82577990.jpg

thelinuxer
August 4th, 2010, 03:57 PM
It looks like you didn't configure your project properly.

I can see that ur using qextserialport. I never used this library before but it is cross platform and should work on Linux and windows. If you can send me ur source code I can spot where is your problem exactly.

But here is your first hint. Your project is including <posix_qextserialport.h> on windows while it should be including <win_qextserialport.h>