MSVC++ 6.0: Fatal error C1509 “Too many exception handler states in function”

安稳与你 提交于 2019-12-02 18:40:02

问题


I'm working on a project that uses a lot of generated files for a GUI. After some recent updates, I get this error. If I remove some controls (the new ones or some old ones, doesn't seem to matter which), the error goes away. I've temporarily worked around the problem, but I'd like a more permanent solution. I've seen mentioned on the web that there's a fix for this in VS.Net 2003, but I can't find anything for 6.0. Does anyone know of a hotfix or service pack that fixes this?


回答1:


This is an example of why I became a maverick and developed another way of programming UIs.

It has none of these crazy issues, automatically does dynamic changes on-the-fly, and reduces source code by a large factor.



来源:https://stackoverflow.com/questions/1049781/msvc-6-0-fatal-error-c1509-too-many-exception-handler-states-in-function

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!