How to enable 3.0 compatibility in apps

Discussion in 'Public Game Developers Forum' started by kohjingyu, Jun 11, 2009.

  1. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    Hey guys, I was wondering how do you make your apps compatible with 3.0? Do you add some code or what? And what does new APIs mean? Is there any change in the programming language?
     
  2. jaguard

    jaguard Well-Known Member

    Feb 13, 2009
    132
    0
    0
    You install SDK 3.0 and check if it works.
     
  3. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    If it doesn't work how do I make it work?
     
  4. rdklein

    rdklein Well-Known Member

    Apr 3, 2009
    384
    0
    0
    sw developer, tv producer, hw developer (microcodi
    Munich
    check in debug modus where it crashes.
    I haad this twice with my apps,
    one was a problem in the multithreading and the latest problem
    I had was with tables, where during the edit mode a program crashes when refreshng the table data whichworked in 2.2.1 so I had to change the code till it works.
     

Share This Page