Activity for openOBD: OBD-II Scan Tool

  • andrew andrew posted a comment on discussion Help/Usage

    Hi, here is the diff to compile with the latest wxwidgets: diff -u openobd-0.5.0/src/obdFrame.cpp openobd-0.5.0-andrew/src/obdFrame.cpp --- openobd-0.5.0/src/obdFrame.cpp 2010-08-03 00:48:31.000000000 +0200 +++ openobd-0.5.0-andrew/src/obdFrame.cpp 2023-11-05 16:15:18.167273021 +0100 @@ -122,7 +122,7 @@ path, filename, filter, - wxFD_SAVE | wxOVERWRITE_PROMPT); + wxFD_SAVE | wxFD_OVERWRITE_PROMPT); // if positive return, save file. if (dialog.ShowModal() == wxID_OK) @@ -310,12 +310,12 @@ // Update...

  • john john posted a comment on discussion Help/Usage

    Installing sqlite-devel-3, sqlite2-devel, sqlite-libs etc did not work. sudo rpm -qa | grep sqlite sqlite2-2.8.17-20.fc26.x86_64 sqlite2-devel-2.8.17-20.fc26.x86_64 sqlite-jdbc-javadoc-3.15.1-3.fc26.noarch sqlite-tcl-3.20.1-2.fc26.x86_64 sqlite-libs-3.20.1-2.fc26.x86_64 sqlite-devel-3.20.1-2.fc26.x86_64 mono-data-sqlite-4.8.0-7.fc26.x86_64 sqlite-libs-3.20.1-2.fc26.i686 sqlite-jdbc-3.15.1-3.fc26.x86_64 sqlite-doc-3.20.1-2.fc26.noarch qt3-sqlite-3.3.8b-69.fc26.x86_64 sqlite3-dbf-2011.01.24-9.fc26.x86_64...

  • Martin Jones Martin Jones posted a comment on discussion Help/Usage

    Well, when I attempt to install the .dep package onto my laptop running Linux Mint 18.2 Cinnamon 64-bit Cinnamon Version 3.4.3 Linux Kernel 4.8.0-53-generic I get the error: "Error: Dependency is not satisdiable: libwxgtk2.8-0 (>=2.8.7.1)" I then installed libwxgtk 2.8-0 to no avail. Here is the versions I have installed: ii libwxgtk2.8-0:amd64 2.8.12.1+dfsg-2ubuntu2 amd64 wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) ii libwxgtk3.0-0v5:amd64 3.0.2+dfsg-1.3ubuntu0.1 amd64 wxWidgets Cross-platform...

  • Marco Gadget Marco Gadget updated merge request #2

    Add support for previous version of wxwidget(<3.0.0)

  • Marco Gadget Marco Gadget created merge request #2

    Add support for previous version of wxwidget(<3.0.0)

  • Marco Gadget Marco Gadget updated merge request #1

    Add retro compatibility for wxwidget (<3.0.0)

  • Marco Gadget Marco Gadget created merge request #1

    Add retro compatibility for wxwidget (<3.0.0)

  • will kranz will kranz posted a comment on discussion Help/Usage

    Hi, I'm just getting into this and find the comments here of interest. Member klemenbr...

  • Brien Brien posted a comment on discussion Help/Usage

    I am also having this issue (รพรพรพรพ in response from device) when using the software...

  • Kevin Elgin Kevin Elgin posted a comment on discussion Help/Usage

    I had this problem (win7 x64) and your file fixed the issue. You do not even have...

  • alan alan posted a comment on discussion Help/Usage

    Just wondered if you'd had any joy with this. I tried to access a 2002 mondeo tdci...

  • Tom Tom modified a comment on discussion Help/Usage

    I've just tried OpenOBD using an ELM327 USB cable connected to my S-Type Jaguar and...

  • Tom Tom posted a comment on discussion Help/Usage

    I've just tried OpenOBD using an ELM327 USB cable connected to my S-Type Jaguar and...

  • Tom Tom posted a comment on discussion Help/Usage

    It has to present a virtual serial port interface on the PC (ie COM1, COM2 etc)....

  • Klemen Klemen posted a comment on discussion Help/Usage

    try: - sudo apt-get install intltool, - make clean (in openobd build folder), - delete...

  • Klemen Klemen modified a comment on discussion Help/Usage

  • Klemen Klemen posted a comment on discussion Help/Usage

    try: - sudo apt-get install intltool, - make clean (in openobd build folder), - delete...

  • Casey Robinson Casey Robinson posted a comment on discussion Help/Usage

    I've downloaded the source for this project, and gotten everything set up on my end....

1