commit 2025-08-24 23:37 add ZCppMain/ZMainCGI.H and ZCppMainTest/ZMainCGI_000_EnvSet.cpp

This commit is contained in:
2025-08-24 23:37:52 +09:00
parent bfb76457f7
commit 3a73a7501c
6 changed files with 167 additions and 25 deletions

View File

@ -133,7 +133,7 @@ namespace ZNsMain
}/*
if(mb_DoFindStart==true)*/
return GetChildObj.ExecBlockOut(APC_Data, AL_Length);
return GetChildObj().ExecBlockOut(APC_Data, AL_Length);
}/*
_NP_ ZERun OnMeetNormal(const TypeChar* APC_Data, TypeLength AL_Length)*/
@ -343,9 +343,8 @@ namespace ZNsMain
template<typename THelpType> ZERun LoadData(
const TypeChar* APC_Data, TypeLength AL_Length, THelpType AO_CHelpType)
{
typedef ZNsMain::
ZtCCheckRef<THelpType> ZCCheckRef;
typedef ZCCheckRef::TypeData TypeObject;
typedef ZNsMain::ZtCCheckRef<THelpType> ZCCheckRef;
typedef typename ZCCheckRef::TypeData TypeObject;
bool VB_IsOK =false ;
ZTypLength VL_StartPos=0 ;