Skip to content

How do I use a DLL in a C++ native module? #12284

Answered by chrisglein
meucontato asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this should be very possible. Native modules are just C++ code. Have you got as far as getting your basic native module (without linking in your DLL) yet? Once you're there, you should be able to use Visual Studio to link your DLL in just fine and call that code from your native module. Look for resources on this on docs.microsoft.com.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chrisglein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants