add comment and short README to ngspice shared

example for reading XSPICE data
This commit is contained in:
Holger Vogt 2018-05-19 17:11:29 +02:00
parent 404fd7f3b9
commit 0f46bb688f
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
README.xspice
Compile shared ngspice with Debug and 64 bit
Compile the example caller with Visual Studio
using ng_shared_test_v.sln.
Start the example with calling ng_shared_start.bat

View File

@ -1,3 +1,4 @@
REM start ngspice example returning XSPICE data
cd x64
start /B .\Debug\ng_shared_test_v.exe
PAUSE