I am getting this error when i attempt to use UuidCreate( &uuid );
LNK2019: unresolved external symbol __imp__UuidCreate@4
After some googling, i saw i have to link with Rpcrt4.lib
I am using VS 2003 and not familiar with linking at all.
1. How do I do linking?
2. Do I link with .lib file or .dll file?
Thanks in advance.