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

Sujan Dasmahapatra sdh at lmwindpower.com
Tue Jan 17 12:39:54 CET 2012


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.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120117/9d1dbdad/attachment.html>


More information about the Interest mailing list