Click here to Skip to main content
15,891,847 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hey,

I wanted to know a few things. Has anyone any experience with using the C# binding for QT on a Windows XP/Vista/7 platform building for a Windows CE device?

I want to know if there is a sample app (just a basic button which produces a hello world message would do) that I could use to test out compatibility on my Windows CE device. Of course at some point I would love to learn how to make an app (a more advanced one that 'Hello world' lol) but for now this would work.

Any help will be greatly appreciated.

Thanks.
Posted

1 solution

It's the same as binding to any other unmanaged DLL. You have to use the invoke approach.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900