Daniel Baird
05/30/2019, 10:32 PM__imp_UuidCreate'
This method exists in platform.windows. I'm assuming i'm just missing a linker flag, but I'm not sure how to determine what linker flag I need.
I have already added -luuid
. Any thoughts?Dominaezzz
05/30/2019, 10:37 PMDominaezzz
05/30/2019, 10:37 PMX64
or X86
target?Daniel Baird
05/30/2019, 10:42 PMDaniel Baird
05/30/2019, 10:42 PM-lrpcrt4
appears to fix it.Dico
05/31/2019, 1:51 AM