diff --git a/DllWrapperMaker.pbp b/DllWrapperMaker.pbp
deleted file mode 100644
index c85d60e..0000000
--- a/DllWrapperMaker.pbp
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/Project_PEarch.pbp b/Project_PEarch.pbp
new file mode 100644
index 0000000..8e5b36d
--- /dev/null
+++ b/Project_PEarch.pbp
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Trash/Main.pb b/Trash/Main.pb
deleted file mode 100644
index e2cf44d..0000000
--- a/Trash/Main.pb
+++ /dev/null
@@ -1,105 +0,0 @@
-;{- Code Header
-; ==- Basic Info -================================
-; Name: PB-CTypes.pbi
-; Version: 0.0.1
-; Author: Herwin Bozet
-;
-; ==- Compatibility -=============================
-; Compiler version:
-; * PureBasic 6.0 LTS
-; * PureBasic 6.0 LTS - C Backend
-;
-; ==- Links & License -===========================
-; License: Unlicense
-; GitHub: https://github.com/aziascreations/PB-CTypes
-; Private Repo: https://git.nibblepoker.lu/aziascreations/PB-CTypes
-;}
-
-
-;- Compiler Directives
-EnableExplicit
-
-
-;- Constants
-; SEC_IMAGE_NO_EXECUTE
-; 0x11000000
-CompilerIf Not Defined(SEC_IMAGE_NO_EXECUTE, #PB_Constant)
- #SEC_IMAGE_NO_EXECUTE = $11000000
-CompilerEndIf
-
-
-If Not OpenConsole("DllWrapperMaker")
- End 1
-EndIf
-
-; If CountProgramParameters() <> 2
-; PrintN("DllWrap