Citrix Receiver无法显示直接绘制软件,只能执行。我的软件是C#编写的,使用SQL server2005和直接绘制皮肤。如何解决?
第二个问题:我用的是最新的Citrix SDK,在iPad上无法使用notify user event。我的Citrix是3.0版本,因为公司已经购买了那个版本的软件,所以无法更新。
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))
我测试了代码并失败了。