'How to: load client dll by citrix workspace
i use https://github.com/citrix/workspace-windows-vcsdk/blob/master/docs/using-example-programs.md to using Citrix Virtual Channel.
- I compiled example solution
- I puted vdpingn.dll to $ICAROOT\ICA Client (like other dlls)
- And add regkeys


- Reboot machine
- Run citrix workspace
- Run virtual app ( calc.exe )
- dll not loaded

- I started looking for my mistake and found this:
Compiled dll (from citrix's examples) has cdecl calling convention on 'Load' function ('Load' provided by your sdk's lib)
Instruction told me i should use stdcall.

SDK version: VCSDK 2202
What i do wrong? Could anybody help me?
Hope little programmer
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
