wtf, a friend of mine from the rapidq community told me there was somebody pretending to be me posting crap about freebasic on other forums, lets make some...
Hi Michael Thanks for your feedback concerning HBassistant. Your text contains many points to consider as the project progresses. The plan is to add more...
Philip Bister
philip.bister@...
Apr 1, 2005 1:08 pm
6220
Thanks to everyone who has given me feedback in respect of HBassistant. You have spured me on to develop the program further and to make improvements. I shall...
Philip Bister
philip.bister@...
Apr 1, 2005 5:07 pm
6221
Assembler Code FAQ part 1 While creating an executable, HB uses assembler code. Please let me clarify several points: 1. This assembler code is not normally...
... more ... do ... and ... Oh Lord, I show you simple facts and you people react like if I had killed the Pope. If you cannot stand the truth, well, I don't...
Apr 2 In HotBasic 4.0, INC and DEC statements now take TYPE/OBJECT members as the first operand, any numeric expression as the optional second operand, and...
... Very nice work, Philip! It suggests clever parsing of database information to present convenient access to and display of items! Your tool may become a...
After just having waded through all this, it's a shame it had to come to all this.. it seems he raised a valid issue, though perhaps could have been raised a...
... Hi, Michael. Yes, indeed, the issue of how long it takes to get thrown out when you go to a place and insult the host, the place and the other guests. In...
I've got a few idea, subject to discuss or about features that possible very useful on daily basic coding. [1] BYREF$() | @$() ... Is there any thing similar...
... hmmm. VARPTR$() would seem to get a string property: TYPE MYOBJ text1 as STRING*64 'more items END MYOBJ s$ = VARPTR$(@MYOBJ.text1) As you know, with the...
Jim ... Looking at Philip's project - it seems he's using the same text files from your manual (hotman). Your hotman folder is about 250k (not including the...
... Hello Philip, I finally had a chance to try your app... good stuff! Recently, I asked a question about adding files directly into the executable as...
... Yes Doc, this part is still left out for custom object string property. Numeric properties in HB custom object has full luxury of READ/WRITE access using...
Jim Thank you for your e-mail re HBassistant. Having been a HotBasic user since version 0.96, I myself have become quite accustomed to the text manuals. But...
Philip Bister
philip.bister@...
Apr 3, 2005 2:29 pm
6237
... When I first started work on HBassistant, I originally included all of the information in the exe itself. It was quite easy to do.. re.text="Loads and...
Philip Bister
philip.bister@...
Apr 3, 2005 2:29 pm
6238
Jim We have operators SHL and SHR, which is shift bits left and shift bits right. According to Rapid-Q it is used like this: 10 SHL 2 which is number 10 whose...
Philip Bister
philip.bister@...
Apr 3, 2005 2:29 pm
6239
... I hope so, but you make an excellent point -- I would call it a lack of symmetry -- with BYREF and MEMCPY. Your BYREF$ as a keyword would fix that. My...
... wrote:...Windows....API....Windows....API.... ummm, that doesn't bode well for the Linux version if the improvements to HotBASIC are going to rely on...
... Sure! As we move along, for the web-page, I want to create a section called something like "HoBasic package", listing all the elements available (which if...
... Not sure what this means, Joe. Clarify? The first Linux version will be basically CONSOLE and FILE IO with the fundamentals of the BASIC language and...
... True! Those aren't explained, just listed, in the manual. But your is right; and notice you can get fractional values (please see results from inputs in...
Greetings ... I think you'll find most professional developers (e.g. Adobe and others) are fine with one or two at most, e.g. PDF or chm or html. As long as...
... Glad we've the subject[1] concluded. Thanks Doc. ... The STATUSBAR panels include example is not quite what I'm looking for. After a few experiments, I've...
Hi Everyone Would like to advise you that HBassistant v0.04 has now been released. Added to this version: String Functions Console Keywords Loops Subs and...
Philip Bister
philip.bister@...
Apr 4, 2005 9:32 am
6247
... With TYPE HasArrays, taken from hb_dimen.txt help file, and the new addressing syntax in a Custom Object method, the arrays are attached to the instance...