Could you post the exact error message? If you add "CONFIG += console" to your .pro file, it should appear on the console.Originally Posted by Arthur
Well... it looks like that D3DXMATRIX causes the problem. Maybe there should be a #include directive somewhere?Strange enough it only works in the example I wrote, no matter how the signal and slot are defined. It works when I define it with 'const D3DXMATRIX &' and connect with only 'D3DXMATRIX'...
You might try this (although it probably won't help):Qt Code:
typedef D3DXMATRIX Matrix; ... matrixChanged( const Matrix& matrix );To copy to clipboard, switch view to plain text mode
Bookmarks