HP Forums
(deleted post) - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: (deleted post) (/thread-248900.html)



(deleted post) - deleted - 08-26-2013

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.


Re: wp34s Emulator is a month behind - Walter B - 08-26-2013

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:-)


(deleted post) - deleted - 08-26-2013

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.


Re: wp34s Emulator is a month behind - fhub - 08-26-2013

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


(deleted post) - deleted - 08-26-2013

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.


Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-26-2013

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




Re: wp34s Emulator is a month behind - fhub - 08-26-2013

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


Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-26-2013

BTW, I've uploaded the new versions.


Re: wp34s QT Emulator is a month behind - fhub - 08-26-2013

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

Many thanks Pascal,

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

Franz


Re: wp34s QT Emulator is a month behind - Namir - 08-26-2013

What URL please?


Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-27-2013

Same place as usual:

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


Re: wp34s QT Emulator is a month behind - Marcel Samek - 08-29-2013

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


Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-30-2013

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).


Re: wp34s QT Emulator is a month behind - Marcel Samek - 08-30-2013

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




Re: wp34s QT Emulator is a month behind - Thomas Klemm - 08-30-2013

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




Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-30-2013

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


Re: wp34s QT Emulator is a month behind - Thomas Klemm - 08-30-2013

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


Re: wp34s QT Emulator is a month behind - Barry Mead - 08-30-2013

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.


Re: wp34s QT Emulator is a month behind - Thomas Klemm - 08-30-2013

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

Thanks a lot!

Thomas


Re: wp34s QT Emulator is a month behind - pascal_meheut - 08-31-2013

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.