I have included file "rpcdce.h" for ::UuidToString() function.
Still i am getting link error . Can anyone help me ?
Header files don't solve linker errors, they create them. You'll have to add rpcrt4.lib to the linker's Input + Additional Dependencies setting. Or paste this in your source code file:
#pragma comment(lib, "rpcrt4.lib")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With