> No, I feel you got me wrong. Let me clarify.

  i think you got what i said wrong :)

> I had something like this in mind:
> 
>      DetectOSVersion();
>      .
>      if (OS >= 3.5)
>           WinScreenMode( ...);
>      else
>           ScrDisplayMode(...);
> 
> I want to compile the application under SDK 3.5, but it should be able to
> execute under OS 3.0 too. Is it possible in this case?

  no need..

  you can just say:

    WinScreenMode( ... );

  and, it'll work under os 3.0 too. Palm just changed the name - not
  the trap addresses of the API call.. so, they are exactly the same
  API call. use WinScreenMode and then run it on a 3.0 device.. it
  wont spit the dummy.. :)

>   well, we read the documenation/changes and realize that the function
>   name was changed and make the appropriate changes

  ^^^ i say it again - trust me :)

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to