... Forget this project, since it is dead for years now. It can only handle non GUI code of LB v1.4 Don't waste your time on beating a dead horse. ... Stefan...
... It depends on whether your application is installed for 'All users' or just for the current user. In the former case CSIDL_COMMON_APPDATA would be an...
Sssssshhhhh! Big Brother's watching!  I bet this post doesn't post the moderator's scissors....  ... There are 10 kinds of people in the world: People...
I have learned of an open source project that turns liberty BASIC code to C. At http://lbpp.sourceforge.net/ there is a page on the subject. It is a little...
Walt, This group doesn't allow attachments because of previous abuse. However, you can cut and past your LB code directly into the body of the eMail, along...
Big Brother I wanted to start a new post about A GUI and COM1 trouble I was having. I need to be able to include my Liberty.bas code to others so they can see...
... Only if the data is changeable by all users of the program, if this is different for each user it would be saved to CSIDL_APPDATA. ... CSIDL was it called...
So, if you follow this folder scheme, the user would install the program in Program Files, and the program would store its internally generated data (e.g....
... Yshua, Did You read the whole page at MSDN, where the ChangeDisplaySettings function is described? Have you paid special attention to the REMARKS section? ...
Hello Stefan, and all, Must admit my naiivity, but as soon as I feel like I'm catching on I lose my bearings again in coding. Tried changing coding according...
40779
libertybasic@yahoogro...
May 3, 2010 6:05 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the libertybasic group. File :...
Second attempt the link needs s new line. If it is of any help to show how distributors are willing to accept Freeware have a look at some of the ZIP files at...
... I'm not a lawyer but have been chased around by a couple and caught by one... When you release your application as Public Domain you relinquish all rights...
... According to http://msdn.microsoft.com/en-us/library/dd183411(VS.85).aspx the API function must be translated as follows: '---code start (watch for line...
... When you start a program, Windows will launch it in a process. This process is doing his work in a thread, which is called the main-thread. Now, if you...
... Yes, I know what you are talking about, since I am one of those IT guys and if users do have to much privileges, then you will have to clean the machine...
Sorry, Stefan, I have to admit that my eyes had glazed over when I saw the original discussion on your function and I had not understood what it was doing. I...
... So you like to display an image? LB does display images of any color depths, there is no restriction to the color depth, only to the format that is...
Give LB a try! I've been programming since 1968, at various levels, with machines based on binary coded decimal and various formats of integers and floats....
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 i can do at 16 bit. Look at a 16...
Also, I'm getting the impression that there is only one 'routine39; for arithmetic calculations. The help file says that integers are stored as integers, ...
... LB does automatically decide, if a numerical variable is an integer or a float based on its content. If an integer variable gets decimal places added due...
... Also, I'm getting the impression that there is only one 'routine39; for arithmetic calculations. The help file says that integers are stored as integers,...
... The tutorial is a lesson file, so one can run the examples and test things out easily. If you purchased LB on CD, then you have access to a PDF version of...
... See reply to second message. ... Stefan Pendl Liberty BASIC Assist 4.03 ........ http://www.libertybasic.com/assist.html Liberty BASIC 4.04 RC2 ..............
... Instead of using a loop you can use a TIMER to update the graph. The basic structure would be: '... [StartTimerLoop] ' first turn timer off, so we can do...