202B102
@ -1,5 +1,5 @@
|
||||
/*CEVCHECK.EXE for CECollections P2.0 2.01*/
|
||||
/*Copyright 351Workshop 2022-2024*/
|
||||
/*CEVCHECK.EXE for CECollections 2.02*/
|
||||
/*Copyright 351Workshop 2022-2025*/
|
||||
/*Build on Tubro C++*/
|
||||
/*Run on x86 DOS*/
|
||||
|
||||
@ -11,17 +11,17 @@ int main(int argc, char **argv)
|
||||
{
|
||||
if (argc == 1)
|
||||
{
|
||||
printf("\nWindows CE video support checking program\n\n");
|
||||
printf("\nWindows CE video & CPU support checking program\n\n");
|
||||
printf("Usage: cevcheck [CEVER]\n");
|
||||
printf("CEVER sample: 211STD\n\n");
|
||||
|
||||
printf("Return: VESASupport*10+MobileSupport\n\n");
|
||||
printf("Last build:ver.201B101 Copyright 351Workshop 2022-2024\n");
|
||||
printf("Return: NormolCPUSpt*100 + LegacyDisp*10 + InverDisp\n\n");
|
||||
printf("Last build:ver.202B102 Copyright 351Workshop 2022-2025\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if(!(argv[1][0] >= '0' && argv[1][0] <= '9'))
|
||||
return 100;
|
||||
return 200;
|
||||
char CEID[10] = {0};
|
||||
strcpy(CEID, argv[1]);
|
||||
|
||||
@ -32,6 +32,7 @@ int main(int argc, char **argv)
|
||||
char CEEdion[10] = { 0 };
|
||||
strncpy(CEEdion, CEID + 3, 3);
|
||||
|
||||
int currentCPUSupport = 1;
|
||||
int currentVESASupport = 1;
|
||||
int currentHalfSupport = 0;
|
||||
|
||||
@ -41,10 +42,16 @@ int main(int argc, char **argv)
|
||||
else
|
||||
currentVESASupport = 0;
|
||||
|
||||
if (iCEVer <= 210)
|
||||
currentCPUSupport=0;
|
||||
else
|
||||
currentCPUSupport=1;
|
||||
|
||||
if ((CEEdion[0] == 'S' && CEEdion[1] == 'P' && CEEdion[2] == 0) || (CEEdion[0] == 'P' && CEEdion[1] == 'P' && CEEdion[2] == 'C' && CEEdion[3] == 0))
|
||||
currentHalfSupport = 1;
|
||||
else
|
||||
currentHalfSupport = 0;
|
||||
|
||||
return currentVESASupport * 10 + currentHalfSupport;
|
||||
printf("%d",currentCPUSupport * 100 + currentVESASupport * 10 + currentHalfSupport);
|
||||
return currentCPUSupport * 100 + currentVESASupport * 10 + currentHalfSupport;
|
||||
}
|
||||
@ -96,14 +96,18 @@ BOOL about::OnInitDialog()
|
||||
|
||||
m_textver.SetWindowText(AsciiToUnicode(buffer));
|
||||
|
||||
m_edit1.SetWindowText( L"Name Bilibili ID\r\n"
|
||||
"351 351Workshop\r\n"
|
||||
"Inter -INTER_INIT-\r\n"
|
||||
"WinPad とある科学の手机副屏\r\n"
|
||||
"GoldApple 不务正业的金苹果\r\n"
|
||||
"DZY DZY20070614\r\n"
|
||||
"Zesa LinuxMEMZ\r\n"
|
||||
"XJBLMNP(?");
|
||||
m_edit1.SetWindowText( L"Developer\r\n"
|
||||
" 351 @351Workshop\r\n"
|
||||
"Supporter and Sponsor\r\n"
|
||||
" IBM @IBM_Official\r\n"
|
||||
" Dr.Quest @蓬岸 Dr.Quest\r\n"
|
||||
"Artworks\r\n"
|
||||
" WinPad @とある科学の手机副屏\r\n"
|
||||
"Guidance and Testing\r\n"
|
||||
" Inter @-INTER_INIT-\r\n"
|
||||
" GoldApple @不务正业的金苹果\r\n"
|
||||
" Zesa @LinuxMEMZ\r\n"
|
||||
" DZY @DZY20070614\r\n");
|
||||
//HWND hWndEdit1 = m_edit1.GetSafeHwnd();
|
||||
//::SendMessage(hWndEdit1, EM_LINESCROLL, 0, 3);
|
||||
|
||||
|
||||
@ -216,8 +216,6 @@
|
||||
<None Include="res\menu2.rc2" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="E:\Desktop\background - 副本 (2).bmp" />
|
||||
<Image Include="E:\Desktop\background2.bmp" />
|
||||
<Image Include="res\about.bmp" />
|
||||
<Image Include="res\background.bmp" />
|
||||
<Image Include="res\flag.bmp" />
|
||||
|
||||
@ -71,9 +71,6 @@
|
||||
<Image Include="res\menu2.ico">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
<Image Include="E:\Desktop\background2.bmp">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
<Image Include="res\background.bmp">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
@ -83,9 +80,6 @@
|
||||
<Image Include="res\flag.bmp">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
<Image Include="E:\Desktop\background - 副本 (2).bmp">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
<Image Include="res\about.bmp">
|
||||
<Filter>资源文件</Filter>
|
||||
</Image>
|
||||
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 146 KiB |
BIN
WNT/menu2.exe/res/about_ori2.bmp
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
WNT/menu2.exe/res/about_ori3.bmp
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 2.3 MiB |
BIN
WNT/menu2.exe/res/background_ori2.bmp
Normal file
|
After Width: | Height: | Size: 3.0 MiB |
BIN
WNT/menu2.exe/res/background_ori3.bmp
Normal file
|
After Width: | Height: | Size: 3.0 MiB |
BIN
WNT/menu2.exe/res/background_oriC001.bmp
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 39 KiB |
BIN
WNT/menu2.exe/res/flag_1.bmp
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
@ -18,6 +18,7 @@
|
||||
#define IDC_STATIC1 1005
|
||||
#define IDC_STATICVER 1006
|
||||
#define IDC_EDIT1 1007
|
||||
#define IDC_TREE2 1008
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
@ -25,7 +26,7 @@
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 136
|
||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||
#define _APS_NEXT_CONTROL_VALUE 1008
|
||||
#define _APS_NEXT_CONTROL_VALUE 1009
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
||||