findpattern.cpp:1:5: error: 'i' does not name a type
■# i n c l u d e " f i n d p a t t e r n . h "
^
findpattern.cpp:27:2: error: 'D' does not name a type
m b i . R e g i o n S i z e , N U L L ) ;
^
findpattern.cpp:83:2: error: 'v' does not name a type
c:\ minGW \ mingw32 \ bin \ g ++ -c findpattern.cpp
答案 0 :(得分:2)
请检查您是否以正确的编码保存了文件。一些Windows编辑器默认使用UTF-16,这可能会导致类似的问题。您需要选择UTF-8。