Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.
Originally posted by Baron Saarthuran von Gushiddan: Lords, Does anyone know if the High Guard Shipyard Program by Moffat-Vallance is supportable on a PDA?
Unfortunately the answer is no. Its written in Delphi, which is a variant of Pascal, so I'm not sure how difficult it would be to port it. Mind you, cross platform portability was one to the marking criteria so it might be possible.
Originally posted by Andrewmv: [Unfortunately the answer is no. Its written in Delphi, which is a variant of Pascal, so I'm not sure how difficult it would be to port it. Mind you, cross platform portability was one to the marking criteria so it might be possible.
Even though AMV has definitively answered the question already, I just want to make clear one extra point:
PocketPC (and Windows CE) is effectively completely different than Windows. PocketPC runs on a completely different processor chip than Windows, so they are binary incompatible.
The development environments are different and independent. So even if the program was written in Visual Basic, depending on how it was written, it may not be able to be easily moved to PocketPC. (The Visual Basic to make PocketPC code has significantly fewer capabilities than standard Visual Basic.)
Delphi Programs are being ported to the Lazarus code base - a open source version of Delphi using the FreePascal compiler.
The latest FPK build (1.9.3) supports the ARM processors and allows you to compile pascal programs on PDA's such are the Sharp Zaurus line.
The problem is the the LCL (the open source version of the VCL/KCL) is based upon GTK while most pda's would use either a propriatary interface or the QT widget set