I actually came to the same conclusion independently, thanks for confirming. Unfortunately, it still doesn’t work. Here is the code: namespace { …
Hi hdmaster, thanks for the answer. Yes, I’m using the P_AUTO_UI flag. I’ve tried retrieving the HWND of a control inside a rollout but GetDlgItem() …
I had seen this class in the SDK documentation, but what bothered me a little was that it seemed to write messages to disk only, without any sort of v…
Just found out that linking against Maxscrpt.lib fixes the linking errors I got when using the_listener->edit_stream->wputs(). I’m still intere…
I fixed the problem myself. I simply had to implement ISubMap::GetSubTexmapSlotName() for my material.
@lo, thanks for your input, it triggered me to have another look at my Update() method to ultimately discover that I was calling NotifyDependents() un…
I found a neat solution to the problem, I outlined it on Stack Overflow:
It turned out that my solution isn’t completely working, because in general delay-loading a DLL that exports C++ classes with virtual methods is not s…