Hallo,
I'm writing on behalf of a collegue. He is using the macro NOTINDEX from lib_modeling. That macro is defined as LIMIT<Int32>::MAX. However, when building the project, he gets a linker error, saying that LIMIT<Int32>::MAX was undefined.
I tried it in a small test project, and of course it actually works fine. So there has to be some problem with the rest of his project.
Long story short, here is his question: What could be the reason for LIMIT<Int32> to become undefined for the linker?
Thanks in advance,
Frank