-
-
[
Visual C++ (VC++)]
VMProtect.rar
标准类
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
...
-
[
Delphi]
Delphi.rar
标准类
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
...
-
[
LabView]
Lazarus.rar
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
...
-
[
MathCAD]
MASM.rar
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
...
-
[
Visual Basic (VB)]
Basic.rar
标准类
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
...
-
-
[
Unix_Linux]
xrdp-0.4.1.tar.gz
... of xrdp. rdp 0.4.1 project is very much dependent on rdesktop. I ve got it compiling and working in windows with borland free tools. Non of the sesman or Xserver stuff works in windows of course. xrdp directory is the main server code. vnc directory is a ...
-
[
Asm]
hdtools.zip
unit CltConsts
interface
uses windows, graphics
const
tp_stureg = A
tp_single = 0
tp_multi = 1
tp_yesno = 2
tp_etextin = 4
tp_ctextin = 5
tp_typeset = 6
tp_tabu = 7
tp_foxpro = 8
...
-
[
C/C++]
c_compiler.rar
...
some of the code generated gets messed up.
Code generation requires TASM to assemble the compiler output
you can use the borland TLINK to produce executables, or the
Watcom WLINK can also be used. PMODE systems written by TRAN are used
for the ...
-