I'm currently reworking an old project by replacing the menubar with a ribbon. I created a Frame etc. but I get assertion fail in appcore.cpp on this line:
ASSERT(AfxGetThread() == NULL);
From what I read recently, something must be wrong with the constructor.
May be it's good to point that I removed the Doc and View classes. But I read somewhere that it shouldn't be a problem :/ Help, anybody?
Removing the Doc and View classes probably broke some underlying framework code. You should probably start from scratch and use the app wizard to create the new framework you want, and, then port the "old" code over to it.