citrix / citrix/workspace-windows-vcsdk
client dll not loaded by citrix workspace
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
dear citrix, hello!
i use https://github.com/citrix/workspace-windows-vcsdk/blob/master/docs/using-example-programs.md to using Citrix Virtual Channel.
1. I compiled example solution
2. I puted vdpingn.dll to $ICAROOT\ICA Client (like other dlls)
3. And add regkeys


4. Reboot machine
5. Run citrix workspace
6. Run virtual app ( calc.exe )
7. dll not loaded

8. I started looking for my mistake and found this:
Compiled dll (from your 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 u help me?
Hope
your client
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with docs/using-example-programs.md and reproduce the reported VCSDK_2202 setup: compile the example solution, place vdpingn.dll in the ICA Client directory, add the shown registry keys, and launch calc.exe through Citrix Workspace. Compare the example DLL's Load function behavior with the SDK's documented expectations; done means the virtual channel DLL loads successfully.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100