Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
BUILDING.txt
Package: vnc3326s.zip [view]
Upload User: sbftbdw
Upload Date: 2007-01-03
Package Size: 379k
Code Size: 2k
Category:
Remote Control
Development Platform:
Visual C++
- NOTES ON BUILDING WINVNC:
- The WinVNC project file (WinVNC.dsp) contains five sets of project
- settings. The settings required to re-build the publicly released
- executable are stored in the No_Corba configuration.
- The configurations are:
- Release - The release build used internally at ORL. This build
- assumes the presence of CORBA session-control code
- in the vncCorbaConnect files. These are not supplied
- as part of the public release distribution because
- they are entirely dependent upon the active badge system
- used extensively at ORL.
- Debug - The debug build used internally at ORL. This build
- also assumes the presence of the CORBA session-control
- routines. To build a debug executable without CORBA
- settings, simply edit the Debug build settings and change
- the C++ pre-processor definitions to use NCORBA instead
- of _CORBA.
- Purify & Profile -
- Special builds to support the the Purify tool and to allow
- profiling of the executable. These are intended only for
- use within ORL.
- ///////////////////////////////////////////////////////////////////////////
- No_Corba - This is the intended build configuration for external use
- and is used directly to create the distributed executables.
- This configuration is identical to the Release configuration,
- barring the use of the definition NCORBA rather than the
- definition _CORBA.
- Use this release when building WinVNC for general distribution.
- ///////////////////////////////////////////////////////////////////////////