1. QT euphoria install problem
- Posted by jayhawk Jan 05, 2010
- 1228 views
I have downloaded QT Euphoria aand am having trouble getting it to run. I have QT4 rnning in my computer. can you help me?
2. Re: QT euphoria install problem
- Posted by ne1uno Jan 05, 2010
- 1302 views
I have downloaded QT Euphoria aand am having trouble getting it to run. I have QT4 rnning in my computer. can you help me?
need a little more information, where did you get it from?
from http://code.google.com/p/eu4qt might be expecting a debug version if you are using the included windows dll. I will have to either upload the debug dll's or recompile in release mode, which is currently not working that well for me.
what version of eu4 did you try? I do have a minGW compiled svn3010 that I know works I could upload.
what OS?
which qt4? I have only tried euqt with 4.50
what do you mean can't install? do none of the example programs work? what is the error message? a guess would be difficulty finding the dlls or the right version of the dll/so
3. Re: QT euphoria install problem
- Posted by jayhawk Jan 05, 2010
- 1262 views
I got qt from Nokia trolltech. I am running Vista. I downloaded euqt622.zip. I have eu4. I don't understand these statements. I might have executed them wrong.
http://code.google.com/p/eu4qt wiki & issues tracker downloads. eu4qt svn
What does this mean?"| eu4 svn" Thanks
4. Re: QT euphoria install problem
- Posted by ne1uno Jan 05, 2010
- 1326 views
I got qt from Nokia trolltech. I am running Vista. I downloaded euqt622.zip. I have eu4. I don't understand these statements. I might have executed them wrong.
http://code.google.com/p/eu4qt wiki & issues tracker downloads. eu4qt svn
What does this mean?"| eu4 svn" Thanks
svn is the version control shared repository used for euphoria and euqt. the docs still need work.
by downloading the zip you have all you need to try euqt out already.
it's likely that Qt is trying and failing to find the debug version of the dll's. I just though of this problem and didn't mention it in the docs. the next version will have a release version of the dll. I'm on a dialup so my getting a newer version of Qt or uploading the debug version of the dll's is out of the question at the moment.
can you compile euqt yourself? there is a Qt download that includes the minGW compiler.