Article # 90, added by Geoworks, historical record
| first | previous | index | next | last |

Determining the platform my app is running on.



Q. How can my application determine what platform or device
   it is running on?
 
A. This information is in the INI file. Under the [ui]
   category, the productName key will be the name of the
   product. For example:

     Platform:                 productName =:
     ---------                 --------------
     Casio Z-7000              Zoomer
     Brother DTP               NIKE
     HP OmniGo 100             HP OmniGo 100
     Nokia 9000 Communicator   Responder Build x.x (where x.x is version #)

   You can get this information with the InitFileReadString()
   routine.