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.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest