Announcement
Collapse
No announcement yet.
PBCC CGI's -- can they run on a Linux server ??
Collapse
X
-
Wine is not for console applications.
If you have PBDOS and DOS itself, use that compiler and run the .exe under dosemu.
Leave a comment:
-
-
Originally posted by Joe Byrne View PostIf it were me, I'd write the app in PHP, PERL, or some other language that can run natively in Linux.
Leave a comment:
-
-
Windows apps under Linux...
hi,
I've tested all my commercial Windows apps (compiled with PB/Win 8x) with Ubuntu Linux and Wine. Worked very fine - not only the features, there's also no speed disadvantage...
But these are "fat client" apps, so I don't know how Wine handles server apps (and/or services). And as Knuth mentioned, you have to know the interaction possibilities.
Perhaps the guys of Wine can support you with "positive" answers:
bye,
Volker
Leave a comment:
-
-
I've never tried it myself, but WINE is supposed to run Windows applications under Linux. I'm not sure though, if Linux can "interact" with that Windows application.
Leave a comment:
-
-
Originally posted by Howard Ballinger View PostHi all, long time since I've been around PB but it's still my favorite language.
I want to write a fairly simple CGI (to mail out daily messages from a web site I run as a chron job) but I don't know the basics about doing it in PB. Do CGI executables in PB run only on Windows servers, or is there some way to make them play nicely with a regular Linux server ??
Thanks -- Howard Ballinger
However, the cgi application doesn't necessarily need to run on the same server that hosts the web site. You could install a machine with Windows and a free web server and host the CGI application there. The web page would refer to this server (instead of 'localhost' per say).
There is also the Crossover Linux application that some have had good luck running PB executables on, but you'd have a bit of work cut out getting the configuration of Crossover and your server software right.
If it were me, I'd write the app in PHP, PERL, or some other language that can run natively in Linux.
Leave a comment:
-
-
PBCC CGI's -- can they run on a Linux server ??
Hi all, long time since I've been around PB but it's still my favorite language.
I want to write a fairly simple CGI (to mail out daily messages from a web site I run as a chron job) but I don't know the basics about doing it in PB. Do CGI executables in PB run only on Windows servers, or is there some way to make them play nicely with a regular Linux server ??
Thanks -- Howard Ballinger
Leave a comment: