Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making under Windows #9

Open
XuryaX opened this issue Jan 18, 2014 · 1 comment
Open

Making under Windows #9

XuryaX opened this issue Jan 18, 2014 · 1 comment

Comments

@XuryaX
Copy link

XuryaX commented Jan 18, 2014

Well, i was thinking of using it under qT for windows and i really dont know how to make a .lib file from the source provided. Would be great if i could get some help.

When am running qMake,it said qApplication wasnt available, Then i added widgets in the pro file.

Now when i am trying to build i am getting these errors

  1. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\3rdparty\oscpack\osc\OscReceivedElements.h:402: warning: C4100: 'rhs' : unreferenced formal parameter
  2. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:79: warning: C4100: 'tobj' : unreferenced formal parameter
  3. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:81: warning: C4100: 'tobj' : unreferenced formal parameter
  4. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:83: warning: C4100: 'tobj' : unreferenced formal parameter
  5. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2039: 'TouchScreen' : is not a member of 'QTouchEvent'
  6. C:\Qt\Qt5.2.0\5.2.0\msvc2012_64\include\QtGui\qevent.h:751: see declaration of 'QTouchEvent'
  7. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2065: 'TouchScreen' : undeclared identifier
@x29a
Copy link
Owner

x29a commented Apr 15, 2015

Can you try and see if the fork here compiles with Qt5 for you? https://github.com/daan/qTUIO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants