ui/wpf/UIwrapper/UIwrapper/toolkit.h

Sat, 24 Jan 2015 19:14:29 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 24 Jan 2015 19:14:29 +0100
changeset 78
135920fe441b
child 81
5eb765a7a793
permissions
-rw-r--r--

added initial WPF code

// UIwrapper.h

#pragma once

using namespace System;
using namespace System::Runtime::InteropServices;
using namespace System::Threading;
using namespace System::Windows;
using namespace System::Windows::Controls;

#define UI_EXPORT extern "C" __declspec(dllexport)

void* ObjectToPtr(Object ^obj);

mercurial