Citrix Receiver can't show the direct draw softwares,only can execute it.My software is written by C#,use SQL server2005 and direct draw for skin.How to solve it?
The second question:I use the newest Citrix SDK and failed to use notify user event on the iPad.My Citrix is vertion 3.0 old and can't be updated because the company has buyed that vertion software.
int __cdecl main(int argc, char **argv)
{
CMPRESULT rc;
HANDLE hCMP = NULL;
// initialize for STA (Single Thread Apartment) in COM
rc = CMPInitialize(FALSE);
ReportStatus("CMPInitialize", rc);
// Open a handle to the mobile device
rc = CMPOpen(&hCMP);
ReportStatus("CMPOpen", rc);
if(CMP_SUCCESS(rc))
I tested the code and failed.