Atlant thanks very much I am able to resolve this. I had to add DEFINES += QWT_DLL then its working thanks for your help...Sujan
Kind regards, Sujan Dasmahapatra Project Leader, Aero Group CE - Aero Group Tel +91 80 66470248 Mob [email protected] <mailto:%25EMAIL%25> LM Wind Power Blades lmwindpower.com Together we capture the wind to power a cleaner world ________________________________ This e-mail and any attachments are confidential. If you are not the named or intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Any unauthorized disclosure, use or storage is prohibited and might be unlawful. From: Atlant Schmidt [mailto:[email protected]] Sent: Tuesday, January 17, 2012 7:10 PM To: Sujan Dasmahapatra; [email protected] Subject: RE: [Interest] application not executing in windows, in linux its working Sujan: Googling for '"The application failed to initialize properly" 0xc0000005' seems to lead to many people dealing with PC viruses that have damaged their systems. You may want to read some of those posts. Atlant From: [email protected] [mailto:[email protected]] On Behalf Of Sujan Dasmahapatra Sent: Tuesday, January 17, 2012 06:40 To: [email protected] Subject: [Interest] application not executing in windows, in linux its working Dear All My application is running fine inlinux, and in windows its compiling but not executing the exe. Error : The application failed to initialize properly(0xc0000005). I have put all the necessary dlls in PATH. I am using Qwt whose PATH is mentioned in the .pro file....Please check my .pro file [code] QWT_ROOT = C:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1 TEMPLATE = app TARGET = bin/AirfoilOptGUI win32 { DEPENDPATH += lib source C:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib INCLUDEPATH += inc C:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/src } unix { DEPENDPATH += lib source INCLUDEPATH += inc } CONFIG += assistant \ qt QT += opengl \ network MOC_DIR = moc OBJECTS_DIR = obj HEADERS += inc/*.h SOURCES += source/*.cpp RESOURCES += ./rc/airfoiloptgui.qrc RC_FILE = airfoiloptgui.rc # install sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation images/* *.pro win32{ LIBS += -LC:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib -lqwt5 } unix { LIBS += -L./lib -lQtCore -lQtGui -lQtAssistantClient -lQtXml \ ./lib/libqwt.so.5 } [/code] Any help would be highly appreciated. Thanks Sujan Kind regards, Sujan Dasmahapatra Project Leader, Aero Group CE - Aero Group Tel +91 80 66470248 Mob [email protected] <mailto:%25EMAIL%25> LM Wind Power Blades lmwindpower.com Together we capture the wind to power a cleaner world ________________________________ This e-mail and any attachments are confidential. If you are not the named or intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Any unauthorized disclosure, use or storage is prohibited and might be unlawful. Click here <https://www.mailcontrol.com/sr/HR6cGkaa0tPTndxI!oX7Uun8LHo!qpr321N9Q1GL XxFbcfuPqO9rLuLiaAtydCoB9bNnnxRy4nYAI1jSF4rfTg==> to report this email as spam. ________________________________ This e-mail and the information, including any attachments, it contains are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message. Thank you. Please consider the environment before printing this email.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
