Skip to content

Commit

Permalink
Add Http Request Replacement Ax-DLL project
Browse files Browse the repository at this point in the history
  • Loading branch information
wqweto committed Oct 24, 2022
1 parent 91dd9bc commit 57eabca
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Binary file added contrib/dll/HttpRequest.cmp
Binary file not shown.
44 changes: 44 additions & 0 deletions contrib/dll/HttpRequest.vbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Type=OleDll
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
Class=cAsyncSocket; ..\..\src\cAsyncSocket.cls
Class=cTlsSocket; ..\..\src\cTlsSocket.cls
Module=mdTlsThunks; ..\..\src\mdTlsThunks.bas
Class=cHttpRequest; ..\cHttpRequest.cls
Startup="(None)"
HelpFile=""
Title="HttpRequest"
ExeName32="HttpRequest.dll"
Command32=""
Name="HttpRequest"
HelpContextID="0"
Description="Http Request Replacement 1.0"
CompatibleMode="2"
CompatibleEXE32="HttpRequest.cmp"
VersionCompatible32="1"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
DllBaseAddress=&H26e20000
VersionCompanyName="Unicontsoft"
VersionFileDescription="Http Request Replacement 1.0"
VersionProductName="HttpRequest"
CondComp="ASYNCSOCKET_NO_TLSSERVER = 1"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=-1
BoundsCheck=-1
OverflowCheck=-1
FlPointCheck=-1
FDIVCheck=-1
UnroundedFP=-1
StartMode=1
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
ThreadingModel=1
DebugStartupOption=0

0 comments on commit 57eabca

Please sign in to comment.