Menu

Touch and gesture functions

Totte
2011-03-31
2013-04-16
  • Totte

    Totte - 2011-03-31

    Hi,
    I am using Rad Studio 2007 and need to get access to Touch and Gesture functions, such as RegisterTouchWindow.
    How would you add such support to this project? I would be interested in helping out..

    Thanks,
    Totte

     
  • Darko Miletic

    Darko Miletic - 2011-03-31

    The only way to do that is to port latest version of Windows SDK (7.1) since the function you mention is part of winbase.h and exists only on Windows 7/2008 R2

    For quite some time I was looking into that but the time required for that task (since all header changes had to be reviewed again), furthermore I would need actual Windows 7 or 2008, right now I have only XP and Vista.

    If you are still willing to help let me know and we can start talking about some kind of strategy. For example I would like to automate header modifications. Apparently the only viable way to do this is through regular expressions, etc.

     
  • Darko Miletic

    Darko Miletic - 2011-03-31

    On the other hand you can always use LoadLibrary/GetProcAddress to load whatever API not present in headers.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.