EDIT: Posts moved here from the OBSP Development Thread
But it shows when built as Debug? Very strange. Sounds like a problem around oapiRegisterMFDMode. One clue is that the debug runtime libraries poison the memory with non-null values when they allocate memory, yet the runtime libraries don't (because it is faster) so most often a freshly allocated piece of memory will be filled with zeros.I am trying to get it to work in release build atm. The MFD doesn't show in the menu when built as release, so I think it's gt something to do with not initializing variables.