代码搜索:fpc连接器

找到约 719 项符合「fpc连接器」的源代码

代码结果 719
www.eeworm.com/read/101082/6245933

3 fpc.3

.TH fpc 3 RISC .SH Name fpc, get_fpc_csr, set_fpc_csr, swapRM, swapINX \- floating-point control registers .SH Syntax .nf .B #include .PP .B int get_fpc_csr() .PP .B int set_fpc_csr(\fIcs
www.eeworm.com/read/128338/14304210

ini fpc.ini

[Database] DBMS = "MSS Microsoft SQL Server 6.x" Database = "FPCManagerServer" ServerName = "zlh" LogId = "sa" AutoCommit = False [Debug] Sensor=0 Logon=0 [logon] userid=hlzlh [Security
www.eeworm.com/read/229812/4735837

c fpc.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/357319/3025178

fpc jclsysinfo.fpc

// Include file for Free Pascal Compiler // contains missing declaration from units JclShell & ShlObj const shell32 = 'shell32.dll'; CSIDL_DESKTOP = $0000; CSIDL_I
www.eeworm.com/read/357319/3025194

fpc makefile.fpc

FpcRtl = $(fpc)\rtl Fcl = $(fpc)\fcl FpcOut = ..\lib\fpc # for now... PPCOptions = -Mdelphi -FE$(FpcOut) -Fu$(FpcOut);$(Fcl)\inc;common;windows;..\..\Win32API PPC = ppc386 $(PPCOptio
www.eeworm.com/read/357319/3025220

inc fpc.inc

// JclWin32 include file for FPC compatibility // from unit Windows const // from WinReg.h HKEY_CLASSES_ROOT = DWORD($80000000); HKEY_CURRENT_USER = DWORD($80000001); HKEY_LO
www.eeworm.com/read/100960/15859253

fpc windef.fpc

(* ** ** Include file to make FPC more Delphi compatible ** *) {$IFDEF FPC} type DCB = record DCBlength : DWORD; BaudRate : DWORD; flags : longint;