The following message was posted on Nov. 25,2004. Sorry, but have to say that the problem is already existent on WinXP SP2. The .OnMouseUp event always returns...
... Well, almost always ... I could get some positive cases by pressing/releasing both R and L buttons simultaneously. Anyway, I think that the real indicator...
... You are right. .OnMouseDown, .OnMouseMove and .OnMouseUp traps different Messages. In this case, it better to update the event documentation. .OnMouseDown...
... As far as I understand Jim doesn't like: d.var1.var1.pt1.x because of possible dotereitis, but this: d.var1_var1_pt1_x is just plain wrong, because I can...
... I think the reason for using the underscore is the fact that it isn't a reserved symbol. . \ etc are used for other things. If you try to create a simple ...
... It's not a matter of like/dislike, it's a matter of parsing which would require a flag for "no dot" and if the first dot is found then to turn the flag on...
HotBasic 5.5 Dec 2 (both Windows, Linux) has been updated to support multi-dot syntax for nested type members. Demo update: =====nesttype.bas $APPTYPE...
... Thanks for pointing out that multi-dot syntax was incompatible with such print statements above. This is resolved, I think, in the Dec 3 build posted for...
Jim I have been experimenting with making a HotBasic compiled dll, and then calling a function from the dll. I find that the DLL works with integers and...
Philip Bister
philip.bister@...
Dec 3, 2007 4:28 pm
14381
... REAL10 is supported. This works: '===the DLL $APPTYPE DLL: $TYPECHECK ON DECLARE FUNCTION Cube STD (a AS DOUBLE) As REAL10 END FUNCTION Cube(a) Result =...
... BTW, when you call Cube above, 2.7 is stored as REAL10 and converted to DOUBLE to match your Cube argument declaration. You can also use a REAL10 variable...
Has or would timeformat include milliseconds? I've tried .sss and .l This would round out the function nicely. It would be more elequent than below. ... ...
... ^-white space :) AIR. -- "Programming is like Poetry. Sometimes the words just escape you..." -me, to my manager. http://www.recursivemedia.net ...
... A parody of famous math puzzles where the "conundrum" was inability to put white space between function name and left "(" after an error message was added...
I downloaded Hotbasic installed it but I can not get it to compile or run a program demo ect james [Non-text portions of this message have been removed]...
Ok.. Something I think I can help with. which IDE are you using? Airsys IDE or HotIDE ? Which program are you attempting to compile? Cheers, .enpsuedo ... ...
hot11.exe is in HotBasic directory ... From: doctor electron To: hotbasic@yahoogroups.com Sent: Thursday, December 06, 2007 9:42 PM Subject: Re: [HotBasic] Re:...
$APPTYPE CONSOLE DEFSTR r$ r$ = Dir$("*.*",&H10) 'get just directories, if any Goto DoFile NextFile: r$ = Dir$ 'gets next file if any DoFile: IF r$.Length THEN...
Long, long ago, <soh72542@...>, a life form in far off ... That's your problem. hot11.exe and the other files in its downloaded .zip go in the hotbasic...
Long, long ago, <soh72542@...>, a life form in far off ... Not in your previous post, sir! You showed it in your HotBasic\bin directory. Computers are...
... Your HotBasic Directory is g:\hotbasic, not what you have above. Your compiler download hotbasicxxxx.zip should be unzipped into your hotbasic directory,...