Search found 175 matches

by Tristano
Tue May 31, 2016 11:27 am
Forum: Coding Questions
Topic: Guidance need for memory optimization (leak avoidance)
Replies: 7
Views: 1514

Re: Guidance need for memory optimization (leak avoidance)

dear @spikey and @juror, thanks to you both: your answers have helped get on track (at least for now). So, regarding stings being passed amongst procedures, I've opted to use memory buffers and PokeS/PeekS. This allows me to free the allocated memory when the text chunck is no longer needed: Procedu...
by Tristano
Mon May 30, 2016 1:34 am
Forum: Coding Questions
Topic: Guidance need for memory optimization (leak avoidance)
Replies: 7
Views: 1514

Re: Guidance need for memory optimization (leak avoidance)

Hi @spikey, thanks for the exhaustive reply, it really helped me. Also, the link to NoLeak provided very useful — and I might get better insight into the issue by peeking at its source. Yes, I'll do my best to ensure that when all nested procedure calls exit they leave nothing behind. My worry was i...
by Tristano
Sat May 28, 2016 11:21 am
Forum: Coding Questions
Topic: Guidance need for memory optimization (leak avoidance)
Replies: 7
Views: 1514

Guidance need for memory optimization (leak avoidance)

Hi everybody, I'd appreciate some guidance regarding the way to go with PB in order to ensure that my app will not memory leak. I've searched the forums and found different posts on memory handling (useful!), but I'd like some suggestion on the right approach I should take, because I'm new to PB and...
by Tristano
Sat May 28, 2016 10:20 am
Forum: Coding Questions
Topic: Leak tester
Replies: 2
Views: 839

Re: Leak tester

Dr. Memory seems quite an interesting tool. Did you have any luck in combing its use with PB?
by Tristano
Sat May 07, 2016 3:09 pm
Forum: Bugs - IDE
Topic: PB 5.42 Windows -- Preferences > Issues Bug?
Replies: 0
Views: 1614

PB 5.42 Windows -- Preferences > Issues Bug?

Hi, I'm using PureBasic 5.42 on Windows 10, 64 bit. When I go to "Preferences > Issues", and select TODO or FIXME, and check the option "Show in procedure browser", the setting is never memorized. Also, the "Apply" button is always disabled. The problem persists even wh...
by Tristano
Sat Apr 09, 2016 9:43 am
Forum: Windows
Topic: WebGadget has problem with JQuery?
Replies: 2
Views: 3153

Re: WebGadget has problem with JQuery?

You can change IE version: https://blogs.msdn.microsoft.com/ie/2009/03/10/more-ie8-extensibility-improvements/ This link you provided helped me carry out a good research on the subject. Thanks! I'm pasting here some other useful links that provide examples on how to implement these hacks to improve...
by Tristano
Thu Apr 07, 2016 6:52 pm
Forum: Announcement
Topic: PureBASIC Syntax Highlighting for highlight.js
Replies: 1
Views: 3655

PureBASIC Syntax Highlighting for highlight.js

Hi everybody, I've created PureBASIC syntax highlighting files for highlight.js , the famous browser-side code highilighter in JavaScript: http://snag.gy/2WUt7.jpg UPDATES: (2016-11-23) Pre-Built packages now available (2016-11-04) NEW PB syntax now available for Highlight , a CLI/GUI cross-platform...
by Tristano
Wed Mar 02, 2016 11:42 am
Forum: Feature Requests and Wishlists
Topic: Lexers support for Scintilla
Replies: 9
Views: 4782

Re: Lexers support for Scintilla

Hi @deseven, I'm also very interested in this. PB Help documentation on Scintilla doesn't say much, it mostly refers the user to the Scintilla website. It doesn't even say which version of Scintilla is being employed in PB 5.42, and there is no mention on the issue of the Lexers. So far I've underst...
by Tristano
Thu Dec 31, 2015 1:51 am
Forum: Applications - Feedback and Discussion
Topic: PBHGEN - PureBasic Header Generator
Replies: 35
Views: 34004

Re: PBHGEN - PureBasic Header Generator

Hi @Henry00, ... after reading up and doing some quick tests it doesn't seem like any syntax was changed that would break the parser. Please correct me if I am wrong. I've just downloaded it from BitBucket. I'll try out tomorrow and let you know! Also I have released the source code here as requeste...
by Tristano
Wed Dec 30, 2015 11:57 am
Forum: Applications - Feedback and Discussion
Topic: PBHGEN - PureBasic Header Generator
Replies: 35
Views: 34004

Re: PBHGEN - PureBasic Header Generator

Very nice indeed... thanks!

Does it work with PB 5.41?

Any chances you will release the source of PBHGEN?