Skip to content

Commit

Permalink
Level editor v1.2.1, now working
Browse files Browse the repository at this point in the history
  • Loading branch information
fafalone authored May 24, 2023
1 parent 613b0ea commit 6defbde
Show file tree
Hide file tree
Showing 15 changed files with 12,125 additions and 0 deletions.
65 changes: 65 additions & 0 deletions srcexp-lemsedit64/Settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"configuration.inherits": "Defaults",
"debugger.runtimeCommandLineArguments": "",
"project.appHelpFile": "",
"project.appTitle": "LemsEdit64",
"project.autoPrettify": true,
"project.buildPath": "${SourcePath}\\${ProjectName}_${Architecture}.${FileExtension}",
"project.buildType": "Standard EXE",
"project.description": "Level editor for Lems64",
"project.exportPathIsV2": true,
"project.forceDpiAwarenessAtStartup": "NONE",
"project.id": "{D5A4F8E2-7781-42B6-9B87-2FB4BA99AAF2}",
"project.name": "LemsEdit64",
"project.optionExplicit": true,
"project.references": [
{
"id": "{F50B82D0-DCAB-43FE-9631-11959D4A4728}",
"isCompilerPackage": true,
"lcid": 0,
"licence": "MIT",
"name": "[COMPILER PACKAGE] WinNativeForms Package",
"path32": "",
"path64": "",
"publisher": "TWINBASIC-COMPILER",
"versionBuild": 0,
"versionMajor": 0,
"versionMinor": 0,
"versionRevision": 31
},
{
"id": "{00020430-0000-0000-C000-000000000046}",
"lcid": 0,
"name": "OLE Automation",
"path32": "\\\\?\\C:\\Windows\\SysWOW64\\stdole2.tlb",
"path64": "\\\\?\\C:\\Windows\\SysWOW64\\stdole2.tlb",
"versionMajor": 2,
"versionMinor": 0
},
{
"id": "{D63CB78D-9F5B-42FE-B94C-A545F2B2BFC3}",
"isCompilerPackage": true,
"licence": "MIT",
"name": "[COMPILER PACKAGE] WinNativeCommonCtls Package",
"publisher": "TWINBASIC-COMPILER",
"versionBuild": 0,
"versionMajor": 0,
"versionMinor": 0,
"versionRevision": 1
}
],
"project.settingsVersion": 1,
"project.startupObject": "fEdit",
"project.versionBuild": 1,
"project.versionCompanyName": "Microsoft",
"project.versionLegalCopyright": "Carles P.V. © 2005-2011",
"project.versionMajor": 1,
"project.versionMinor": 2,
"project.versionProductName": "LemsEdit",
"project.versionRevision": 0,
"project.warnings": {
"errors": [],
"ignored": []
},
"runtime.useUnicodeStandardLibrary": true
}
31 changes: 31 additions & 0 deletions srcexp-lemsedit64/Sources/__IMPORT_LOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Import from Visual Basic VBP file 'C:\vb6\LemmingsU\LemsEdit.vbp'...
successfully set project.buildType to 'Standard EXE' at line #1
***WARNING*** converted relative reference path from '..\..\Windows\SysWOW64\stdole2.tlb' to '\\?\C:\Windows\SysWOW64\stdole2.tlb' at line #2
successfully added project.reference 'OLE Automation' at line #2
successfully imported MODULE 'mEdit.bas' at line #4
successfully imported MODULE 'mMain.bas' at line #5
successfully added project.reference [COMPONENT] 'comctl32.ocx' at line #6
successfully imported MODULE 'mMisc.bas' at line #7
successfully imported MODULE 'mDialogFile.bas' at line #9
successfully imported MODULE 'mEditRenderer.bas' at line #10
successfully imported CLASS 'cDIB32.cls' at line #12
successfully imported MODULE 'mINI.bas' at line #13
successfully imported RESOURCE FILE 'LemsEdit.res' at line #14
successfully set project.startupObject to 'fEdit' at line #16
successfully set project.appHelpFile to '' at line #17
successfully set project.appTitle to 'Editor' at line #18
successfully imported Command Line Arguments '' at line #20
successfully set project.name to 'LemsEdit' at line #21
successfully set project.versionMajor to '1' at line #24
successfully set project.versionMinor to '2' at line #25
successfully set project.versionRevision to '0' at line #26
successfully set project.versionCompanyName to 'Microsoft' at line #29
successfully set project.versionLegalCopyright to 'Carles P.V. © 2005-2011' at line #30
successfully set project.versionProductName to 'LemsEdit' at line #31
successfully imported USERCONTROL 'ucScreen32.ctl' at line #11
successfully imported USERCONTROL 'ucProgress.ctl' at line #8
successfully imported FORM 'fEdit.frm' at line #3
IMPORT FINISHED WITH 0 ERRORS/WARNINGS

(you can delete this log file)
Loading

0 comments on commit 6defbde

Please sign in to comment.