Re: DVBSky S950C PCIe DVB-S2 CI

#5
I testing in Windows 7 64 bit Professional using 32 bit version ProgDVB and my module CI working fine. Window with CI command working ( http://prntscr.com/awd13y ). Using 64 bit version ProgDVB CI window is empty. And 5 min later option ( http://prntscr.com/awd1ll ) CAM Interface is blocked.

If you need some data for debug, write how to prepare this data.
Sorry for my basic english skills. This is not my priority language.

And actual i am so happy using 32 bit version progdvb but i am so sad because i cant use more timeshift in ram (3GB max).

Re: DVBSky S950C PCIe DVB-S2 CI

#11
I received reply from developers dvbsky:

I think the problem is raised from the following structure.

typedef struct _BSTCI_BDA_EXT_CMD
{
DWORD dwCmd;
VOID * POINTER_32 lpInputBuffer;
DWORD dwInputBufferLength;
VOID * POINTER_32 lpOutputBuffer;
DWORD dwOutputBufferLength;
DWORD * POINTER_32 lpOutputLength;
}BSTCI_BDA_EXT_CMD, *PBSTCI_BDA_EXT_CMD;

Our 64bit driver expects to receive 32bit pointer, but Progdvb 64bit version sends 64bit pointer.
This feature makes our 64bit driver can work with 32bit application running in 64bit windows OS.

Could your forward this information to Progdvb developers?

BR,

Re: DVBSky S950C PCIe DVB-S2 CI

#14
And next reply:

This compatible problem can be fixed by our 64bit driver or ProgDVB 64bit program.
Of cause the 64bit driver can work in 64bit os.
but the current driver need 32bit pointer in this structure from the application.
And we hope ProgDVB can fix this problem, since other 64bit programs follow this request already.

BR,





Please enter the exception for DVBSky cards that you can use freely 64-bit version.