syntax error : missing ';' before identifier 'ContextRecord'

In VS 2005


error C2146: syntax error : missing ';' before identifier 'ContextRecord'


這是在程式裡可能直接 include windef.h 而不是 include windows.h 的問題。


解法是將 #include 改為 #include


留言

熱門文章