-
Notifications
You must be signed in to change notification settings - Fork 1
Deviare
changwu edited this page Mar 10, 2016
·
1 revision
Deviare runtime runs on any computer with Microsoft Windows XP or later OS installed. It supports COM, such as C/C++, VB, C#, Delphi, and Python.
Download the latests binaries and source code from here.
建議直接使用他們編好的 dll
要 VS2012 才能編 source code
To compile Deviare and/or build samples you need:
- Visual Studio 2012 with Update 4 or later.
- .NET Framework 4.
- Windows SDK 8 with all .NET Framework components installed.
- Deviare Quickstart (雖然是 C#)
- Install Python 2.7.3 for Windows
- Register DeviareCOM.dll and DeviareCOM64.dll if the script should under an x64 platform: open a command prompt with administrator rights, navigate to the folder where the Deviare’s *.dll files are located, execute “regsvr32 DeviareCOM.dll” and "regsvr32 DeviareCOM64.dll" Here
- Download and install Python Win32 Extensions