Ubuntu Forums Archive Viewer

مشكلة بخصوص برنامج الQt creator

Archived thread 1544998 from Egypt Team. Markdown source: Egypt_Team/thread_1544998_مشكلة_بخ.md

Original URL About this archive
#1

Qt creator لدي مشكله في برنامج الـــ وهي ان ملف التشغيل الناتج عنه لا يعمل على ويندوز و بالتالي لا استطيع توزيعه

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

#2

لازم تبيلد البرنامج على ويندوز

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

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

#3

thelinuxer said: لازم تبيلد البرنامج على ويندوز

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

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

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

[IMG]http://img683.imageshack.us/img683/1289/98371518.jpg[/IMG]

[IMG]http://img713.imageshack.us/img713/1867/61591997.jpg[/IMG]

[IMG]http://img838.imageshack.us/img838/3170/82577990.jpg[/IMG]

#4

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>