![]() |
(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: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
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: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: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 Did something go wrong when linking the binary? You need to link against the QtXml library. Add the following line to your project file:
Cheers
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 versionUnfortunately I can't upgrade to an actual RHEL. Thanks for your answer and sorry for bothering you.
Cheers 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 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! 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. |