Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a12d0ac9 authored by Raphael LUZ's avatar Raphael LUZ
Browse files

VECTO 1.3.1

- Fixed assembly information
- Removed duplicate icon form User Manual
- updated readme.txt
parent 9b195100
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ editor</li>
</ul>
</div>
<div style="margin-left: 40px;"><br>
<img src="../pics/misc/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a>Help</span><br>
<img src="../pics/icons/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a> Help</span><br>
</div>
<ul>
<ul>
......
User Manual/pics/misc/Help-icon.png

878 B

......@@ -17,7 +17,7 @@ Manual</span><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; f
<br>
<span style="font-family: Verdana;"><big><big><big><span style="font-weight: bold;">User Manual</span></big></big></big>
<br>
VECTO 1.3<br><br style="font-family: Verdana;"></span>
VECTO 1.3.1<br><br style="font-family: Verdana;"></span>
<hr style="width: 100%; height: 2px;"><ul style="text-align: left; font-family: Tahoma; line-height: 1.7em;">
<li style="font-family: Calibri;"><a href="changelog.html"><big>Changes from previous version</big></a></li><li style="font-family: Calibri;"><big><a href="quickstart.html">Quick Start Guide</a></big></li><li style="font-family: Calibri;"><big>User
Interface</big></li>
......
VECTO ?.? (future release)
- Gearbox Rules must be set when loading .gbx file to aviod invalid settings (e.g. AT with Skip Gears)
VECTO 1.3 (current source - next release)
VECTO x.x (current source - next release)
VECTO 1.3.1
- Fixed assembly information
VECTO 1.3
- Some file-specific error messages link to files
- Eco-Roll, Overspeed, Look Ahead Coasting
- User Manual updated
......
......@@ -9,10 +9,10 @@ Imports System.Runtime.InteropServices
' Review the values of the Assembly Attributes
<Assembly: AssemblyTitle("VECTO")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("TUG")>
<Assembly: AssemblyDescription("Vehicle Energy Consumption Calculation Tool")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("VECTO")>
<Assembly: AssemblyCopyright("Copyright © TUG 2012")>
<Assembly: AssemblyCopyright("© European Commission 2012-13")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
......@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by entering "*" in them:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("1.3.1.0")>
<Assembly: AssemblyFileVersion("1.3.1.0")>
......@@ -2,7 +2,7 @@
Module VECTO_Global
Public Const VECTOvers As String = "1.3"
Public Const VECTOvers As String = "1.3.1"
Public MyAppPath As String
Public MyConfPath As String
Public MyDeclPath As String
......
The following directories need to be provided in the application folder (e.g. ..\bin\Debug):
*Before compiling you need to add a reference to vectolic.dll (provided with the VECTO release)
*The following directories/files must be provided in the application folder (e.g. ..\bin\Release):
User Manual
Declaration [not yet]
GRAPHi (not included with the repository)
\ No newline at end of file
User Manual\Update Notes.pdf (provided with the VECTO release)
GRAPHi (provided with the VECTO release)
vectolic.dll (should be placed there automatically when compiling)
license.dat (provided with the VECTO release or later by EC/JRC)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment