From 0f46bb688fabd6334a0929030fcfd115a8c9de1b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 19 May 2018 17:11:29 +0200 Subject: [PATCH] add comment and short README to ngspice shared example for reading XSPICE data --- visualc/ng_shared_xspice_v/README.xspice | 8 ++++++++ visualc/ng_shared_xspice_v/ng_shared_start.bat | 1 + 2 files changed, 9 insertions(+) create mode 100644 visualc/ng_shared_xspice_v/README.xspice diff --git a/visualc/ng_shared_xspice_v/README.xspice b/visualc/ng_shared_xspice_v/README.xspice new file mode 100644 index 000000000..1cbc8baf1 --- /dev/null +++ b/visualc/ng_shared_xspice_v/README.xspice @@ -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 diff --git a/visualc/ng_shared_xspice_v/ng_shared_start.bat b/visualc/ng_shared_xspice_v/ng_shared_start.bat index a1672e5e8..8e06570d2 100644 --- a/visualc/ng_shared_xspice_v/ng_shared_start.bat +++ b/visualc/ng_shared_xspice_v/ng_shared_start.bat @@ -1,3 +1,4 @@ +REM start ngspice example returning XSPICE data cd x64 start /B .\Debug\ng_shared_test_v.exe PAUSE