Where is cmcfg32.lib?

Posted by Doo Dee on Stack Overflow See other posts from Stack Overflow or by Doo Dee
Published on 2010-03-26T12:09:49Z Indexed on 2010/03/26 12:13 UTC
Read the original article Hit count: 634

Filed under:
|
|
|
|

Hello!

I found a source code on MSDN about how to enable/disable privileges in C++

According to the source code, the linker must include cmcfg32.lib, but it can't be found...

I tried to compile without including that lib, it compiles without any error, but when I launch my program, it crashes with a fatal error.

So please, if you know which SDK contains cmcfg32.lib, let me know ;)

Thanks!

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about privileges