How to get GUID or Application ID
can any one tell me how to get Application ID or GUID of my application and how to use SDK lib files and header files in my application. and when i am including "const ApplicationId myApplicationID( ADP_DEBUG_APPLICATIONID);" this syntax in my code its showing error during compile
Error 1-Error 2 error LNK2019: unresolved external symbol _GetModuleFileNameExW@16 referenced in function "public: static class std::basic_string,class std::allocator > const __cdecl com::intel::adp::SystemUtils::GetAppName(void)" (?GetAppName@SystemUtils@adp@intel@com@@SA?BV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) adpcored.lib EncoderClient
Error 2- Error 3 error LNK2019: unresolved external symbol __imp__SHRegGetValueW@28 referenced in function "public: static class std::basic_string,class std::allocator > const __cdecl com::intel::adp::SystemUtils::GetRegistryKeyValueData(struct HKEY__ *,class std::basic_string,class std::allocator > const &,class std::basic_string,class std::allocator > const &)" (?GetRegistryKeyValueData@SystemUtils@adp@intel@com@@SA?BV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAUHKEY__@@ABV56@1@Z) adpcored.lib EncoderClient
Error 3- Error 4 fatal error LNK1120: 2 unresolved externals
Warning - Warning 1 warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library EncoderClient EncoderClient




