... another ... Basic ++ ... know, but ... Our second generation BASIC will not be anything like C++. There are already too many BASICs that are like that,...
21352
carlgundel
Jun 3, 2004 12:36 am
... handheld O/Ss. ... works on the ... for the ... Pocket Windows 4 (aka Windows CE) is a possible target. The Palm OS is not (too back since I personally...
21351
mrcatilina
Jun 3, 2004 12:13 am
... API calls to ... for ... Nope. No need for the recycle. I realize that if I needed/wanted that feature it would complicate things. Just need to delete a...
21350
carlgundel
Jun 3, 2004 12:09 am
... Liberty BASIC is not a native code (machine code) compiler. It does have a compiler (actually two if you count the JIT VM it runs on). Liberty BASIC code...
21349
pendl2megabit
Jun 2, 2004 10:03 pm
Gordon, here is an all purpose modulus function from Alyce http://alycesrestaurant.com/snips.htm The link on top of the page wont work, you will have to go...
21348
pendl2megabit
Jun 2, 2004 9:24 pm
Gordon, there is still another all upper case SGN function call left. LB won't catch this error, because it thinks that this is an array element. ... Stefan...
21347
pendl2megabit
Jun 2, 2004 9:14 pm
... Copying to the recycle bin is not so simple, you will have to use API calls to manage that. Alyce has answerd a similar qustion a while ago, search the...
21346
pendl2megabit
Jun 2, 2004 9:09 pm
Yves, if you read the helpfile topic Alyce pointed out, you will see that a .TKN file is nothing that any Windows platform can use without additional files. ...
21345
JanetTerra
Jun 2, 2004 8:00 pm
... a ... to ... Search the newsletters: http://babek.info/libertybasicfiles/lbnews/ Tom Nally wrote two help files: Liberty BASIC Simple Help (without ...
21344
Yves Petit-Clerc
ve2lui
Jun 2, 2004 6:06 pm
All apologies for my useless supplemetary question. It is all there in the help file! Thanks again, Alice.\Yves [Non-text portions of this message have been...
21343
Gordon Sweet
gordonsweet2000
Jun 2, 2004 6:02 pm
REF TO:- Message: 9 Date: Wed, 2 Jun 2004 05:10:33 -0400 From: "William Roggow" <roggowb@...> Subject: Re: Square Dance Patterns Thanks Bill for the...
... Thank, Alice. I want an automatic loading at startup and Windows XP expect a program to load the application or this won't work. I gave "run400". Whould...
21340
Gordon Rahman
dutch_gordon
Jun 2, 2004 3:34 pm
Hello, Be very carefull here. If you want you could write your own routine in LB. Please do it for us and share? If you are sure enough you can use the routine...
21339
Keith Nance
kdbnance
Jun 2, 2004 3:23 pm
... Someone has written and shared a snippet called Folder Killer that uses API calls to do exactly what you're looking for, but unfortunately, I can't...
21338
Alyce
alyce_dubya
Jun 2, 2004 1:58 pm
... If you have a gold license, you can distribute your programs to people who do not have the LB development environment on their computers. Read about the...
21337
Yves Petit-Clerc
ve2lui
Jun 2, 2004 1:00 pm
I am new to .tkn files hence a total dummy. Can I sell/partake a program on that form? What must the end user buy/install about LB to run technically and...
21336
mrcatilina
Jun 2, 2004 11:52 am
Need to delete a folder with unknown contents (and possible sub folders). I'm using a DOS utility DelTree right now but with like some code to smooth out the...
21335
egill
eaglesoar4449
Jun 2, 2004 10:53 am
Peter, Take a look here in the newsletter index. http://babek.info/libertybasicfiles/lbnews/nlindex.txt You should be able to find something to suit your...
21334
peterhawken
Jun 2, 2004 10:43 am
I have just completed a small programme and I need to add a help menu. It won't be anything complex and I don't need any more than a contents heading with...
21333
pendl2megabit
Jun 2, 2004 9:47 am
Gordon, just a different way of a sign function '---start function sgn(number) ' this returns the sign of the number if number = 0 then sgn = 0 else sgn =...
21332
William Roggow
roggowb
Jun 2, 2004 9:07 am
Gordan After changing the 'sgn' variable to 'SGN' in the SGN function, the program produced interesting full screen patterns. Bill R. ... From: Gordon Sweet...
21331
Gordon Sweet
gordonsweet2000
Jun 2, 2004 6:17 am
Some may have noticed there was one of my Typo errors in the Square Dance pattern which should have read as follows dx = int(rnd(1)*20)+1 : dy =...
21330
Alyce
alyce_dubya
Jun 2, 2004 1:41 am
... fast ... Have you read the newsletters? Dennis McKinney first introduced this technique here. ...
21329
Yves Petit-Clerc
ve2lui
Jun 2, 2004 12:16 am
I used: calldll #kernel32,"Sleep",25000 as ulong, res as void SCAN and it is doing marvels! Many thanks for help, Bill, and for the fast reply. Yves...
21328
bbjen@...
biljenni2001
Jun 1, 2004 10:53 pm
... unpractical values. ... the processor ... trough the external in/out midi port. (From the LB program to the second program) ... If you add a "sleep" line...
21327
Yves Petit-Clerc
ve2lui
Jun 1, 2004 10:34 pm
I load two programs automatically at startup. One is a ,tkn. My LB program uses the second program. This second program has to load a huge amount of data...
21326
Yves Petit-Clerc
ve2lui
Jun 1, 2004 10:33 pm
Answer: run400. I had LB wrongly installed and run400 was not there. I reinstalled LB and I have now the program loaded at startup. A new problem is raised.[!]...
21325
Yves Petit-Clerc
ve2lui
Jun 1, 2004 9:22 pm
I just got the golden upgrade to run my program at PC startup. What program should be told to WindowsXP, to run the .tkn file? I gave liberty.exe, but the .tkn...
21324
Yves Petit-Clerc
ve2lui
Jun 1, 2004 3:50 pm
... I get also a Smalltalk/V Virtual machine stack overflow if I try to open a LB program at PC opening as a batch process. Yves...