Search found 2 matches

by Friggincomputers
Thu Mar 07, 2013 2:54 pm
Forum: Tracking Tools
Topic: Tracking Tools access violation exception
Replies: 6
Views: 11977

Re: Tracking Tools access violation exception

I figured out the problem:

The Trackingtools functions are __cdelc. I was defining my functions as __stdcall.
by Friggincomputers
Thu Mar 07, 2013 12:26 pm
Forum: Tracking Tools
Topic: Tracking Tools access violation exception
Replies: 6
Views: 11977

Re: Tracking Tools access violation exception

I have a similar problem (with version 2.5.2 and V120:Duo); when dynamically loading the DLL, some of the initialization cause the enclosing function to crash on exit. The DLL is loaded without any problem, the functions are retrieved correctly and all calls return "success". But the funct...