... While looking through the internet for a 96 bit data type it seems that only .NET languages have the DECIMAL 96 bit data type and how the number is stored...
Trying to get ml64.exe and associated files to compile and link 64 bit examples to develop HB's 64-bit version, I've found that msdn.com downloads ... um,...
Long, long ago, doctor electron, a life form in far off space, ... According to codegurus.be, these are the needed files: Can anybody .zip these and email...
... I think the IEEE standards for floating representation are independent of bit size -- that is, HB's SINGLE, DOUBLE and REAL10 are all IEEE standards. ... ...
Hi, I am rendering the windows hotbasic application portable (meaning installed on a USB key and usable wherever I connect my key without a glance at drive...
... Hi, Paul. Let's see if the following is consistent with your observations and objective: 1. If hbsetup.ini exists, the pathname in it's first line is ...
... In my case hbsetup always default to c:\hotbasic. It never reads in hbsetup.ini. ... That is correct. Let me see ... To make hotbasic portable, I created...
... Why? Have you tried ... where all (HotIDE, hbsetup) is in the hotbasic directory. I suppose you have reasons, but I wonder why more than one hotbasic...
I am getting the following error when trying to compile. ERROR Incomplete statement IF uMsg=&H102 and wParam=9 THEN TabStop ^-error Any help would be...
... OK, 2-point solution: 1. run hbsetup with Includes checked. This will update your files since I just updated those on the server ... and I think an edit...
Hello All When using the splitter object with RichEd2.inc I have found that .handle needs to be added to the following two lines in both Split1 and Split2 ...
Philip Bister
philip.bister@...
May 17, 2008 12:36 pm
14868
Is it someone that has tried to create a windows service using Hotbasic? /Fredrik...
... Yes! Recalling discussion on that, I did a Yahoo Group Message search for "windows service" (in quotes) and found 14455, 14451, 14442, 14441, 14439, 14437...
... Good point; thank you, sir! I just recompiled splitter.bas as appears in the current (recently updated) Include download and all worked well. [For...
Hello Hot coders, my chat program reads some informations from an INI-file, like the user's nickname and the server's IP adress. This works fine, but I also ...
... HotIDE does this: 1. Save font info in .ini file: Fixedsys -16 accomplished with s$.clear 'other items s$.additems font1.Name,STR$(font1.Height) 'other...
... Thanks, Jim, but ... ... uhm, I had made a stupid mistake. I had created a Sub "Form_Load" to read the .ini file and set the user's settings. But I had not...
... Hi, Peter. At present, no. However, greater cross-platform compatibility (including MAC) and 64-bit processing are the two top priorities for HotBasic...
I wish I had bothered to pay attention when Mr Wu left RQ and various people claimed to have started a 'clone'. I would have discovered Hotbasic sooner :P ...
... hmmm. A few examples of what you are looking for might help. There are multiple ways to access the Manual: 1. run hotfind and just enter word(s) or even...
Thanks for the reply. I'm sure Hotbasic and I are going to be good friends ;) I do not have, as far as I can tell, HBDoctor. During installation, at least one...
... Thanks for kind words! ... Alex's Constants program has been revised and I need to put it on my own server so it can be installed with hbsetup (if that's ...
To all HotBasic users. HBassistant v2.41d has now been released. In this version: In the section, Compiler objects | fonts A short article has been added to...
Philip Bister
philip.bister@...
Jun 2, 2008 11:23 am
14886
Jim This is an extract from the manual (hotdoc54.zip) hotobj.txt under the section hbHnd. 'If a Custom Object EXTENDS a FORM object, "hbHnd" is the extended...
Philip Bister
philip.bister@...
Jun 2, 2008 11:23 am
14887
... Hello, hbHnd in this case, is a pointer to original object ... ... and you can use this pointer like: (if your object extends font) use MyFont as Font with...
... Thanks for the example (I have never used Font with hbHnd) Just in case my original point was missed, FONT is a non-form object. My original text said that...