Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References should be passed from LabVIEW to DLL as Unsigned Pointer-sized Integer (USZ) values #1

Open
jimkring opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jimkring
Copy link
Contributor

This is important, in order to support both 32-bit and 64-bit builds of the DLL, since (under the hood) the DLL will use 32-bit integers and 64-bit integers for the pointers, depending on the build target bitness.

image

@jimkring jimkring added the bug Something isn't working label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants