Error!!! Help me please!!!
Blitz3D Forums/Blitz3D Programming/Error!!! Help me please!!!
| ||
Hello, I come to you to tell me to be this error. A greeting. ![]() |
| ||
The term 'pure virtual function' sounds like something out of OOP, and I don't think any Blitz3D code could possibly result in this - maybe an extension problem? |
| ||
http://support.microsoft.com/kb/125749 Basically... there's a bug, either in Blitz3D or any userlibs you're using that were compiled with MSVC. What userlibs are you using? (I can't believe this could exist in B3D and not have happened before now!) |
| ||
i am use FastExt, FastImage, and FastText, error is change resolution screen =( |
| ||
...basically, test the same thing without the FastLibs. If you get the same error, report the bug to Mark; if you don't, report the bug to Mikhail. Either way, this is a C++ error so it's in B3D or FastLibs, not your code. Last edited 2010 |
| ||
This will not be a helpful post - but I had this error crop up in some of my code once, never did figure out what the cause was (ending up rewriting the whole thing to not use the function that was being reported as the culprit...) Like I said, this would not be a helpful post... |