Hello, Jim, I would like to point out that if the source file I'm trying to compile is in a directory which contains spaces on it's path, the compile proccess...
... Hi Jose, Hmmm....DOS commandline's limitation. It could work if the path with spaces was truncated to the first 6 characters appended with "~1", "~2" or...
... Thanks, that's a property of the compiler that parses space-delimited command lines, not related to the IDE as such. Your apps can use any directory (and...
Just try the following and you will see it's not working with xp '================================== ' run and mailto ' run "mailto:cdvisser@..." $apptype...
Long, long ago, pinoygabs, a life form in far off space, ... Right. As long as it is possible, as Gabs explains above, or just by putting HB and source in...
Hello, The following is working on my XP system. use shell1 this is only working, run and shell does not work defstr args args="c:\hot\hot.exe -Hc:\hot\ -s" +...
here is the complete code what is used to test it It makes passwords.exe with win xp cor '============== code ============================= $apptype gui ...
I am unable to compile any programs using the onfiltered event. I have tried compiling several programs from this newsgroup but always get the following...
Hello there, In my XP machine I can just open up the "Run" dialog and type "mailto:addres" and it works, no need to use "start" in fact if I use it like "start...
New HotIDE improved editor program flow, display and now Options let you put the path to your "doc" directory to run HotFind help lookup and display,... but...
... So true! I think everybody understands that what happens in the Start > Run window may give a clue, but it is the SHELL/SHELL1/RUN commands that are...
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 : /Test...
hotbasic@yahoogroups....
Sep 1, 2004 3:07 pm
2445
Hi Jim I have been testing your HotIDE version 1.3. I rather like the IDE, and have been using it to create a small application (Win98). Bearing in mind that...
Philip Bister
philip.bister@...
Sep 2, 2004 1:51 pm
2446
Hello Jim In my recent work with HotBasic, I have made a little discovery concerning .Directory [FILELISTBOX]. I have been using the .Directory statement in...
Philip Bister
philip.bister@...
Sep 2, 2004 1:52 pm
2447
HotIDE 1.4 improves the display and performance. A HotIDE.bat file is included which needs editing similar to your hb.bat file. This HotIDE.bat is the...
Long, long ago, doctor electron, a life form in far off space, ... <snip> Oops, I did not post the latest version (hotide.exe = 48640 bytes). Sorry! Now it's...
Jim, downloaded again, now it's working. Did you try my version of the ide, this works on my win xp without the need of a batch file. Don't know if it's...
... If this helps, here is the code for HotBasic > Compile: hot_exe: 'code KILL hot$ 'hbout.tmp tmp$=ed02.text 'Hotbasic directory gosub chk_path 'ed01.txt...
... Sounds great! Many thanks. No, not yet. Is it this? http://groups.yahoo.com/group/hotbasic/files/Test%20Bed/ide.zip I'll look at that tonight. I spent...
... Just DLed your ide.zip and will look at it. Re above, ">" pipes result text of hot.exe to hbout.tmp so it can be viewed in the IDE. Now, let's see if I...