ilk commit

This commit is contained in:
2025-08-19 15:55:41 +03:00
parent 385548afa6
commit bcbb5db79f
629 changed files with 141341 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,67 @@
f:\005server\shared\debug\shared.pdb
f:\005server\shared\debug\shared.ıdb
f:\005server\shared\debug\tstrıng.obj
f:\005server\shared\debug\socketwın32.obj
f:\005server\shared\debug\socketopswın32.obj
f:\005server\shared\debug\socketmgr.obj
f:\005server\shared\debug\socket.obj
f:\005server\shared\debug\jvcryptıon.obj
f:\005server\shared\debug\hardwareınformatıon.obj
f:\005server\shared\debug\shared.pch
f:\005server\shared\debug\stdafx.obj
f:\005server\shared\debug\thread.obj
f:\005server\shared\debug\sıgnal_handler.obj
f:\005server\shared\debug\rwlock.obj
f:\005server\shared\debug\referenceobject.obj
f:\005server\shared\debug\kosocket.obj
f:\005server\shared\debug\globals.obj
f:\005server\shared\debug\odbcrecordset.obj
f:\005server\shared\debug\odbcparameter.obj
f:\005server\shared\debug\odbcconnectıon.obj
f:\005server\shared\debug\odbccommand.obj
f:\005server\shared\debug\condıtıon.obj
f:\005server\shared\debug\cırcularbuffer.obj
f:\005server\shared\debug\lzf.obj
f:\005server\shared\debug\crc32.obj
f:\005server\shared\debug\tımethread.obj
f:\005server\shared\debug\smdfıle.obj
f:\005server\shared\debug\ını.obj
f:\005server\shared\debug\debugutıls.obj
f:\bın\debug\shared.lıb
f:\005server\shared\debug\vcpkg.applocal.log
f:\005server\server source\shared\debug\circularbuffer.obj
f:\005server\server source\shared\debug\condition.obj
f:\005server\server source\shared\debug\crc32.obj
f:\005server\server source\shared\debug\debugutils.obj
f:\005server\server source\shared\debug\globals.obj
f:\005server\server source\shared\debug\hardwareınformation.obj
f:\005server\server source\shared\debug\ıni.obj
f:\005server\server source\shared\debug\jvcryption.obj
f:\005server\server source\shared\debug\kosocket.obj
f:\005server\server source\shared\debug\lzf.obj
f:\005server\server source\shared\debug\odbccommand.obj
f:\005server\server source\shared\debug\odbcconnection.obj
f:\005server\server source\shared\debug\odbcparameter.obj
f:\005server\server source\shared\debug\odbcrecordset.obj
f:\005server\server source\shared\debug\referenceobject.obj
f:\005server\server source\shared\debug\rwlock.obj
f:\005server\server source\shared\debug\signal_handler.obj
f:\005server\server source\shared\debug\smdfile.obj
f:\005server\server source\shared\debug\socket.obj
f:\005server\server source\shared\debug\socketmgr.obj
f:\005server\server source\shared\debug\socketopswin32.obj
f:\005server\server source\shared\debug\socketwin32.obj
f:\005server\server source\shared\debug\stdafx.obj
f:\005server\server source\shared\debug\thread.obj
f:\005server\server source\shared\debug\timethread.obj
f:\005server\server source\shared\debug\tstring.obj
f:\005server\server source\shared\debug\shared.pch
f:\005server\server source\shared\debug\shared.idb
f:\005server\server source\shared\debug\shared.pdb
f:\005server\server source\shared\debug\shared.tlog\cl.command.1.tlog
f:\005server\server source\shared\debug\shared.tlog\cl.read.1.tlog
f:\005server\server source\shared\debug\shared.tlog\cl.write.1.tlog
f:\005server\server source\shared\debug\shared.tlog\lib-link.read.1.tlog
f:\005server\server source\shared\debug\shared.tlog\lib-link.write.1.tlog
f:\005server\server source\shared\debug\shared.tlog\lib.command.1.tlog
f:\005server\server source\shared\debug\shared.tlog\shared.write.1u.tlog
Binary file not shown.
+27
View File
@@ -0,0 +1,27 @@
stdafx.cpp
CircularBuffer.cpp
Condition.cpp
HardwareInformation.cpp
JvCryption.cpp
KOSocket.cpp
RWLock.cpp
ReferenceObject.cpp
Socket.cpp
SocketMgr.cpp
SocketOpsWin32.cpp
SocketWin32.cpp
Thread.cpp
OdbcCommand.cpp
OdbcConnection.cpp
OdbcParameter.cpp
OdbcRecordset.cpp
globals.cpp
signal_handler.cpp
Generating Code...
F:\005SERVER\server source\shared\database\OdbcCommand.cpp(20,6): warning C4267: 'argument': conversion from 'size_t' to 'SQLUSMALLINT', possible loss of data
DebugUtils.cpp
Ini.cpp
SMDFile.cpp
TimeThread.cpp
Generating Code...
shared.vcxproj -> F:\005SERVER\server source\..\bin\Debug\shared.lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0
Debug|Win32|F:\005SERVER\server source\|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@