Skip to content

Commit 6defbde

Browse files
authored
Level editor v1.2.1, now working
1 parent 613b0ea commit 6defbde

15 files changed

+12125
-0
lines changed

srcexp-lemsedit64/Settings

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"configuration.inherits": "Defaults",
3+
"debugger.runtimeCommandLineArguments": "",
4+
"project.appHelpFile": "",
5+
"project.appTitle": "LemsEdit64",
6+
"project.autoPrettify": true,
7+
"project.buildPath": "${SourcePath}\\${ProjectName}_${Architecture}.${FileExtension}",
8+
"project.buildType": "Standard EXE",
9+
"project.description": "Level editor for Lems64",
10+
"project.exportPathIsV2": true,
11+
"project.forceDpiAwarenessAtStartup": "NONE",
12+
"project.id": "{D5A4F8E2-7781-42B6-9B87-2FB4BA99AAF2}",
13+
"project.name": "LemsEdit64",
14+
"project.optionExplicit": true,
15+
"project.references": [
16+
{
17+
"id": "{F50B82D0-DCAB-43FE-9631-11959D4A4728}",
18+
"isCompilerPackage": true,
19+
"lcid": 0,
20+
"licence": "MIT",
21+
"name": "[COMPILER PACKAGE] WinNativeForms Package",
22+
"path32": "",
23+
"path64": "",
24+
"publisher": "TWINBASIC-COMPILER",
25+
"versionBuild": 0,
26+
"versionMajor": 0,
27+
"versionMinor": 0,
28+
"versionRevision": 31
29+
},
30+
{
31+
"id": "{00020430-0000-0000-C000-000000000046}",
32+
"lcid": 0,
33+
"name": "OLE Automation",
34+
"path32": "\\\\?\\C:\\Windows\\SysWOW64\\stdole2.tlb",
35+
"path64": "\\\\?\\C:\\Windows\\SysWOW64\\stdole2.tlb",
36+
"versionMajor": 2,
37+
"versionMinor": 0
38+
},
39+
{
40+
"id": "{D63CB78D-9F5B-42FE-B94C-A545F2B2BFC3}",
41+
"isCompilerPackage": true,
42+
"licence": "MIT",
43+
"name": "[COMPILER PACKAGE] WinNativeCommonCtls Package",
44+
"publisher": "TWINBASIC-COMPILER",
45+
"versionBuild": 0,
46+
"versionMajor": 0,
47+
"versionMinor": 0,
48+
"versionRevision": 1
49+
}
50+
],
51+
"project.settingsVersion": 1,
52+
"project.startupObject": "fEdit",
53+
"project.versionBuild": 1,
54+
"project.versionCompanyName": "Microsoft",
55+
"project.versionLegalCopyright": "Carles P.V. © 2005-2011",
56+
"project.versionMajor": 1,
57+
"project.versionMinor": 2,
58+
"project.versionProductName": "LemsEdit",
59+
"project.versionRevision": 0,
60+
"project.warnings": {
61+
"errors": [],
62+
"ignored": []
63+
},
64+
"runtime.useUnicodeStandardLibrary": true
65+
}
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Import from Visual Basic VBP file 'C:\vb6\LemmingsU\LemsEdit.vbp'...
3+
successfully set project.buildType to 'Standard EXE' at line #1
4+
***WARNING*** converted relative reference path from '..\..\Windows\SysWOW64\stdole2.tlb' to '\\?\C:\Windows\SysWOW64\stdole2.tlb' at line #2
5+
successfully added project.reference 'OLE Automation' at line #2
6+
successfully imported MODULE 'mEdit.bas' at line #4
7+
successfully imported MODULE 'mMain.bas' at line #5
8+
successfully added project.reference [COMPONENT] 'comctl32.ocx' at line #6
9+
successfully imported MODULE 'mMisc.bas' at line #7
10+
successfully imported MODULE 'mDialogFile.bas' at line #9
11+
successfully imported MODULE 'mEditRenderer.bas' at line #10
12+
successfully imported CLASS 'cDIB32.cls' at line #12
13+
successfully imported MODULE 'mINI.bas' at line #13
14+
successfully imported RESOURCE FILE 'LemsEdit.res' at line #14
15+
successfully set project.startupObject to 'fEdit' at line #16
16+
successfully set project.appHelpFile to '' at line #17
17+
successfully set project.appTitle to 'Editor' at line #18
18+
successfully imported Command Line Arguments '' at line #20
19+
successfully set project.name to 'LemsEdit' at line #21
20+
successfully set project.versionMajor to '1' at line #24
21+
successfully set project.versionMinor to '2' at line #25
22+
successfully set project.versionRevision to '0' at line #26
23+
successfully set project.versionCompanyName to 'Microsoft' at line #29
24+
successfully set project.versionLegalCopyright to 'Carles P.V. © 2005-2011' at line #30
25+
successfully set project.versionProductName to 'LemsEdit' at line #31
26+
successfully imported USERCONTROL 'ucScreen32.ctl' at line #11
27+
successfully imported USERCONTROL 'ucProgress.ctl' at line #8
28+
successfully imported FORM 'fEdit.frm' at line #3
29+
IMPORT FINISHED WITH 0 ERRORS/WARNINGS
30+
31+
(you can delete this log file)

0 commit comments

Comments
 (0)