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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
On the other hand you can always use LoadLibrary/GetProcAddress to load whatever API not present in headers.