Some questions about free version of SB

Everything else that doesn't fall into one of the other categories.
jphoarau
Posts: 22
Joined: Thu Dec 28, 2023 4:30 am

Some questions about free version of SB

Post by jphoarau »

Good morning,

I have many questions.

When I compile, it works fine locally, but as soon as I install on a remote server it no longer works. Is this normal with the demo version of SB? However, I got there with an old version...

When I do build target, I get the error message:

Code: Select all

-------------------------------------------------- ------------------------------
   Building 'Gadget_Target'...
-------------------------------------------------- ------------------------------
The target 'Gadget_Target' for this Project has no output executable file.

-------------------------------------------------- ------------------------------

   1 targets compiled with errors.
My question is: How could I define an output executable file?

And how could I publish my stuff with demo version (if it is possible)?

And is it normal that under Windows it only works half the time locally?

Thanks a lot.
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Some questions about free version of SB

Post by plouf »

welcome

if works locally will work remotely, most probably you have NOT "copy spiderbasic libraries" this folder , which is copied in your webapp folder should be copied to remotely webserver as well as the html and sj files, aka the whole directory.

i dont know this error message (never come up here) whats the exact steps you do in order to appear this message?

free version has no restriction except of created app size,

it should work all the times locally AND remotely, something else is wrong but too few info given.
Christos
Quin
Posts: 118
Joined: Wed Nov 08, 2023 4:38 pm

Re: Some questions about free version of SB

Post by Quin »

Can confirm this is most certainly not normal, especially the target executable file error. How did you get that?
jphoarau
Posts: 22
Joined: Thu Dec 28, 2023 4:30 am

Re: Some questions about free version of SB

Post by jphoarau »

Quin wrote: Thu Dec 28, 2023 12:24 pm Can confirm this is most certainly not normal, especially the target executable file error. How did you get that?
Yes, I got this doing "Buil Target" . But I have solved the problem doing Create WebApp. And now, it works.

Thank you for your answer.
Post Reply