Post Reply 
HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
06-04-2020, 03:58 PM
Post: #41
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
(06-04-2020 03:04 PM)rprosperi Wrote:  FYI - The links to the executable files are bad, but they're easy to find in the SF repository.

Please try again... the links should be OK now.
Thanks!
Find all posts by this user
Quote this message in a reply
06-04-2020, 05:13 PM
Post: #42
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
Working fine now, thanks for quick fix.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
06-02-2022, 12:04 PM
Post: #43
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
Hi everyone,

I have tried to run the HP41UC utility a few times on my Windows 10 x 64 computer but it doesn't seem to launch correctly. Maybe my understanding is incorrect, but what I've been doing is double clicking on the HP41uc application within the install directory.

The application I've downloaded is the latest V3.0 compiled for Windows 32.

Have also tried running it in various compatibility/legacy modes without success.

Any suggestions would be appreciated.

Thanks,

Michael
Find all posts by this user
Quote this message in a reply
06-02-2022, 12:14 PM
Post: #44
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
I believe 41UC is a command-line application, not GUI-based.

Open a command box, navigate to the folder where it's located and run it from the prompt. You could also add the folder where you installed 41UC to the system Path and then be able to use it from anywhere.

hth

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
06-02-2022, 12:15 PM (This post was last modified: 06-02-2022 12:22 PM by Peet.)
Post: #45
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
(06-02-2022 12:04 PM)Michael Lopez Wrote:  ... I've been doing is double clicking on the HP41uc application within the install directory.

The application I've downloaded is the latest V3.0 compiled for Windows 32.

hp41uc is a command-line application. if you double click it, it shows a help-screen in a flashing command screen, maybe so fast, that you can't see it.

You have to open a command window and start it from there or use a batch-file like this (to convert raw to text):

Code:

@echo input FILE NAME (without EXT) 
set /p name=
hp41uc.exe /r=%name%.raw  /t=%name%.txt  /a  /n  /x
PAUSE

My calculators - former: CBM PR100, HP41CV, HP11C, HP28S - current: HP48G, HP35S, Prime, DM41X, DM42, HP12C
Find all posts by this user
Quote this message in a reply
06-02-2022, 01:26 PM
Post: #46
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
I don't know how up-to-date this URL may be, but Ulisse Quadri wrote a GUI to run on top of the HP41UC utility:
https://www.hpmuseum.org/software/win41uc.htm
Find all posts by this user
Quote this message in a reply
12-18-2023, 02:41 AM
Post: #47
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
FYI... I just uploaded an update to the HP41UC utility:
1) Add "Registers Needed" to the console output.
2) Clean up compiler warnings on source files.
3) Revised the file transfer section of the "UsersGuide".

Win32 x86 Console App:
https://sourceforge.net/p/hp41uc/code/ci...32App_x86/

Linux x86 32-bit executable:
https://sourceforge.net/p/hp41uc/code/ci...32App_x86/

Complete project (source files, etc):
https://sourceforge.net/projects/hp41uc/
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)