HP Forums

Full Version: (deleted post)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

This Message was deleted. This empty message preserves the threading when a post with followup(s) is deleted. If all followups have been removed, the original poster may delete this post again to make this placeholder disappear.

I hate to tell you that's not true. Download http://sourceforge.net/p/wp34s/code/3450/tree/trunk/windows/bin/wp34sgui.exe and you'll get emulator build 3450.

d:-)

This Message was deleted. This empty message preserves the threading when a post with followup(s) is deleted. If all followups have been removed, the original poster may delete this post again to make this placeholder disappear.

Quote:
I tried downloading the file you suggested at the link provided, and it did not work for me.

Yes, this EXE alone doesn't work of course.

You can get a working emulator if your download all the following files from this link:

http://sourceforge.net/p/wp34s/code/3450/tree/trunk/windows/bin/

wp34sgui.exe
emulator.dll
1 Medium 34s V3.skin
2 Compact 34s V3.skin
3 LED 34s V3.skin
wp34s_V3_medium.bmp
wp34s_V3_compact.bmp
wp34s_V3_LED.bmp

Franz

This Message was deleted. This empty message preserves the threading when a post with followup(s) is deleted. If all followups have been removed, the original poster may delete this post again to make this placeholder disappear.

Why not simply sending me an email asking for a new build?

Quote:
That didn't work either.

If it doesn't work for you, then you have done something wrong!

Nothing more than these 8 files are necessary.

Franz

BTW, I've uploaded the new versions.

Quote:
BTW, I've uploaded the new versions.

Many thanks Pascal,

your QT version (with its few extra features) is very much appreciated! :-)

Franz

What URL please?

Same place as usual:

https://sourceforge.net/projects/wp34s/files/emulator/

Pascal,

Just in case that it was an oversight and not intentional, I thought I would point out that the Linux and OSX version were updated here but not the windows version.

Marcel

This should be fixed now. The Windows version had been updated in the home directory but not in the emulator directory (the Qt emulators are in both places for historical reasons).

Thanks! Didn't really think of looking in the other place. Now I know.

With the wp-34s-emulator-linux64.tgz on RHEL6 I get:

:~> wp-34s/WP-34s: symbol lookup error: wp-34s/WP-34s: undefined symbol: _ZN9QListData11detach_growEPii

This symbol appears to be undefined:

:wp-34s> nm WP-34s | grep _ZN9QListData11detach_growEPii
U _ZN9QListData11detach_growEPii

:wp-34s> echo _ZN9QListData11detach_growEPii | demangle
QListData::detach_grow(int*, int)

Did something go wrong when linking the binary?

Solution

You need to link against the QtXml library. Add the following line to your project file:

QT += xml

Cheers

Thomas

I'm linking with XML already. Did you checked if you have a recent enough QT install on your Linux machine?

Probably not:

Package 1:qt-4.6.2-26.el6_4.x86_64 already installed and latest version
Unfortunately I can't upgrade to an actual RHEL.

Thanks for your answer and sorry for bothering you.

Cheers

Thomas

I couldn't run the "Native Linux" version of the QT emulator on my
older "Debian Lenny" linux either. So what I did was install the Windows version and run it under wine. That way it works even on my older Linux distro. For reasons that I don't need to go into here one of my computers needs to be kept at the older "Debian Lenny" distribution. I do have other computers that run the latest Linux versions and they run the Native Linux QT emulator just fine. I was looking for a way run the WP-34S emulator on this older Linux also that is when I came up with this solution. I hope others benefit from this tip.

Installed wine.i686, started WP-34s.exe: works like a charm.

Thanks a lot!

Thomas

The problem is that the emulator needs Qt 4.7 at least. On Windows & OSX, I integrate them.
On linux, I let it to the user to upgrade their Qt install because I was not sure the Qt dynamic libraries would work well on all distributions.