20 lines
862 B
Markdown
20 lines
862 B
Markdown
---
|
||
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]] |