⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vc2.dpk

📁 Voice Commnucation Components for Delphi
💻 DPK
字号:

(*
	----------------------------------------------

	  vc2.dpk - Borland Delphi package
	  Voice Communicator components version 2.5 Pro

	----------------------------------------------
	  This source code cannot be used without
	  proper permission granted to you as a private
	  person or an entity by the Lake of Soft, Ltd

	  Visit http://lakeofsoft.com/ for details.

	  Copyright (c) 2001, 2005 Lake of Soft, Ltd
		     All rights reserved
	----------------------------------------------

	  created by:
		Lake, 01 Jun 2001

	  modified by:
		Lake, Jun-Dec 2002
		Lake, Jan-May 2003
		Lake, Oct 2005

	----------------------------------------------
*)

{$I unaDef.inc}

package 
  vc2;

{$R *.res}
{$R 'vc2ico.res'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'VC components version 2.5 Pro'}
{$IMPLICITBUILD OFF}
{$DEFINE NO_UNA_DESCR}

requires
  vcl,
  rtl;

contains
  unavcIDE in 'unavcIDE.pas',
  unaEncoderAPI in 'unaEncoderAPI.pas',
  unaMsMixer in 'unaMsMixer.pas',
  unaMpglibAPI in 'unaMpglibAPI.pas',
  unaDspControls in 'unaDspControls.pas',
  unaAudioFeedback in 'unaAudioFeedback.pas',
  unaOpenH323PluginAPI in 'unaOpenH323PluginAPI.pas',
  unaDspDLibPipes in 'unaDspDLibPipes.pas',
  unavcApp in 'unavcApp.pas';

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -