Question

I want to implement the solution using the pre-processor described here:

Reuse define statement from .h file in C# code

Bonus points if you can point me to the docs at MSDN. I'm having trouble finding them...

Was it helpful?

Solution

Use the /P option to cl.exe ... see MSDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top