IEBrowser gets the external object. Nothing else.

This commit is contained in:
MusicalProgrammer
2019-11-02 14:51:44 -04:00
parent d8ba0dcfc8
commit 08d8dc4df0
5 changed files with 60 additions and 16 deletions

View File

@@ -13,6 +13,7 @@
// TODO: Move toolbar buttons with resized window.
#define _WIN32_WINNT 0x0400
#include <G3DAll.h>
@@ -46,8 +47,6 @@
#endif
HWND hwnd;
DEFINE_GUID(CLSID_G3d, 0xB323F8E0L, 0x2E68, 0x11D0, 0x90, 0xEA, 0x00, 0xAA, 0x00, 0x60, 0xF8, 0x6F);
HRESULT hresult;
OLECHAR dat = ((OLECHAR)"SayHello");
OLECHAR * szMember = &dat;
@@ -1321,16 +1320,6 @@ void Demo::onKeyPressed(int key)
dataModel->getOpen();
}
}
#ifdef _DEBUG
if (key==VK_ADD)
{
dataModel->modXMLLevel(1);
}
if (key==VK_SUBTRACT)
{
dataModel->modXMLLevel(-1);
}
#endif
}
void Demo::onKeyUp(int key)
{