Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12607 - 12639 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12607
July 1 HotBasic 5.2h fixes a problem seen with long pathnames and/or many files to be linked such as when you have one or more declare statements with .obj or...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
1:05 am
12608
Hey, all. I reinstalled Vista-32bit earlier today, and tested the latest version of the compiler (5.2h). Compiling from the Vista command prompt, all I got was...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
4:40 am
12609
... Outstanding, AIR! And it was you who reported that HB-compiled programs run on Windows Vista ... and that command$() did not work right on Vista. I was...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
5:16 am
12610
... Caught me just as I was going to bed ;) c:\Users\riveraa\Hot>cmdline "A B" "c" "d e" cmdline "A B" "c" "d e" arg 0: cmdline arg 1: arg 2: A B arg 3: c ...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
6:12 am
12611
... Update: Running it inside of XP's cmd (by typing cmd at the commandline to use it) results in: c:\Users\riveraa\Hot>cmdline "A B" "c" "d cmdline "A B" "c"...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
7:58 am
12612
... Thank you, AIR; I don't have Vista to check this myself. OK, I see that Vista inserts a double space between the pathname and the first argument....
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
11:47 am
12613
... Using cmdline, I get: c:\Users\riveraa\Hot>cmdline a bc cmdline a bc arg 0: cmdline arg 1: arg 2: a arg 3: CommandCount = 0 Using the batch file I...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
5:37 pm
12614
July 2 HotBasic 5.2i is now Vista command-line compatible for the COMMANDCOUNT and COMMAND$() functions, which now ignore double spaces between arguments....
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
6:51 pm
12615
... version of ... info for ... folder, and ... cmd.exe is ... looking ... Don't have Vista myself (only the Vista Transformation Pack 6.0 - which transforms...
efgee2003
Offline Send Email
Jul 2, 2007
7:00 pm
12616
... Thanks, Jim, the compiler works under Vista now! On a whim, I inserted 42 (!) spaces in between "hot.exe" and "hello.bas". Worked perfectly! I then tested...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
7:49 pm
12617
... From: "efgee2003" <efgee2003@...> To: <hotbasic@yahoogroups.com> Sent: Monday, July 02, 2007 3:00 PM Subject: [HotBasic] Re: Vista-32 Revisited ... ...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
8:12 pm
12618
AIR, many thank for all your Vista tests. Now developers on any Windows version (W95 up) can distribute to Vista users programs that use commandcount and...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
8:15 pm
12619
... Comment: You find hot.exe compiles programs on Vista. hot writes files to the project directory of the compiled program. Apparently, that works without...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2007
8:45 pm
12620
... Correct, because the project directory is within my user folder. ... Vista changes the way this works: If you attempt to install a program to, say, the...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
9:44 pm
12621
... And the MSDN link: http://msdn2.microsoft.com/en-us/library/aa383874.aspx AIR. -- "Programming is like Poetry. Sometimes the words just escape you..." -me,...
Airr
airrsongs
Offline Send Email
Jul 2, 2007
9:47 pm
12622
Hello. At www.hotbasic.org, three downloads have been updated to be Vista-compatible: 1. HotIDE 2.8 2. Hotfind 2.2e 3. HotOptimize 0.9d (for Windows). AIR had...
doctor electron
globalservices1
Offline Send Email
Jul 3, 2007
3:50 pm
12623
Hello Jim, It would seem that commandlines with 2 spaces can also exist with Windows XP ... Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Jul 4, 2007
6:35 am
12624
Hotbasic Compiler 2.4 is released, minor fixes and recompiled with 5.2i for Windows Vista Support Find more Bugs /Fredrik www.fnoware.st...
fnoware
Offline Send Email
Jul 4, 2007
5:31 pm
12625
Here's a little demo showing one can write to .exe code at run-time, a concept which could be used by a debugger like Fredrick's to insert break-points at...
doctor electron
globalservices1
Offline Send Email
Jul 6, 2007
3:28 pm
12626
Interesting is this a access property that you change in the .exe file? Instead of that the debugging application insert the debug calls couldn't there be a...
fnoware
Offline Send Email
Jul 6, 2007
7:10 pm
12627
.1 works ok to .5 .01 or .001 will only reach 4 respectively. '------ $APPTYPE CONSOLE dim loopy as double for loopy=.001 to .005 step .001 print loopy next...
enpsuedo
Offline Send Email
Jul 8, 2007
1:02 pm
12628
... ...because your FOR/NEXT index is DOUBLE, and you have rediscovered an essential fact of computing affecting all such computations in all computer...
doctor electron
globalservices1
Offline Send Email
Jul 8, 2007
1:35 pm
12629
... Hello, yes. My code_rw.bas demo opens the .exe file, finds the .text (code) header in it, and changes the flags to make the code section writable by...
doctor electron
globalservices1
Offline Send Email
Jul 8, 2007
2:34 pm
12630
Sounds grest. The only thing that one must make in to consideration is what line numbers that is counted, the original code or that code that has been ...
fnoware
Offline Send Email
Jul 8, 2007
8:11 pm
12632
... Thanks, Fredrik. But with further thought after I realized that you are better off doing the equivalent of inserting your own: DBG(100) 'where 100 is the...
doctor electron
globalservices1
Offline Send Email
Jul 8, 2007
9:24 pm
12633
I will try to implement your new method of accessing variables this will give us new possibilities when debugging. Like changing variable values in running...
fnoware
Offline Send Email
Jul 8, 2007
10:21 pm
12636
July 11 HotBasic 5.3 upgrades code-generation smartness -- reducing .exe size and increasing .exe speed. Compile-time is also reduced, since HotBasic is...
doctor electron
globalservices1
Offline Send Email
Jul 11, 2007
4:28 pm
12637
Thanks Jim, But when compiling with optimize it hangs. With argument option and $optimize on grCor...
chordnl
Offline Send Email
Jul 12, 2007
6:01 am
12638
... hmmm. I compiled HotIDE with -o and it worked. With your report where a similar operation hangs, guess 5.3 needs even more testing ... never a dull...
doctor electron
globalservices1
Offline Send Email
Jul 12, 2007
6:42 am
12639
If you need code to test, just ask grCor...
chordnl
Offline Send Email
Jul 12, 2007
8:41 am
Messages 12607 - 12639 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help