Home › Forums › Software Development › 64bit Native Dll's
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Grant [Tobii].
- AuthorPosts
- 23/06/2020 at 03:31 #18229Zachary BrownParticipant
Is there a way to download the 64bit native dll’s? I have a 64bit c# WPF app that requires that I compile as 64bit specifically, I have a number of other libraries in use that are only provided as 64bit dll’s and my app must be also be a 64bit app.
For example, if you download the coreSDK sample, use NuGet to install the Interaction lib and force the build type to x64 there’s an error when it tries to load Tobii.EyeX.Client.dll (which is exactly the functionality I’m trying to add).
</zach>
24/06/2020 at 16:38 #18250Grant [Tobii]KeymasterHi @ctzn99, I setup a new WPF project in Visual Studio 2019, then through the process manager setup the platform to be x64 only.
Then load manage nuget packages -> install Tobii.Interaction. and run the blank window.
Thereafter, within the project folder: packages\Tobii.Interaction.0.7.3\build\x64 you should find the 64bit DLL that you can port across.
Please try this out and let me know how you get on. Best Wishes.
24/06/2020 at 19:23 #18251Zachary BrownParticipantThis is exactly what I needed, after making the changes to the configuration in my solution, not just changing the build output type the test I setup started working. The other piece was the location of the 64bit dll, I was able to simply copy that over to my actual project and everything just started working.
Thanks!!
</zach>
26/06/2020 at 16:53 #18261Grant [Tobii]KeymasterGreat! Glad to hear it, please do get in touch again should you require any further information. Best Wishes.
- AuthorPosts
- You must be logged in to reply to this topic.