Skip to content

Commit

Permalink
Updated readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Mar 31, 2016
1 parent 34a9a36 commit 52dc1bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
============
* C# plugins may not work if "RegisterClassA" or "RegisterClassW" Apis is hooked because CoInitialize(Ex) calls RegisterClass on STA and, at this point, COM initialization is not complete yet.

Version 2.7.6
=============
-Fixed a bug that caused an injected application to crash when an internal error triggered an engine cleanup.
-Fixed build system for VC++ 2013+ compilers.

Version 2.7.5
=============
Expand Down
6 changes: 5 additions & 1 deletion Samples/VBScript/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
These demos require you to register DeviareCOM.dll and DeviareCOM64.dll (if running under an x64 platform).
Normally, these are generated when building Deviare. Another way to get them is to download the latest release on Github.
To build Deviare, the build script in "Deviare2/Source" can be invoked in a development command prompt for Visual Studio 2015.
Alternatively, opening the solution in that folder and building from there works too.
The built binaries can be found in "Deviare2/bin".

To accomplish this, you must:
To register the Deviare dlls, you must:

1. Open a command prompt with administrator rights.
2. Navigate to the folder in which the .dll files are stored.
Expand Down
4 changes: 4 additions & 0 deletions Source/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Building Deviare

To build Deviare you can either execute the build script (build.bat) in a VS2015
command prompt or open the solution and build it from within Visual Studio.

0 comments on commit 52dc1bd

Please sign in to comment.