|
From: Ian <my...@ze...> - 2006-01-13 18:08:10
|
> TL880Spy Initialization Error
> Cannot access the TL880's registers. Aborting.
>
> I've got the MIT MDP-120 card.
>
> I've tried the exe without and with the myhd program running.
>
>
More info:
I re-compiled from the source.
Getting ACCESS_DENIED from:
// Try to find the card...
int ret =3D dTVDrv.pciGetHardwareResources(ids[i][0], ids[i][1],
&dwPhysicalAddress,
&dwMemoryLength, &dwSubsystem);
Btw, on line 48 in the source file:
// Try each device in turn...
for(i=3D0; i<1; i++) {
"i" hasn't been declared yet... also, a loop that loops once? :)
Also, in the WinClasses project, in CSetupDi.hpp line 7 has an include
that isn't necessary:
#include <newdev.h>
Which is good because it allows people to compile this solution without
the ddk! :)
Speaking of the ddk, is that something that can be downloaded somewhere
for free like other sdk's?
|