Would you Like to Win Up to 7% off 07 runescape gold for Change of OSRS PVP Until Aug.3?

include <QtCore/QCoreApplication>

#include <QAxObject>

#include <Windows.h>

int main(int argc, char *argv[])

{

//OleInitialize(0);

//CoInitialize(0);

QCoreApplication a(argc, argv);

QAxObject *asdfg = new QAxObject("Excel.Application");

return a.exec();

}