- Run time
I wrote a program in Basic 7.11. It will not run in the IDE anymore because I can't figure out how I configured my machine. I think I used some way of putting exteneded or expanded memory on my machine. I think it comes up now when I click on F5 Program to big to fit in Memory. Any ideas...
- Roboter programming?
Hello! I will soon have to program a simple roboter(simple movements, perhaps a map that displays the walked path and also code that helps the roboter to avoid obstacles by getting input from distance sensors).Is there anyone here who is experienced in it and could give me some weblinks? I want...
- remote shutdown using realbasic
anybody here has a code sample of remote shutdown using realbasic? thanks...
- registry code help
Hi, Any website to learn Registry simple coding?Like creating a *.reg file and it will add , remove and edit ? Is like as simple as creating a *.bat file right, creating bat files is it just open up a notepad and type what command you wanna use for command prompt and then save as *.bat . One bat...
- realbasic setup
i have downloaded the realbasic setup ver 5.5.5 . but after the downoad was completed successfully and i ran the setup it gives the "error1901 error attempting to read the source installation database : c:\win\temp\345fg.msi"can anyone resolve the error or give me a perfectly alright setup .i...
- REALBasic Probs
I need to be able to halt my program until a certain boolean changes value.The only way I know to do this is to run a constant loop, rechecking the boolean value until it has changed, but this locks up the computer...The current release of RB is 5.2.1 and it doesn't have a DoEvents or anyth...