Thank you. I will look into that.
Mike
Search found 113 matches
- Thu Jul 18, 2024 1:00 pm
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
- Thu Jul 18, 2024 12:25 pm
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
I just sent you a PM.
Mike
Mike
- Thu Jul 18, 2024 12:06 pm
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
We can PM from now on.
Thank you for your help.
Mike
Thank you for your help.
Mike
- Thu Jul 18, 2024 2:12 am
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
Wow! Now that's an answer!
I have a client project and it has to be developed for the web but Atomic Server seems perfect for it.
I will need it to be on the web, so what is the least expensive way to host this? My home connection won't be robust enough for the masses. Where do you suggest I host ...
I have a client project and it has to be developed for the web but Atomic Server seems perfect for it.
I will need it to be on the web, so what is the least expensive way to host this? My home connection won't be robust enough for the masses. Where do you suggest I host ...
- Wed Jul 17, 2024 8:07 pm
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
Atomic Web Server is very interesting. You can serve your Purebasic and Spiderbasic Apps?
How does that work and how do I get it working on a virtual server and where do I even get a virtual server?
Mike
How does that work and how do I get it working on a virtual server and where do I even get a virtual server?
Mike
- Wed Jul 17, 2024 11:52 am
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
Yes, I am on a shared server. I'll look into Atomic server but I'd rather do it with php then. Do you know of any Any code examples between PHP and spider basic?
Mike
Mike
- Tue Jul 16, 2024 3:41 pm
- Forum: Coding Questions
- Topic: How to use CGI / FastCGI
- Replies: 26
- Views: 9722
Re: How to use CGI / FastCGI
I know this thread is very old, but I am needing to send emails from a Spiderbasic program (on a webpage) and so far, no luck.
I am using a standard apache linux shared server to put the web pages and cgi scripts on.
I was advised to create a simple cgi script in Purebasic to serve the emails. I ...
I am using a standard apache linux shared server to put the web pages and cgi scripts on.
I was advised to create a simple cgi script in Purebasic to serve the emails. I ...
- Mon Feb 12, 2018 2:49 pm
- Forum: Announcement
- Topic: Bitcoin addresses
- Replies: 8
- Views: 12053
Re: Bitcoin addresses
I copied and pasted the code - does not compile - gives all kinds of errors.
I did download the project and lib files and put the code in the same folder so the includes would work.
Any advice?
Mike
I did download the project and lib files and put the code in the same folder so the includes would work.
Any advice?
Mike
- Fri Oct 07, 2016 11:21 pm
- Forum: Coding Questions
- Topic: KEYLOGGER v1. - WAAHHH! HOW DO I MAKE MY EXE TPYE STUFF....
- Replies: 8
- Views: 6514
Re: KEYLOGGER v1. - WAAHHH! HOW DO I MAKE MY EXE TPYE STUFF.
I get an error with this line:
winhndl=OpenWindow(0,0,0,600,400,#PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_ScreenCentered,"Mainwindow")
I get a Bad Parameter Type: Number expected instead of string
I just copied and pasted the code into PureBasic, both 64 bit and 32 bit.
I get this ...
winhndl=OpenWindow(0,0,0,600,400,#PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_ScreenCentered,"Mainwindow")
I get a Bad Parameter Type: Number expected instead of string
I just copied and pasted the code into PureBasic, both 64 bit and 32 bit.
I get this ...
- Sat Aug 24, 2013 2:42 am
- Forum: Announcement
- Topic: BASS audio library v2.4 PureBasic 4.20 includes.
- Replies: 35
- Views: 49834
Re: BASS audio library v2.4 PureBasic 4.20 includes.
Can the Bass library be used with PureBasic to create a vsti (virtual instrument)?
I noticed it has soundfont support with BassMidi. If this could be used to create a solid vsti .dll file, it would save my life and allow me to create my custom virtual instruments.
Also, is this 32 bit and 64 bit ...
I noticed it has soundfont support with BassMidi. If this could be used to create a solid vsti .dll file, it would save my life and allow me to create my custom virtual instruments.
Also, is this 32 bit and 64 bit ...
- Sun Jan 13, 2013 4:31 am
- Forum: Coding Questions
- Topic: Can I use PureBasic with a static c++ library?
- Replies: 27
- Views: 7718
Re: Can I use PureBasic with a static c++ library?
karmacomposer, i have found on my hard disk this Buggy includefile for using leadwerks in purebasic, the place i have downloaded it before a year is from leadwerks as shown in the attached htm files but now not available. i remember it does not work, but you may find it usefull .
yes leadwerks are ...
yes leadwerks are ...
- Fri Dec 28, 2012 5:48 am
- Forum: Coding Questions
- Topic: Can I use PureBasic with a static c++ library?
- Replies: 27
- Views: 7718
Re: Can I use PureBasic with a static c++ library?
I shortened the Prototype command for this to just (a.l,b.l) - for width and height - and it still gave me an error. In the Leadwerks engine, you can shorten that and it works.
Mike
Mike
- Fri Dec 28, 2012 5:45 am
- Forum: Coding Questions
- Topic: Can I use PureBasic with a static c++ library?
- Replies: 27
- Views: 7718
Re: Can I use PureBasic with a static c++ library?
Replacing it with #BACKBUFFER just gives me a Constant Not Found error.skywalk wrote:PB Constants -> #BACKBUFFER
Otherwise, BACKBUFFER is just a variable.
Is there a certain syntax to that?
Mike
- Fri Dec 28, 2012 1:49 am
- Forum: Coding Questions
- Topic: Can I use PureBasic with a static c++ library?
- Replies: 27
- Views: 7718
Re: Can I use PureBasic with a static c++ library?
Almost have an example working. Why does this give a invalid memory access error:
Graphics (1024,768,0,60,BACKBUFFER)
Graphics is the command, then width, height, depth, hz and backbuffer as a flag
Is this a roadblock? Is the engine trying to call up a graphics window and PureBasic does not like ...
Graphics (1024,768,0,60,BACKBUFFER)
Graphics is the command, then width, height, depth, hz and backbuffer as a flag
Is this a roadblock? Is the engine trying to call up a graphics window and PureBasic does not like ...
- Fri Dec 28, 2012 1:03 am
- Forum: Coding Questions
- Topic: Can I use PureBasic with a static c++ library?
- Replies: 27
- Views: 7718
Re: Can I use PureBasic with a static c++ library?
Is there a PureBasic equivalient to VOID in c++?
Mike
Mike