... MANNY, after all, *you* are right. There is a difference in CALLFUNC between the 4.4 series and previously; your fun2adrr code shows it; and this needs...
Couldn't it be some kind of % progress number so the users with large sources See that something is happening ? I haven't had any problems with this but my...
... Interesting idea. To do a % progress the compiler would have to know the total lines (or statements) in source code, which it does not know until it is...
In private email, a HB user asks about MENU .CheckBMP which requires a bitmap handle (hBitMap). Now the BITMAP object in HB has a .DC property which is the...
... Hi Jim, in a very very old program I used HBITMAP LoadBitmap( HINSTANCE hInstance, // handle of application instance LPCTSTR lpBitmapName // address of...
Just a little demo that I have been playing with today to test the API function AnimateWindow. Those of you not using 2000 or XP may have trouble with the...
... Double thanks to Alex and Mark. I'll pass this on to the HB user -- he, he, by the message numbers here on Yahoo -- maybe this user will see how good this...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Oct 1, 2005 10:02 pm
8499
... Good grief. This *is* happiness. Congrats, Alex. This and a good number of other HB programs posted here are very clever and useful utilities. If not...
My first idea was just a % steps for the diffrent steps you preform when compiling the source My secound idea is that you do it from the source file and in...
Thanks to a report by MANNY, CALLFUNC got broken in part in the transition from 4.3 to 4.4 compiler versions. Now 4.4e fixes this, is otherwise identical to...
... Seriously, this compile time is getting prohibitive for larger projects. I vote for the option to keep ml.exe (or whatever solution, actually I don't know...
... The beginning goes: $typecheck on $equalprec on $dupargerr on showmessage "Do you see me?" '(answer: no-- crashes before) '----------- COMPILING OPTIONS ...
... hmmm. Commenting out the three $RESOURCE statements since I don't have the files, your code compiles and runs for me (w2k). Don't know if that is good or...
... Suggest using $OPTION DIM LONG unless you want your numeric CONST's to be DOUBLE. If you use them as INTEGER or LONG, the DOUBLE value would have to be...
... That's a good idea, thanks. And after $option dim long, does: const XX=1.5 still declare XX as double or do I have to put an $option dim double before? E....
... No news actually. The first 1400 lines compile and run OK. After 1400 it gets complicated because I have DECLAREs referencing forward SUBs. So I can no...
Hi Alex This is interesting - thanks. JFYI, I noticed a very minor point. When you click a constant using the mouse, perhaps it should update the preview as ...
... Hi Michael, thank you for your interest in ConstantViewer. You are right, the preview function is not called if you click in the listbox. I will add this,...