Search found 4 matches

by noob62
Sat Nov 23, 2024 5:33 am
Forum: Showcase
Topic: Real web application project samples
Replies: 12
Views: 35385

Re: Real web application project samples

I have moved past the error above.

I am on ububti 22.04
with the spiderbasic trial
I discovered the install document for purebasic and worked through the requirements until the error . went away.
the lines that brought that about are:
---
Update compiler and default libraries ...
by noob62
Sat Nov 23, 2024 1:54 am
Forum: Showcase
Topic: Real web application project samples
Replies: 12
Views: 35385

Re: Real web application project samples

Procedure LoadScript(FileName.s, *OnLoadFunction)
ProcedureReturn LoadAsynchronously(FileName, *OnLoadFunction, "script")
EndProcedure

load script is where it errors.
2nd procedure in the code above. line 51 as coppied. the error is on the image above.
thanks.
by noob62
Sat Nov 23, 2024 12:25 am
Forum: Showcase
Topic: Real web application project samples
Replies: 12
Views: 35385

Re: Real web application project samples

apoligies. I had to run some errands.

direct paste from the forum.

I added an image ot the original post.

the error is on line 51.
Invalid name: same as a commmand (from library System)
I am guessing it is the LoadScript.
I presssed help on that procedure name and pulled up the command Loadscript ...
by noob62
Fri Nov 22, 2024 9:03 pm
Forum: Showcase
Topic: Real web application project samples
Replies: 12
Views: 35385

Re: Real web application project samples

I am looking for a small sample of a web app to try and wrap my head around it. I downloaded the trial of spider basic.
this one is broken.
there was an error about a function name being the same as an invalid name same as a command (system) {loadscript}
i did a replace on the name to change it ...