Skip to content

Commit

Permalink
New update
Browse files Browse the repository at this point in the history
  • Loading branch information
bouletmarc committed Jun 15, 2022
1 parent 3e46941 commit 961062c
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 2,529 deletions.
Binary file added .vs/FlashToolTest/v16/.suo
Binary file not shown.
Empty file.
Binary file added .vs/FlashToolTest/v16/Server/sqlite3/storage.ide
Binary file not shown.
2 changes: 1 addition & 1 deletion ClassEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ public void LoadSupportedECUDefinitions()
{
Ecus_Definitions_Compatible.Add(Thisline);
Ecus_Definitions_Compatible_filename.Add(ThisFilePath);
Editortable_0.GForm_Main_0.method_1("Definitions found for ecu: " + Thisline);
//Editortable_0.GForm_Main_0.method_1("Definitions found for ecu: " + Thisline);
LoadedDefCount++;
}
}
Expand Down
2,282 changes: 0 additions & 2,282 deletions Class_DefinitionMaker.cs

This file was deleted.

267 changes: 38 additions & 229 deletions Editortable.cs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion FlashToolTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="Class_Checksums.cs" />
<Compile Include="Class_DefinitionMaker.cs" />
<Compile Include="Class_ODB.cs" />
<Compile Include="Class_ECUS.cs" />
<Compile Include="Class_Cypher.cs" />
Expand Down
18 changes: 2 additions & 16 deletions GForm_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class GForm_Main : DarkForm
private DarkTextBox darkTextBoxJ2534Command;
private DarkLabel darkLabel1;
private DarkButton darkButtonJ2534Command;
public Class_DefinitionMaker Class_DefinitionMaker_0;
private DarkComboBox darkComboBoxUnlockMode;
private bool BadResponceReceived = false;
public Class_Checksums Class_Checksums_0;
Expand Down Expand Up @@ -119,30 +118,17 @@ private void TimerEventProcessor(Object myObject, EventArgs myEventArgs)
{
Timer1.Stop();

DarkMessageBox.Show(this, "To access the most lastest updates and features, purchase the software at:" + Environment.NewLine + "https://www.bmdevs-shop.com/", "Outdated!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

Editortable_0 = new Editortable(ref GForm_Main_0);
Class_Checksums_0 = new Class_Checksums();
Class_Checksums_0.Load(ref GForm_Main_0);
Class_RWD.Load(ref GForm_Main_0);
this.Text = this.Text + " (" + Version + ")";
Class_DefinitionMaker_0 = new Class_DefinitionMaker(ref GForm_Main_0);
Editortable_0.ClassEditor_0.LoadSupportedECUDefinitions();
darkComboBoxUnlockMode.SelectedIndex = 0;
LoadSettings();

//######################################################################################################
//######################################################################################################
//###### DEVELOPPER ONLY FUNCTION, NO NEED TO MAKE THIS AVAILABLE FOR PUBLIC USE #######################
//Editortable_0.generateDefinitionsFilesToolStripMenuItem.Visible = true; //ONLY FOR DEVELOPPER
//Editortable_0.generateDefinitionFileFromExtractedDefinitionToolStripMenuItem.Visible = true; //ONLY FOR DEVELOPPER

//Class_DefinitionMaker_0.ExtracHondaAcuraECUCodesList();
//Class_DefinitionMaker_0.SetHondaAcuraCodesToDefinitionsFiles();
//Class_DefinitionMaker_0.ExtractAllRWDStartFileBytes();
//Class_DefinitionMaker_0.ExtractAllDefinitionsParametersFound();
//Class_DefinitionMaker_0.ExtractMathFunctionsFromDefinitionsNames();
//######################################################################################################
//######################################################################################################

this.method_1("--------------------------------------");
this.Enabled = true;
}
Expand Down
Binary file modified bin/Debug/FlashToolTest.exe
Binary file not shown.
Binary file modified bin/Debug/FlashToolTest.pdb
Binary file not shown.
Binary file modified bin/Debug/FlashToolTest.zip
Binary file not shown.
Binary file modified obj/Debug/FlashToolTest.Properties.Resources.resources
Binary file not shown.
26 changes: 26 additions & 0 deletions obj/Debug/FlashToolTest.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,29 @@ C:\Users\boule\Documents\Visual Studio 2019\Projects\FlashToolTest\obj\Debug\Edi
C:\Users\boule\Documents\Visual Studio 2019\Projects\FlashToolTest\bin\Debug\BootLoaderSumBytesList.txt
C:\Users\boule\Documents\Visual Studio 2019\Projects\FlashToolTest\obj\Debug\GForm_ExtractSize.resources
C:\Users\boule\Documents\Visual Studio 2019\Projects\FlashToolTest\obj\Debug\GForm_SeveralDef.resources
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\RWDFileMaker.txt
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\BootLoaderSumBytesList.txt
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\ECUS_KEYS.txt
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\OBD2.txt
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\FlashToolTest.exe.config
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\FlashToolTest.exe
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\FlashToolTest.pdb
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\DarkUI.dll
C:\Users\boule\Documents\Github\HondaReflashTool\bin\Debug\J2534-Sharp.dll
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.csprojAssemblyReference.cache
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.frmOBD2Scan.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_Warning.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_SeveralDef.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_ExtractSize.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_Credits.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_FWChkSum.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_ConvertBIN.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_Main.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_PlatformSelect.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\GForm_J2534Select.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\Editortable.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.Properties.Resources.resources
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.csproj.GenerateResource.cache
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.csproj.CopyComplete
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.exe
C:\Users\boule\Documents\Github\HondaReflashTool\obj\Debug\FlashToolTest.pdb
Binary file modified obj/Debug/FlashToolTest.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified obj/Debug/FlashToolTest.exe
Binary file not shown.
Binary file modified obj/Debug/FlashToolTest.pdb
Binary file not shown.
Binary file added obj/Debug/GForm_Warning.resources
Binary file not shown.

0 comments on commit 961062c

Please sign in to comment.