Search found 11 matches
- Thu Oct 18, 2012 8:23 pm
- Forum: Windows
- Topic: Save and SaveAs Stopped Working
- Replies: 3
- Views: 1670
Re: Save and SaveAs Stopped Working
I accomplished the actions recommended by IdeasVacuum but the problem remained. I did many other things that did not work. I also installed PureBasic to a USB thumb drive and it ran without the no Save problem. It is clear that some unidentified configuration file remained on the computer that would ...
- Wed Oct 17, 2012 7:08 pm
- Forum: Windows
- Topic: Save and SaveAs Stopped Working
- Replies: 3
- Views: 1670
Re: Save and SaveAs Stopped Working
Thanks for your suggestion, I will give it a try. I was hoping to hear from someone who has experienced this problem and found a solution to it.
- Tue Oct 16, 2012 8:46 pm
- Forum: Windows
- Topic: Save and SaveAs Stopped Working
- Replies: 3
- Views: 1670
Save and SaveAs Stopped Working
I had both versions 4.51 and 4.20 installed but could not keep them from sharing source files. After trying to solve the problem, both Save and SaveAs stopped working. I uninstalled both versions and reinstalled Version 4.20. Still have the same problem, cannot save files. How do I fix the problem ...
- Sat Jan 17, 2009 4:51 pm
- Forum: Coding Questions
- Topic: How to release array memory?
- Replies: 2
- Views: 807
- Sat Jan 17, 2009 4:17 pm
- Forum: Coding Questions
- Topic: How to release array memory?
- Replies: 2
- Views: 807
How to release array memory?
PureBasic Help says the following, "To delete the content of an array and release its used memory during program flow, call Dim with array name and 0 elements." Does this work, and if so, what is the format? I can't seem to get it to work
- Fri Feb 09, 2007 2:43 pm
- Forum: Announcement
- Topic: Shoutcast Radio Player Example v1.0
- Replies: 10
- Views: 3399
Playlist
Nice program!
The playlist is correct when the program is first executed but it is not updated periodically.
The playlist is correct when the program is first executed but it is not updated periodically.
- Tue Oct 10, 2006 7:37 pm
- Forum: Windows
- Topic: WebGadget edit mode resurrection!
- Replies: 12
- Views: 5457
Compiler error
When trying to compile the above program, I get a compiler error.
POLINK: error: Unresolved external symbol "_SYS_ToBSTR"??
POLINK: error: Unresolved external symbol "_SYS_ToBSTR"??
- Thu Jun 15, 2006 2:05 pm
- Forum: Coding Questions
- Topic: Editor Gadget functions.Help needed.
- Replies: 8
- Views: 1716
Documentation Question
Where do you find documentation to explain the code that you used in the above example. Lines such as:
charposinalltext=SendMessage_(GadgetID(0),#EM_SETSEL,3,7)
I can find the constant #EM_SETSEL listed but not defined. I can't find any documentation that says what the collection of elements ...
charposinalltext=SendMessage_(GadgetID(0),#EM_SETSEL,3,7)
I can find the constant #EM_SETSEL listed but not defined. I can't find any documentation that says what the collection of elements ...
- Sun Apr 23, 2006 7:55 pm
- Forum: General Discussion
- Topic: Error: Can't load any PureLibraries! Please re-install PureB
- Replies: 6
- Views: 1570
- Sun Apr 23, 2006 2:17 pm
- Forum: General Discussion
- Topic: Error: Can't load any PureLibraries! Please re-install PureB
- Replies: 6
- Views: 1570
V4.00 Help File Problem
I downloaded PureBasic V4.00 but can't get the Help File to Operate properly. When the Help File is activated, the help index is shown on the left side of the display, but the right side shows "Action Cancelled" "Unable to find link to Web page". 

- Tue Apr 18, 2006 8:38 pm
- Forum: Coding Questions
- Topic: how to call killprogram()?
- Replies: 29
- Views: 9822
Missing Commands
better close the program after kill
pid = RunProgram("calc.exe", "", "", #PB_Program_Open)
Delay(1000)
KillProgram(pid)
CloseProgram(pid) ; clear Datas
I have PB Version 3.94 and it does not have the commands "KillProgram()" or "CloseProgram()". How do I add these commands. Also "#PB_Program ...
pid = RunProgram("calc.exe", "", "", #PB_Program_Open)
Delay(1000)
KillProgram(pid)
CloseProgram(pid) ; clear Datas
I have PB Version 3.94 and it does not have the commands "KillProgram()" or "CloseProgram()". How do I add these commands. Also "#PB_Program ...