QT + VS2010 Express + DirectX

Started by
1 comment, last by lucky6969b 12 years, 9 months ago
Any source code that gets me started. I need to build a direct3d application based on QT and will be using VS2010 Express edition.
Thanks in advance
Jack
Advertisement
int main()
{
}

What specifically are you having trouble with?
Thanks for the response. Looking for something like this

int main()
{
QTApplication qt;
qt.init();
qt.dowhatever();
}

QTWndProc()
{
switch(msg)
{
case QT_CREATE:
Direct3DCreate9(.....);
}




I need a sample code project that use QT as the base for direct3d.. Thanks Jack

This topic is closed to new replies.

Advertisement