remotetalk.dsp
来自「一个VC实现的,用G.729a实现的语言对讲的例子」· DSP 代码 · 共 297 行
DSP
297 行
# Microsoft Developer Studio Project File - Name="RemoteTalk" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=RemoteTalk - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "RemoteTalk.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "RemoteTalk.mak" CFG="RemoteTalk - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "RemoteTalk - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "RemoteTalk - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "RemoteTalk - Win32 Release"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# ADD LINK32 g729a.lib Winmm.lib Ws2_32.lib /nologo /subsystem:windows /machine:I386
!ELSEIF "$(CFG)" == "RemoteTalk - Win32 Debug"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 g729a.lib Winmm.lib Ws2_32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
!ENDIF
# Begin Target
# Name "RemoteTalk - Win32 Release"
# Name "RemoteTalk - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=.\AudioCodec.cpp
# End Source File
# Begin Source File
SOURCE=.\AudioIOMsgr.cpp
# End Source File
# Begin Source File
SOURCE=.\AudioPlay.cpp
# End Source File
# Begin Source File
SOURCE=.\AudioRec.cpp
# End Source File
# Begin Source File
SOURCE=.\ClientCtrlSock.cpp
# End Source File
# Begin Source File
SOURCE=.\ClientStreamSock.cpp
# End Source File
# Begin Source File
SOURCE=.\InputIPDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ListenSock.cpp
# End Source File
# Begin Source File
SOURCE=.\RemoteTalk.cpp
# End Source File
# Begin Source File
SOURCE=.\RemoteTalk.rc
# End Source File
# Begin Source File
SOURCE=.\RemoteTalkDlg.cpp
# End Source File
# Begin Source File
SOURCE=.\ServerCtrlSock.cpp
# End Source File
# Begin Source File
SOURCE=.\ServerStreamSock.cpp
# End Source File
# Begin Source File
SOURCE=.\StdAfx.cpp
# ADD CPP /Yc"stdafx.h"
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=.\AudioCodec.h
# End Source File
# Begin Source File
SOURCE=.\AudioIOMsgr.h
# End Source File
# Begin Source File
SOURCE=.\AudioPlay.h
# End Source File
# Begin Source File
SOURCE=.\AudioRec.h
# End Source File
# Begin Source File
SOURCE=.\ClientCtrlSock.h
# End Source File
# Begin Source File
SOURCE=.\ClientStreamSock.h
# End Source File
# Begin Source File
SOURCE=.\InputIPDlg.h
# End Source File
# Begin Source File
SOURCE=.\ListenSock.h
# End Source File
# Begin Source File
SOURCE=.\RemoteTalk.h
# End Source File
# Begin Source File
SOURCE=.\RemoteTalkDlg.h
# End Source File
# Begin Source File
SOURCE=.\Resource.h
# End Source File
# Begin Source File
SOURCE=.\ServerCtrlSock.h
# End Source File
# Begin Source File
SOURCE=.\ServerStreamSock.h
# End Source File
# Begin Source File
SOURCE=.\StdAfx.h
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=.\res\RemoteTalk.ico
# End Source File
# Begin Source File
SOURCE=.\res\RemoteTalk.rc2
# End Source File
# End Group
# Begin Source File
SOURCE=.\ReadMe.txt
# End Source File
# End Target
# End Project
# Section RemoteTalk : {FE8CB864-6932-47F1-B752-FB046E8C7D40}
# 2:24:CLASS: CClientStreamSock:CClientStreamSock
# 2:20:ClientStreamSock.cpp:ClientStreamSock.cpp
# 2:19:TYPEDEF: VIDEO_DATA:VIDEO_DATA
# 2:18:CLASS: _VIDEO_DATA:_VIDEO_DATA
# 2:19:Application Include:RemoteTalk.h
# 2:18:ClientStreamSock.h:ClientStreamSock.h
# End Section
# Section RemoteTalk : {8EDA1D12-443F-4087-A5EF-C06AAF81495D}
# 2:8:wavein.h:wavein.h
# 2:14:CLASS: CWaveIn:CWaveIn
# 2:19:Application Include:RemoteTalk.h
# 2:10:wavein.cpp:wavein.cpp
# End Section
# Section RemoteTalk : {1C9FCA89-E7E5-4BB6-A069-D9A66C46342B}
# 1:11:IDD_DIALOG1:103
# 2:16:Resource Include:resource.h
# 2:14:InputIPDlg.cpp:InputIPDlg.cpp
# 2:10:ENUM: enum:enum
# 2:11:IDD_DIALOG1:IDD_DIALOG1
# 2:19:Application Include:RemoteTalk.h
# 2:12:InputIPDlg.h:InputIPDlg.h
# 2:18:CLASS: CInputIPDlg:CInputIPDlg
# End Section
# Section RemoteTalk : {5B383D7D-9C1D-4D78-AAE9-3C5119CCC109}
# 2:15:CLASS: CWaveOut:CWaveOut
# 2:11:WaveOut.cpp:WaveOut.cpp
# 2:19:Application Include:RemoteTalk.h
# 2:9:WaveOut.h:WaveOut.h
# End Section
# Section RemoteTalk : {5A94E130-67A3-4A54-A5E4-66EEDEB97B74}
# 2:12:AudioRec.cpp:AudioRec.cpp
# 2:16:CLASS: CAudioRec:CAudioRec
# 2:19:Application Include:RemoteTalk.h
# 2:10:AudioRec.h:AudioRec.h
# End Section
# Section RemoteTalk : {4009A8EF-98C0-4043-B791-23FB3FE4655E}
# 2:17:CLASS: CAudioPlay:CAudioPlay
# 2:13:AudioPlay.cpp:AudioPlay.cpp
# 2:11:AudioPlay.h:AudioPlay.h
# 2:19:Application Include:RemoteTalk.h
# End Section
# Section RemoteTalk : {55227F42-5FD5-4C8E-B743-80E4211F59A8}
# 2:22:CLASS: CServerCtrlSock:CServerCtrlSock
# 2:18:ServerCtrlSock.cpp:ServerCtrlSock.cpp
# 2:19:Application Include:RemoteTalk.h
# 2:16:ServerCtrlSock.h:ServerCtrlSock.h
# End Section
# Section RemoteTalk : {FB0A8062-C36F-43C4-8FA2-8B3650E365E2}
# 2:18:CLASS: CListenSock:CListenSock
# 2:14:ListenSock.cpp:ListenSock.cpp
# 2:12:ListenSock.h:ListenSock.h
# 2:19:Application Include:RemoteTalk.h
# End Section
# Section RemoteTalk : {89603739-BF4B-4D38-A62E-577D0894FDCC}
# 2:20:ServerStreamSock.cpp:ServerStreamSock.cpp
# 2:18:ServerStreamSock.h:ServerStreamSock.h
# 2:24:CLASS: CServerStreamSock:CServerStreamSock
# 2:19:Application Include:RemoteTalk.h
# End Section
# Section RemoteTalk : {04475814-0871-41CB-A434-FE442192CF90}
# 2:18:ClientCtrlSock.cpp:ClientCtrlSock.cpp
# 2:22:CLASS: CClientCtrlSock:CClientCtrlSock
# 2:16:ClientCtrlSock.h:ClientCtrlSock.h
# 2:24:TYPEDEF: SERVER_CTRL_MSG:SERVER_CTRL_MSG
# 2:23:CLASS: _SERVER_CTRL_MSG:_SERVER_CTRL_MSG
# 2:19:Application Include:RemoteTalk.h
# End Section
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?