I have been working on Liberty BASIC recently, and Run BASIC too. Progress is slow but steady. -Carl Gundel Liberty BASIC for Windows -...
40732
rcplan2u
Apr 29, 2010 2:59 am
Thank you that worked this time, but it didn't seem to work before....
40733
rcplan2u
Apr 29, 2010 2:59 am
When I start Liberty Basic everything is find, but every time I tried to go any place in Liberty Basic I get this error and I have done nothing that it say in...
40734
MaxxHuggs
maxxhuggs2006
Apr 29, 2010 3:38 am
Go to http://basic.wikispaces.com/Installing_on_Vista for the correct method to install LB on Vista or Win7. Good luck to you! [Non-text portions of this...
40735
Stefan Pendl
pendl2megabit
Apr 29, 2010 9:46 am
... There are more questions to answer, so we can nail the problem down: 1) Is you application installed by an installer? 2) Does your application change files...
40736
rcplan2u
Apr 29, 2010 11:02 am
Thank You It works well...
40737
Ed
n3sdo
Apr 29, 2010 2:35 pm
I posted a ham radio utility program to a an internet group, included both a compiled (exe) and liberty basic source code and stated that it was a public...
40738
swetterlin
Apr 29, 2010 2:53 pm
My application is installed by the user copying the program and LB DLLs into a folder created by the user. I create a lot of files within that folder when the...
40739
Gordon
dutch_gordon
Apr 29, 2010 3:59 pm
Hello rcplan2u, You can follow a video course here. http://www.libertybasic.com/video-tutlsnbrsr.html Gordon...
40740
rod_bird001
Apr 29, 2010 5:52 pm
You will have to guide the user not to install the .exe to the Program Files Directory or any User directory. As Stephan states the simplest option is to...
40741
Stefan Pendl
pendl2megabit
Apr 29, 2010 9:37 pm
... The GNU PDL is a well-known license, so it is better recognized by many people. It is not bound to any of the GNU applications and tools, and I do not...
40742
Stefan Pendl
pendl2megabit
Apr 29, 2010 9:46 pm
... The user can of course extract the application files into a folder contained in his profile, but we still do not know what the problem is, since we do not...
40743
Richard
rtrussellcouk
Apr 29, 2010 10:28 pm
... Unfortunately that function results in a memory leak. Try running your demo program whilst using Task Manager to monitor the 'VM Size' value reported for...
40744
Stefan Pendl
pendl2megabit
Apr 29, 2010 10:58 pm
... Generally one would call this function only once for each folder he likes to know, placing the result into a variable. Thanks for pointing the memory leak...
40745
Richard
rtrussellcouk
Apr 30, 2010 9:13 am
... Many thanks for that. Calling 'CoTaskMemFree' is a clever solution. Richard....
40746
Stefan Pendl
pendl2megabit
Apr 30, 2010 9:21 am
... I don't know where I have already used this approach, but it is also recommended in the remarks section of the function at MSDN. So the only thing that was...
40747
Richard
rtrussellcouk
Apr 30, 2010 2:12 pm
... That must be a recent change to MSDN. My copy of the Platform SDK says this: "The calling application is responsible for freeing this pointer with the...
40748
Judith
judith.rastall
Apr 30, 2010 2:37 pm
Does this not raise serious issues about impending problems when distributing Liberty programs to others? I have written a program that writes its data files...
40749
rod_bird001
Apr 30, 2010 6:44 pm
It certainly isn't a problem unique to Liberty. At the end of the day it's really simple. A "User" can do anything they want in their file space. Their virtual...
40750
Judith
judith.rastall
Apr 30, 2010 9:40 pm
I wonder if maybe I didn't express myself as clearly as I might have done ... I'm not talking about installing Liberty Basic but about installing my own...
40751
Richard
rtrussellcouk
Apr 30, 2010 10:15 pm
... Surely that's precisely Stefan's 'GetSpecialfolder$()' function (the later version, revised to release the memory) called with the parameter CSIDL_PERSONAL...
40752
Stefan Pendl
pendl2megabit
Apr 30, 2010 10:31 pm
... Using the function I provided you do not need to write an ini file with the installer nor will it fail, if multiple users use the same computer with...
40753
remarkableone54
May 1, 2010 1:52 am
greetings: I am attempting to print on a wide printer in 11x17, landscape mode. I have tried and read all the material available, but the program seems to...
40754
rcplan2u
May 1, 2010 1:53 am
Is there a PDF file for Liberty Basic Tutorial that can be downloaded? Reason would like to print out the tutorial....
40755
ross_harper512
May 1, 2010 1:54 am
Hi all I have a continuous graphing program and a few menus on the window. The main loop of the program is Do Scan Loop until 1=0 (ie. loops forever or until...
40756
ross_harper512
May 1, 2010 1:54 am
Hi, This is the second time I've tried to post this query. It didn't seem to appear, so apologies if it does appear twice. I have a continuous graphing...
40757
danny_gjk
May 1, 2010 1:55 am
... ok... Maybe i need to explain I am a hobbyist. I don't have the time to spend 100 hours to graphically accomplish the same thing in 32 bit or 24 bit that...
40758
Yshua
yshuacalkins
May 1, 2010 1:57 am
Thank you, Stefan: Finally made changes to make program runnable.... fed data lines to create random access file, custstor.dat changed newvers.bas to...
40759
danny_gjk
May 1, 2010 1:57 am
... ok... Maybe i need to explain I am a hobbyist. I don't have the time to spend 100 hours to graphically accomplish the same thing in 32 bit or 24 bit that...
40760
David Speck
dspeck13021
May 1, 2010 3:49 am
Mark, I believe a known "feature" of the current version of LB is that the printer dialog doesn't work, as you have determined by experimentation. A clumsy...