I have a native DLL that is a plug-in to a different application (one that I have essentially zero control of). Everything works just great until I link with an additional .lib file (links my DLL to a
I\'m trying to figure out the best way to hide certain fields in user profile based on user\'s preference. So far I\'m using a boolean field and an if, then statement.