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 ...
Search found 4 matches
- Sat Nov 23, 2024 5:33 am
- Forum: Showcase
- Topic: Real web application project samples
- Replies: 12
- Views: 35385
- 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.
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.
- 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 ...
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 ...
- 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 ...
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 ...