Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Redundant GUID declaration (Read 214 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Redundant GUID declaration

The GUID declared in the function g_get_guid(), in the file dsp_sample.cpp, in the solution foo_sample, is ignored by the compiler (VS2022). Instead, the compiler recognizes the GUID declared in dsp_sample.h. The two declarations are in different namespaces.


Jon Bokelman