Skip to content

Commit

Permalink
Updated for 1.8.0 and py 36
Browse files Browse the repository at this point in the history
Updated to work with Vicon SDK 1.8.0 and x86 or x64 python
Must use VS build tools 2015 and copy the rc.exe and rcdll.dll (for x64)
  • Loading branch information
jaywilhelm committed May 31, 2019
1 parent 02c885f commit 4b9753c
Show file tree
Hide file tree
Showing 29 changed files with 8,755 additions and 874 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
/final_data/*.xml


python_vicon/ViconDataStreamSDK_CPP.lib
python_vicon/ViconDataStreamSDK_CPP.dll
*.pdb
python_vicon/boost_chrono-vc120-mt-1_60.dll
python_vicon/boost_filesystem-vc120-mt-1_60.dll
python_vicon/boost_python-vc120-mt-1_60.dll
python_vicon/boost_system-vc120-mt-1_60.dll
python_vicon/boost_thread-vc120-mt-1_60.dll
7 changes: 6 additions & 1 deletion python_vicon/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/build/*
/build/*
*.pyd
*.pyc
*.exe
*.obj
*.pdb
Binary file added python_vicon/32/ViconDataStreamSDK_CPP.dll
Binary file not shown.
Binary file added python_vicon/32/ViconDataStreamSDK_CPP.lib
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added python_vicon/64/ViconDataStreamSDK_CPP.dll
Binary file not shown.
Binary file added python_vicon/64/ViconDataStreamSDK_CPP.lib
Binary file not shown.
Binary file added python_vicon/64/boost_chrono-vc120-mt-1_60.dll
Binary file not shown.
Binary file not shown.
Binary file added python_vicon/64/boost_python-vc120-mt-1_60.dll
Binary file not shown.
Binary file added python_vicon/64/boost_system-vc120-mt-1_60.dll
Binary file not shown.
Binary file added python_vicon/64/boost_thread-vc120-mt-1_60.dll
Binary file not shown.
Loading

0 comments on commit 4b9753c

Please sign in to comment.