Short: Numeric base converter for any language Author: stebaseconv@esseemmeerre.mailshell.com (Stefano Maria Regattin) Uploader: stebaseconv esseemmeerre mailshell com (Stefano Maria Regattin) Type: util/conv Version: 2.3 Architecture: m68k-amigaos Date: Friday, 21st April 2006 Name of the program: BaseConverter This is an evolution of an example program I have found on the Blitz2 (Blitz Basic 2.1) paper manual. I always need a base converter while I am using my AMIGAs but before I use this program I had to convert numbers with my scientific calculator; now that there is this program I can easily convert decimal, hexadecimal, octal, binary and two complement numbers on the fly! At start the language used for the converter is english; you can use your language by tooltypes; if you remove a tooltype it will be brought back to english. However you can modify and recompile the Blitz2 source code for your language if you have Blitz2; if you don't have Blitz2, you can use instead AmiBlitz2, the freeware evolution of Blitz2, either searching on Aminet or surfing on the official Blitz2 site, that is http://www.blitz-2000.co.uk/. Note that AmiBlitz2 require a math coprocessor (FPU) to work, otherwise search on this site the commercial versions now freeware of Blitz. Now the lone things that are not font sensitive are the number input fields, great job! The fields vertical position variable cannot store correctly the the position if the window font height was too big: now the problem is solved. Removed a bug and now the decimal input field accepts negative numbers also. Now the program is fully localizable by tooltypes. Now the program work without the font preferences file also. I am not responsible of any damage this program can occurs to your system: you use it at your own risk! At end see my homepage to the following Internet address: http://xoomer.virgilio.it/aregat/ The following is the same text for italians: Data: venerdì, 21 apraile 2005 Nome del programma: BaseConverter Questo programma è una evoluzione di un programma d'esempio che ho trovato sul manuale cartaceo di Blitz2 (Blitz Basic 2.1). Ho sempre avuto bisogno di un programma che convertisse i numeri in basi diverse ma prima di usare questo programma dovevo convertire i numeri con la mia calcolatrice scientifica; ora che c'è questo programma posso facilmente convertire numeri decimali, esadecimali, ottali, binari e complemento a due al volo! All'avvio il linguaggio usato dal convertitore è l'inglese; potete usare la vostra lingua con i tooltype; se rimuovete un tooltype questo sarà riportato all'inglese. Comunque potete sempre modificare e ricompilare il codice sorgente per la vostra lingua de avete Blitz2; se non lo avete, potete usare invece AmiBlitz2, l'evoluzione gratuita di Blitz2, o cercando su Aminet oppure andando sul sito ufficiale di Blitz2, cioé http://www.blitz-2000.co.uk/. Notate che AmiBlitz2 richiede il coprocessore matematico (FPU) per funzionare, altrimenti cercate in questo sito le versioni commerciali ora gratuite di Blitz2. Ora le sole cose che non sono sensibili alle fonti di carattere sono i campi d'inserimento numerici, bel lavoro! La variabile della posizione verticale dei campi non poteva memorizzare correttamente la posizione se l'altezza deila fonte delle finestre era troppo grande: ora il problema è risolto. Rimosso un baco ed ora il campo decimale d'inserimento accetta anche numeri negativi. Ora il programma è pienamente localizzabile con i tooltype. Ora il programma funziona anche senza il file di preferenze dei font. Per finire guardate la mia pagina su internet al seguente indirizzo: http://xoomer.virgilio.it/aregat/ Ciao!