Thanks davido, yes that explains things...
Thanks to you also Little John, it shows how far back this problem goes. It it's understood what's happening, I wonder why the Syntax Check has not been updated in all these years to flag it as a no-no since it breaks the execution with a known stack ...
Search found 16 matches
- Tue Sep 17, 2013 4:55 am
- Forum: Coding Questions
- Topic: [PB5.20b19] Recursion plus SELECT = Invalid Memory Access
- Replies: 3
- Views: 1257
- Sat Sep 14, 2013 7:08 am
- Forum: Coding Questions
- Topic: [PB5.20b19] Recursion plus SELECT = Invalid Memory Access
- Replies: 3
- Views: 1257
[PB5.20b19] Recursion plus SELECT = Invalid Memory Access
I am running PB5.20 beta 19 LTS (x64) on Mint 15 (Ubuntu variant).
If I use a SELECT...ENDSELECT statement with an embedded GOTO in a procedure that is recursive (calls itself), I get an error message after the first recursion. If I replace the SELECT...ENDSELECT with a IF...ELSEIF...ELSE...ENDIF ...
If I use a SELECT...ENDSELECT statement with an embedded GOTO in a procedure that is recursive (calls itself), I get an error message after the first recursion. If I replace the SELECT...ENDSELECT with a IF...ELSEIF...ELSE...ENDIF ...
- Mon Feb 02, 2009 2:42 am
- Forum: Linux
- Topic: Compiling 32bit application on 64bit Linux
- Replies: 4
- Views: 3170
- Sun Oct 05, 2008 7:06 am
- Forum: Linux
- Topic: ubuntu 64 bits and pureBasic
- Replies: 29
- Views: 16207
the only workaround is to use ubuntu x32 to compile and code it. it will still work on the x64 edition after. it's the only way for now until fred fixes it.
I found doing this did not produce the results I expected. When I used the ODBC database function, and tested it under 32-bit Ubuntu Hardy 8 ...
I found doing this did not produce the results I expected. When I used the ODBC database function, and tested it under 32-bit Ubuntu Hardy 8 ...
- Sun Aug 31, 2008 10:30 pm
- Forum: Linux
- Topic: Help needed , debugger , linux(Ubuntu 8.04)
- Replies: 17
- Views: 8262
- Fri Aug 29, 2008 9:22 am
- Forum: Applications - Feedback and Discussion
- Topic: Linux GUI Designer (Alpha 0.1)
- Replies: 5
- Views: 5303
Very Nice Start! I look forward to testing more...
I noticed that when it builds the Open_Form procedure, it's forgetting the CloseGadgetList() at the end of defining the Gadgets on the screen.
I also get an error when I drag and drop the WebGadget. It says the GTK Mozilla is missing. Can you tell ...
I noticed that when it builds the Open_Form procedure, it's forgetting the CloseGadgetList() at the end of defining the Gadgets on the screen.
I also get an error when I drag and drop the WebGadget. It says the GTK Mozilla is missing. Can you tell ...
- Fri Aug 29, 2008 9:01 am
- Forum: Off Topic
- Topic: Who is ready for PureBasic 64Bit
- Replies: 25
- Views: 5469
- Fri Aug 29, 2008 8:51 am
- Forum: Linux
- Topic: Help needed , debugger , linux(Ubuntu 8.04)
- Replies: 17
- Views: 8262
- Wed Aug 20, 2008 8:57 pm
- Forum: Linux
- Topic: ubuntu 64 bits and pureBasic
- Replies: 29
- Views: 16207
- Wed Aug 20, 2008 7:00 am
- Forum: Linux
- Topic: A Debian/Ubuntu PureBasic installer
- Replies: 27
- Views: 17675
- Wed Aug 20, 2008 6:26 am
- Forum: Linux
- Topic: ubuntu 64 bits and pureBasic
- Replies: 29
- Views: 16207
- Wed Oct 24, 2007 3:40 am
- Forum: Announcement
- Topic: PBEclipse - PureBasic Plugin for Eclipse
- Replies: 30
- Views: 14570
I downloaded and installed Eclipse for the first time. I wanted to use it to code NSIS scripts for writing installers for PortableApps on my flash drive. I discovered this PB thread for Eclipse using Google. Now I am really interested. I would love to have one common development editor, regardless ...
- Tue Jun 07, 2005 7:07 pm
- Forum: Announcement
- Topic: yaPBVD
- Replies: 53
- Views: 16728
Purebasic Designer
I tried 3.90 or 1? (which I think was installed by the full PB 3.93 package for Windows), and 3.92.1460 (Beta 4?) downloaded from http://users.pandora.be/berikco/download.htm
It seems to trigger the problem during a cut & paste that fails. When that happens, then the ID of both windows being ...
It seems to trigger the problem during a cut & paste that fails. When that happens, then the ID of both windows being ...
- Tue Jun 07, 2005 4:34 pm
- Forum: Announcement
- Topic: yaPBVD
- Replies: 53
- Views: 16728
Purebasic Designer
Thanks for the suggestion. I've looked at it and it seems like it's a step ahead. The only thing that product is lacking is the abiity to add code fragments to the code generator. I would like to add standardized code to certain events such as: On Application Start, On Application End, On Window ...
- Tue Jun 07, 2005 6:49 am
- Forum: Announcement
- Topic: yaPBVD
- Replies: 53
- Views: 16728
Purebasic Designer
Thanks, I was looking for an alternative to the Visual Designer from Purebasic. It is very unstable and looses track of it's gadgets/objects if you have two windows being designed in the same project. It looses track of the ownership as to which window owns which gadget. Once that happens, then the ...