apmckinlay / jsdi

C++ part of the DLL/COM/APP interface for jSuneido

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsuneido-jsdi

This is the C++ part of the DLL, COM, and APP interface which allows jSuneido to run the Suneido win32 gui.

Building

Building with Visual Studio 2013 requires the November 2013 CTP Platform Toolset

You must set environment variables JAVA_HOME_AMD64 and JAVA_HOME_X86 (or else you will get errors that jni.h is not found) For example:

JAVA_HOME_AMD64=C:\Program Files\Java\jdk1.8.0_20
JAVA_HOME_X86=C:\Program Files (x86)\Java\jdk1.8.0_20

You will probably need to restart Visual Studio after setting these

About

C++ part of the DLL/COM/APP interface for jSuneido


Languages

Language:C++ 94.6%Language:C 3.5%Language:Assembly 1.9%