Files
Obsidian-Main/30. 工作 - Logitech/TestCam.md

20 lines
862 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
tags:
aliases:
date: 2021-04-12
time: 00:00:00
description:
---
# Build
1. `Mic\stdafx.h``Micdll\StdAfx.h`版本改為0x0600
![[Pasted image 20210412164733.png]]
1. `\mic\wavedev.cpp`修正line182與line489的i變數問題。
![[Pasted image 20210412165017.png]]
1. Project `micdll``MTF``TSTFRAME`Configuration Properties -> General -> Platform Toolset要改成`Visual Studio 2010 (v100)`
![[Pasted image 20210412170608.png]]
1. Project `micdll``TSTFRAME`
1. Configuration Properties -> C/C++ -> General -> Additonal Include Directories要加入`..\MeasurementStudioVS2010\VCNET\Include`
![[Pasted image 20210412170837.png]]
1. Configuration Properties -> Linker -> General -> Additonal Library Directories要加入`..\MeasurementStudioVS2010\VCNET\Lib`
![[Pasted image 20210412170844.png]]