|
 |
|
10-25-2009, 06:27 PM
|
#31
|
|
Maximum Bitrate
Join Date: Jul 2008
Location: Boston, Ma or NY,NY
Posts: 555
|
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-02-2009, 09:16 PM
|
#32
|
|
Low Bitrate
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
|
openobd.exe also immediatly crashes (but for some reason doesnt show the standard .NET exception popup)
The music browser app also crashed for me when it tried to inssert into the SQL DB, so I would guess that this app is crashing for the same reason as that one. (openobd.exe is compiled in anycpu but the sqllite dll is only x32 and it is running on a x64 system so the .exe file is looking for the x64 part of sqllite dll, which I am assuming isnt there. I have ran into this issue myself with SQLCE and some other pre-compiled .net dll files. It seems you usually only get a 32bit dll, not a 32/64 'anycpu' dll. Building your app in x32only or rebuilding the sqllite in anycpu should fix this, if that is the problem after all.)
BTW Good work on this whole thing, I am really liking what I am seeing.
__________________
Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
Main PC: Q9550@4Ghz, 8GB DDR2, Asus P5Q-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80
|
|
|
11-02-2009, 10:49 PM
|
#33
|
|
Variable Bitrate
Join Date: Sep 2008
Location: Social Circle, Athens, Atlanta, Carrolton
Posts: 239
|
JC - should have the rest of GM's cars done sometime by the end of the week.
|
|
|
11-03-2009, 10:35 AM
|
#34
|
|
Low Bitrate
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
|
The 64 bit sqllite dll has resolved the issue.
__________________
Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
Main PC: Q9550@4Ghz, 8GB DDR2, Asus P5Q-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80
|
|
|
11-03-2009, 12:31 PM
|
#35
|
|
Mod - OBDII GPS Logger forum
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
|
Quote:
The 64 bit sqllite dll has resolved the issue.
I don't know what's going on here, but the recommended way to use SQLite is to use the amalgam package, and build it directly in with your source; either as a static library [which is what obdgpslogger does], or just shove sqlite3.c into your big list of source files.
Gary (-;
|
|
|
11-03-2009, 12:51 PM
|
#36
|
|
Maximum Bitrate
Join Date: Jul 2008
Location: Boston, Ma or NY,NY
Posts: 555
|
Quote: Originally Posted by chunkyks 
I don't know what's going on here, but the recommended way to use SQLite is to use the amalgam package, and build it directly in with your source; either as a static library [which is what obdgpslogger does], or just shove sqlite3.c into your big list of source files.
Gary (-;
Not in c# its not
Managed code is great for a lot of things...its one weakness is heavy processing (like database applications). So while yes I could use a fully managed version, for performance reasons it makes more sense to use native code (hence the separate 32/64 optimized builds).
|
|
|
11-06-2009, 03:47 PM
|
#37
|
|
Low Bitrate
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
|
BTW, let me know how I can help as far as VW models/information/codes go. I know quite a lot about their disgnostic systems and know where lots of code listings/etc are.
__________________
Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
Main PC: Q9550@4Ghz, 8GB DDR2, Asus P5Q-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:54 AM.
| |