Skip to content

Commit ae7aad7

Browse files
Update TwinBasic ribbon to latest compiler
Upgraded the ribbon to use the latest compiler (BETA 330). This includes automated source export when the project is saved, eliminating the need for the batch file export. Built fresh copies of the binaries after updating the compiler.
1 parent a341199 commit ae7aad7

File tree

6 files changed

+58
-81
lines changed

6 files changed

+58
-81
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
# The local VCS index file is paired with the database and should not
1515
# be comitted to version control.
1616
vcs-index.json
17+
18+
# TwinBasic ribbon project packages
19+
Ribbon/Source/Packages

Ribbon/Build/MSAccessVCSLib_win32.dll

51 KB
Binary file not shown.

Ribbon/Build/MSAccessVCSLib_win64.dll

44 KB
Binary file not shown.

Ribbon/MSAccessVCS_Ribbon.twinproj

3.38 KB
Binary file not shown.

Ribbon/Source Export.bat

-46
This file was deleted.

Ribbon/Source/Settings

+55-35
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,87 @@
11
{
2+
"configuration.inherits": "Defaults",
3+
"project.appTitle": "Microsoft Access Version Control Ribbon Add-in",
4+
"project.buildPath": "${SourcePath}\\Build\\${ProjectName}_${Architecture}.${FileExtension}",
5+
"project.buildType": "ActiveX DLL",
6+
"project.description": "Microsoft Access Version Control Ribbon Add-in",
7+
"project.dllRegisterAfterBuild": false,
8+
"project.exportAfterSave": true,
9+
"project.exportPath": "${SourcePath}\\Source",
10+
"project.exportPathIsV2": true,
11+
"project.id": "{ddde82dd-9e54-46ba-8167-1cf40ec2b1ea}",
12+
"project.licence": "MIT",
13+
"project.name": "MSAccessVCSLib",
14+
"project.optionExplicit": true,
215
"project.references": [
316
{
417
"id": "{00020430-0000-0000-C000-000000000046}",
5-
"name": "OLE Automation",
6-
"versionMajor": 2,
7-
"versionMinor": 0,
818
"lcid": 0,
19+
"name": "OLE Automation",
920
"path32": "C:\\Windows\\SysWOW64\\stdole2.tlb",
10-
"path64": "C:\\Windows\\System32\\stdole2.tlb"
21+
"path64": "C:\\Windows\\System32\\stdole2.tlb",
22+
"versionMajor": 2,
23+
"versionMinor": 0
1124
},
1225
{
1326
"id": "{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}",
14-
"name": "Microsoft Add-In Designer",
15-
"versionMajor": 1,
16-
"versionMinor": 0,
1727
"lcid": 0,
28+
"name": "Microsoft Add-In Designer",
1829
"path32": "C:\\Program Files (x86)\\Common Files\\Designer\\MSADDNDR.DLL",
19-
"path64": ""
30+
"path64": "",
31+
"versionMajor": 1,
32+
"versionMinor": 0
2033
},
2134
{
2235
"id": "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}",
23-
"name": "Microsoft Office 14.0 Object Library",
24-
"versionMajor": 2,
25-
"versionMinor": 5,
2636
"lcid": 0,
37+
"name": "Microsoft Office 14.0 Object Library",
2738
"path32": "C:\\Program Files (x86)\\Common Files\\Microsoft Shared\\OFFICE14\\MSO.DLL",
28-
"path64": ""
39+
"path64": "",
40+
"versionMajor": 2,
41+
"versionMinor": 5
2942
},
3043
{
3144
"id": "{420B2830-E718-11CF-893D-00A0C9054228}",
32-
"name": "Microsoft Scripting Runtime",
33-
"versionMajor": 1,
34-
"versionMinor": 0,
3545
"lcid": 0,
46+
"name": "Microsoft Scripting Runtime",
3647
"path32": "C:\\Windows\\SysWOW64\\scrrun.dll",
37-
"path64": "C:\\Windows\\System32\\scrrun.dll"
48+
"path64": "C:\\Windows\\System32\\scrrun.dll",
49+
"versionMajor": 1,
50+
"versionMinor": 0
3851
},
3952
{
4053
"id": "{B691E011-1797-432E-907A-4D8C69339129}",
41-
"name": "Microsoft ActiveX Data Objects 6.1 Library",
42-
"versionMajor": 6,
43-
"versionMinor": 1,
4454
"lcid": 0,
55+
"name": "Microsoft ActiveX Data Objects 6.1 Library",
4556
"path32": "C:\\Program Files (x86)\\Common Files\\System\\ado\\msado15.dll",
46-
"path64": "C:\\Program Files\\Common Files\\System\\ado\\msado15.dll"
57+
"path64": "C:\\Program Files\\Common Files\\System\\ado\\msado15.dll",
58+
"versionMajor": 6,
59+
"versionMinor": 1
60+
},
61+
{
62+
"id": "{F50B82D0-DCAB-43FE-9631-11959D4A4728}",
63+
"isCompilerPackage": true,
64+
"licence": "MIT",
65+
"name": "[COMPILER PACKAGE] WinNativeForms Package",
66+
"path32": "",
67+
"path64": "",
68+
"publisher": "TWINBASIC-COMPILER",
69+
"symbolId": "VB",
70+
"versionBuild": 0,
71+
"versionMajor": 0,
72+
"versionMinor": 0,
73+
"versionRevision": 31
4774
}
4875
],
49-
"project.name": "MSAccessVCSLib",
50-
"project.description": "Microsoft Access Version Control Ribbon Add-in",
51-
"project.id": "{ddde82dd-9e54-46ba-8167-1cf40ec2b1ea}",
52-
"configuration.inherits": "Defaults",
53-
"project.buildType": "ActiveX DLL",
54-
"project.buildPath": "${SourcePath}\\Build\\${ProjectName}_${Architecture}.${FileExtension}",
55-
"runtime.useUnicodeStandardLibrary": true,
56-
"project.optionExplicit": true,
57-
"project.warnings": {
58-
"ignored": [],
59-
"errors": []
60-
},
61-
"project.licence": "MIT",
76+
"project.settingsVersion": 1,
77+
"project.useProjectIdForTypeLibraryId": true,
78+
"project.versionBuild": 1,
6279
"project.versionMajor": 1,
6380
"project.versionMinor": 0,
6481
"project.versionRevision": 0,
65-
"project.versionBuild": 1,
66-
"project.useProjectIdForTypeLibraryId": true
82+
"project.warnings": {
83+
"errors": [],
84+
"ignored": []
85+
},
86+
"runtime.useUnicodeStandardLibrary": true
6787
}

0 commit comments

Comments
 (0)