Thanks for the help! I am a .dll calling fool now. I have checked out most of the .dll functions already. I downloaded the redistributable for x86 and x64...
43388
titan2guy
Jun 5, 2011 3:37 am
I have a license to run LB Workshop. It installed and ran OK on XP. I've upgraded to W7 and it downloads and installs OK, but when I try to run it it gives a...
43389
Jim Hiley
ccomtas
Jun 5, 2011 6:56 am
I installed LB Workshop in c:\apps92;LBWorkshop and it runs OK under Win7 The current version of LB can be installed in 'Program Files' Jim ... From:...
43390
georgejirinovak
Jun 6, 2011 2:44 am
How does Liberty Basic Management of memory functions? This message appears when running a large program full of arrays and large number of files each having...
43391
David Speck
dspeck13021
Jun 6, 2011 3:08 am
George, LB allows about 70 megabytes total for program and variables. You may have to structure your program to keep less than that amount of data in RAM at...
43392
Badoo
alexbozinovic
Jun 6, 2011 6:25 am
Aleksandar left a message for you... Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using...
43393
RipSaw
rij4360
Jun 8, 2011 12:21 am
I have a story about government waste, mismanagement and union neglect. I wish to find someone that can help, guide me post this story on the internet. Perhaps...
43394
John Huffman
hjohnc1999
Jun 11, 2011 8:02 pm
I'm writing a program that monitors equipment over the serial port. I have a glitch in my code to read the serial port. I believe it's a timing issue. I will...
43395
William Lopez
maxxhuggs...
Jun 11, 2011 9:37 pm
... So, now we know! Or do we? ROFL! Bill welopez@... ... [Non-text portions of this message have been removed]...
43396
John Huffman
hjohnc1999
Jun 11, 2011 9:41 pm
Bill - I appreciate the effort. I think this is a Liberty Basic error message since it comes up in a NOTICE box. But, I really don't know, and apparently,...
43397
laurie camion
lauriecam2006
Jun 12, 2011 1:32 am
According to http://lbpe.wikispaces.com/FastFAQ#Fast FAQ:-Liberty Runtime Errors:-System Primitive Failed  "System Primitive Failed: You ran out of memory by...
43398
John Huffman
hjohnc1999
Jun 12, 2011 1:44 am
Laurie - Thanks. I suspected something like that. I'll be spending time looking through that code. Thanks, John ... [Non-text portions of this message have...
43399
Rod
rod_bird001
Jun 12, 2011 3:47 pm
If you start Task Manager by pressing CtrlAltDel and selecting Task Manager. Then in the processes tab look at the memory your program is using, it will be...
43400
John Huffman
hjohnc1999
Jun 12, 2011 7:53 pm
Rod - I've gone over your great serial article in the Liberty Basic encyclopedia, but I am sure I am missing something or I have a typo that I keep missing. ...
43401
Fritz Oppliger
fritz_oppliger
Jun 12, 2011 8:36 pm
I see wrapped comments that would cause trouble... though I doubt it would compile at all. still: ... K3 - its a toggle FOR K3 ORION...
43402
mr.john.f@...
tenochtitlanuk
Jun 13, 2011 9:57 am
You seem in several places to return or jump from the middle of for/next loops or similar 'readingind39; and 'readingcap39;. That's going to mess up stacks etc... ...
43403
John Huffman
hjohnc1999
Jun 13, 2011 10:41 am
I think that's the issue, my jumping around. Ideally, I'd like a routine that reads the inductor, Z relay, and capacitor all together instead of three separate...
43404
Rod
rod_bird001
Jun 13, 2011 11:24 am
Yes jumping around a lot! You must force yourself to end every gosub codeblock with a return, not a gosub or a goto. That will eliminate the immediate problem...
43405
John Huffman
hjohnc1999
Jun 13, 2011 12:29 pm
Rod - Thanks for the help. I'll go back through and see if I can eliminate the jumps and get returns in the right places. I'll also use the sleep API. There...
43406
Rod
rod_bird001
Jun 13, 2011 6:53 pm
If there is a long conversation going on and the GUI can make requests at any time I would split the input and output completely. Send the messages as and when...
43407
John Huffman
hjohnc1999
Jun 13, 2011 9:34 pm
Rod - I went though my code and eliminated most of the subroutines. I also changed the timing and used the API call you suggested. It works fine now. Many...
43408
Lew Rose
lewrose39
Jun 18, 2011 1:44 pm
when I open a list box with a long list, the scroll bar range is always to small to get to the bottom of the list. It adjusts itself after the firs use, but is...
43409
Stefan Pendl
pendl2megabit
Jun 18, 2011 2:02 pm
... The scroll bar is handled entirely by Windows. Do you change the font of the list box? Have you tried to select the last item programmatically and clear...
43410
gmac717
Jun 19, 2011 4:52 pm
I am currently using the free version of Liberty Basic which is impressive and am considering purchase of the Pro version. After writing an executable can...
43411
Marc Sabau
marcsabau...
Jun 20, 2011 7:25 pm
Hi, Include the followinf [MainMenu] and the PASSWORD PART 2 in your program. Come back to me if you encounter some problems or need explanations. Marc. ...
43412
Lew Rose
lewrose39
Jun 20, 2011 8:48 pm
... you are, right changing the font size is the cause of the problem. the (select index o) doesn't seem to help, if I am using it correctly. nomainwin dim...
43413
Arcangel O
cptpatriot
Jun 21, 2011 2:19 am
What kind of service do you use to host the program so others can log onto it? Are there any special needs that need to be addressed?...
43415
Stefan Pendl
pendl2megabit
Jun 21, 2011 7:38 am
... The line above is no command string for a list box and you are only clearing the selection. The help file will allow you to read all the list box command...
43417
paul.r.gorton@...
paul.r.gorto...
Jun 21, 2011 12:20 pm
I have a problem with group boxes. Normally there is no problem with the outline of the box itself but I have an application for a net book where all the text...
43418
mr.john.f@...
tenochtitlanuk
Jun 21, 2011 2:03 pm
... If you do a search on the LB conforum for wrapper you'll find ideas- http://libertybasic.conforums.com It has become harder under Windows Vista/ 7 to make...