Page 1 of 1

Some questions about free version of SB

Posted: Thu Dec 28, 2023 4:42 am
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.

Re: Some questions about free version of SB

Posted: Thu Dec 28, 2023 7:39 am
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.

Re: Some questions about free version of SB

Posted: Thu Dec 28, 2023 12:24 pm
by Quin
Can confirm this is most certainly not normal, especially the target executable file error. How did you get that?

Re: Some questions about free version of SB

Posted: Sun Dec 31, 2023 4:03 am
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.