diff --git a/packages/media/cpp/dist/pm-image.exe b/packages/media/cpp/dist/pm-image.exe deleted file mode 100644 index b1d8cade..00000000 Binary files a/packages/media/cpp/dist/pm-image.exe and /dev/null differ diff --git a/packages/media/cpp/dist/pm-image.pdb b/packages/media/cpp/dist/pm-image.pdb index 83f0f0c4..4ed69068 100644 Binary files a/packages/media/cpp/dist/pm-image.pdb and b/packages/media/cpp/dist/pm-image.pdb differ diff --git a/packages/media/cpp/packages/Win32xx/.gitignore b/packages/media/cpp/packages/Win32xx/.gitignore new file mode 100644 index 00000000..ecb6511a --- /dev/null +++ b/packages/media/cpp/packages/Win32xx/.gitignore @@ -0,0 +1,38 @@ +# Build output +/build/ +x64 +debug +# Compiled objects +*.o +*.obj +*.exe +*.out +*.app +# CMake generated +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +Makefile + +# IDE / Editor +.vscode/ +.idea/ +*.swp +*.swo +*~ +.env* + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log +cache/ +config/postgres.toml +dist + +# Orchestrator reports (cwd/tests/*) +tests/*.json +tests/*.md +src/cmd_grid*.cpp diff --git a/packages/media/cpp/packages/Win32xx/About these folders.txt b/packages/media/cpp/packages/Win32xx/About these folders.txt new file mode 100644 index 00000000..654530d8 --- /dev/null +++ b/packages/media/cpp/packages/Win32xx/About these folders.txt @@ -0,0 +1,9 @@ +The contents of the folders within Win32++ +========================================== +help Contains the documentation of Win32++. +include Contains the set of files that make up the Win32++ library. +output A directory which contains the output of some tools. +samples A set of sample projects that demonstrate the various features of Win32++. +tools A set of useful batch files for Win32++. +tutorials The code for the tutorials described in the Win32++ documentation. + diff --git a/packages/media/cpp/packages/Win32xx/README.md b/packages/media/cpp/packages/Win32xx/README.md new file mode 100644 index 00000000..33811fe9 --- /dev/null +++ b/packages/media/cpp/packages/Win32xx/README.md @@ -0,0 +1,70 @@ + +
+ + + + + +This is a mirror of the Win32++ framework hosted on SourceForge.
+SourceForge: +Win32++
+Code Project: + +Win32++ A Simple Alternativc to MFC
+Win32++ is an open-source C++ library designed to simplify + the development of Windows API-based applications. It provides a modern + C++ interface while staying lightweight and easy to use. Here are some key + features:
+Win32++ can be used to build applications based simple windows, +dialogs, forms, and frames. The frames produced using Win32++ can have the following features.
+