[Interest] application not executing in windows, in linux its working

Atlant Schmidt aschmidt at dekaresearch.com
Tue Jan 17 14:39:37 CET 2012


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: interest-bounces+aschmidt=dekaresearch.com at qt-project.org [mailto:interest-bounces+aschmidt=dekaresearch.com at qt-project.org] On Behalf Of Sujan Dasmahapatra
Sent: Tuesday, January 17, 2012 06:40
To: interest at qt-project.org
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
sdh at lmwindpower.com<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!qpr321N9Q1GLXxFbcfuPqO9rLuLiaAtydCoB9bNnnxRy4nYAI1jSF4rfTg==> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120117/429d63de/attachment.html>


More information about the Interest mailing list