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

📄 building.txt

📁 一个远程终端软件的源码
💻 TXT
字号:
On a Pocket PC
==============
1) Install Pocket C#.
2) Put all source files in \pc#\proj\vncviewer.
3) Tap on either vncviewer.debug.csant (debug build) or vncviewer.release.csant (release build).
4) The build process should complete in one to two minutes.

On a Windows desktop
====================
1) Install .NET Framework SDK 1.1.
2) Execute C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\sdkvars.bat. Replace the path with whatever appropriate.
3) Put all source files in a directory.
4) Open a command prompt.
5) CD to where you put the source files.
6) Execute csc /target:winexe /win32icon:vncviewer.ico /out:vncviewer.exe *.cs
7) The build process should complete in seconds.

On a Windows desktop (exe runs on both desktop, PPC, and Smartphone)
====================================================================
If binary compatibility is desired when building on desktop, follow the following steps:
1) Install .NET Framework SDK 1.1.
2) Copy the .NET Compact Framework DLLs to a directory on the desktop. You can obtain the DLLs from various sources. For example, you can copy the DLLs from a Pocket C# distribution or an installed .NET Compact Framework SDK. These files are:
	Microsoft.WindowsCE.Forms.dll
	mscorlib.dll
	System.Data.dll
	System.dll
	System.Drawing.dll
	System.Net.IrDA.dll
	System.Web.Services.dll
	System.Windows.Forms.DataGrid.dll
	System.Windows.Forms.dll
	System.Xml.dll
3) Execute C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\sdkvars.bat. Replace the path with whatever appropriate.
4) Put all source files in a directory.
5) Open a command prompt.
6) CD to where you put the source files.
7) Execute the following line, replacing the path of the various DLLs accordingly:
	csc /target:winexe /win32icon:vncviewer.ico /out:vncviewer.exe /nostdlib /noconfig /reference:\pc#\netcf\System.dll;\pc#\netcf\mscorlib.dll;\pc#\netcf\System.Xml.dll;\pc#\netcf\System.Drawing.dll;\pc#\netcf\System.Windows.Forms.dll *.cs
8) The build process should complete in seconds.
Remarks: Please see builddbg.bat and buildrel.bat for reference.

To add hi-res support (VGA on PPC and QVGA on Smartphone)
=========================================================
1) Complete the build process as outlined above.
2) Install the Windows Mobile Developer Resources from Microsoft.
3) Open a command prompt and execute the following command, replacing the paths with whatever appropriate in your environment.
	res2exe -c "C:\Program Files\Developer Resources for Windows Mobile 2003 Second Edition\tools\hidpi.res" C:\pc#\proj\vncviewer\vncviewer.exe
Remarks: Please see builddbg.bat and buildrel.bat for reference.

⌨️ 快捷键说明

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