Search found 3 matches

by agb2008
Thu Jun 02, 2016 6:32 am
Forum: Coding Questions
Topic: How to protect my SPIDERBASIC software web page???
Replies: 3
Views: 4419

Re: How to protect my SPIDERBASIC software web page???

Hello Fasasoftware,

The only reliable method I found was using https://jscrambler.com services to protect resulting javascript application.
It seems that this service provide quite complex protection - but it's quite expensive service and I was unable to find good
alternative. Of cause there are ...
by agb2008
Mon May 30, 2016 4:38 pm
Forum: Coding Questions
Topic: Using external libraries / functions question
Replies: 2
Views: 3033

Re: Using external libraries / functions question

Thank you for reply Fred,

I found javascript version of library that I would like to use in SpiderBasic project - could you please advice how I could do so ?
What's the way of using functions from external javascript library in SpiderBasic ? Could you please point to any example of
such ...
by agb2008
Wed May 18, 2016 12:04 pm
Forum: Coding Questions
Topic: Using external libraries / functions question
Replies: 2
Views: 3033

Using external libraries / functions question

I am new to SpiderBasic and would like to port my PureBasic application. In it I am using external library function
available as .dll (for Windows platform) and .so (for Linux). I also got this function available in Java (used previously
in application developed using B4J) Is there a way to somehow ...