Home | Other projects (EN-US English)
|
Project / |
Description |
OS |
Last update |
|
DDCTEST (Console) |
A program that performs DDC monitor detection using the SciTech SNAP DDC API functions. |
Win32, |
26oct2006 |
|
GAMODE (Console) |
A program that allows the user to add and remove display modes from the SciTech SNAP Graphics drivers. |
Win32, |
26oct2006 |
|
GAMPEG (Console) |
SciTech SNAP MPEG player. |
Win32, |
26oct2006 |
|
GAOPTION (Console) |
A program that allows the SciTech SNAP Graphics options to be changed from the command line. |
Win32, |
26oct2006 |
|
GAPERF (Console) |
A program to profile the speed of certain operations for the SciTech SNAP Graphics Architecture. This is a great way to test the performance of different SuperVGA cards and different compiler configurations. |
Win32, |
26oct2006 |
|
GAREPORT (Console) |
A program that reports the detected hardware configuration from SciTech SNAP Graphics. |
Win32, |
26oct2006 |
|
GATEST (Console) |
Command line driven, text based front end for the SciTech SNAP Graphics test program. |
Win32, |
26oct2006 |
|
GAVIDEO (Console) |
SciTech SNAP MPEG player. |
Win32, |
26oct2006 |
|
NULLSNAP (Console) |
A program that displays SciTech SNAP Graphics license information and internal settings. |
Win32, |
26oct2006 |
Download SNAP SDK Files (all of them in single RAR archive): Mirror 1 Mirror 2
If you need sources of these programs, you can find them here (in most recent version of SNAP SDK): http://www.scitechsoft.com/ftp/devel/full_depot_r23.zip
|
Project / |
Description |
OS |
Last update |
|
EDP |
Enumerate devices using MS Configuration Manager API. Requires cfgmgr32.dll. Code based on A.Riazi "EnumDeviceProperties" program. |
Win95+, |
22apr2005 |
|
Constest |
Enumerate devices using MS SetupAPI. Requires setupapi.dll. |
Win95+, |
10aug2006 |
|
MfcDlg |
Enumerate video display modes & switch desktop resolution "on the fly". |
Win95+, |
07jan2007 |
|
MfcEx |
Enumerate devices using MS SetupAPI, MS Configuration Manager API. Requires setupapi.dll, cfgmgr32.dll. Also enumerates services & INF database. |
Win95+, |
10aug2006 |
|
MfcEx3 |
Enumerate devices by registry. Also enumerates services & inf database. |
Win95+, |
10aug2006 |
|
ResTest |
Test TreeView/ListView Controls. Requires icon32.dll. |
Win95+, |
06aug2006 |
|
vmlistex |
Enumerates video display modes. |
Win95+, |
20jul2008 |
|
Win32T |
Enumerate video display modes & switch desktop resolution "on the fly". |
Win95+, |
08jan2007 |
|
Wiz97 |
Demonstrates Wizard API: PropertySheet(), CreatePropertySheet(). |
Win95+, |
27jun2005 |
|
W32App |
Generic C App for Win32 API Testing. |
Win95+, |
20apr2005 |
|
NTobj |
Enumerate WindowsNT system objects. |
WinNT351+ |
28apr2005 |
|
DG |
Shows disk geometry & partitions information. |
WinNT351+ |
01jul2007 |
|
PEREAD |
Read PE-headers from given directory (for example, run 'PEREAD C:\WINNT'). |
WinNT351+ |
01jul2007 |
|
SSKIT |
Service Pack Integration Toolkit for WindowsNT 4.0. |
Win95+, |
15jun2007 |
|
BltTest |
Video Memory Benchmark, based on same tool from www.stereopsis.com/blttest/ . |
Win95+, |
06jul2008 |
|
CF |
Tests OpenGL 3D API. |
Win95+, |
10mar2008 |
|
Lamp |
Tests OpenGL 3D API (windowed, dithered). |
Win95+, |
10mar2008 |
|
GLVars |
Enumerates OpenGL/GLU capabilities, color pixelformats. |
Win95+, |
12jul2008 |
|
EnumP |
Enumerates processes, modules and threads using ZwQuerySystemInformation() API and/or Toolhelp32 API. |
Win95+, |
12jul2008 |
This is compatibility table for Win32s using different Microsoft Compilers & libraries ( testing based on simple hello-world alike W32App project ):
| Libraries/VC versions | VC4, cl.exe 10.20.6166 | VS5, cl.exe 11.00.7022 | VS6, cl.exe 12.00.8804 | VS2002, cl.exe 13.10.2179 |
| crtdll.lib from NT35DDK (dynamic) | Win32s OK. | Win32s OK. | not working | Win32s OK. |
| crtdll.lib from NT40DDK (dynamic) | Win32s OK. | Win32s OK. | not working | Win32s OK. |
| libc.lib from VS6 (static) | not working | not working | not working | not working |
| libc.lib from NT35DDK(static) | Win32s OK. | Win32s OK. | not working | Win32s OK. |
| libc.lib from W2KDDK(static) | Win32s OK. | Win32s OK. | not working | Win32s OK. |
| libcmt.lib from W2KDDK(static) | Win32s OK. | Win32s OK. | not working | Win32s OK. |
| msvcrt.lib from VS6 (static) | not working | not working | not working | not working |
It seems to me that Microsoft Visual Studio 6.0 COMPILER/LIBRARIES ARE ALMOST INCOMPATIBLE for making Win32s programs DUE TO INCOMPATIBLE STARTUP CODE, I THINK.
|
Project / |
Description |
OS |
Last update |
|
CT |
Explore32: Explorer-like file manager. Demonstrates ComCtl32 & Shell32 API. Requires icon32.dll and/or shell32.dll. |
Win95+, |
13jul2007 |
|
CONSDEMO |
Textmode file manager app for Win32 (Press 'A'-'Z' keys for disk drive change). |
Win95+, |
30jun2007 |
|
TRUESORT |
Renames files by wildcard incremented: aaa01.txt,aaa02.txt,...aaa99.txt. |
Win95+, |
29jul2007 |