error always occurs

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,381件の閲覧回数
ustcsnaker
Contributor I

Hi, everybody!

 

An error of C4438 always occurs when the project is made. I'm informed of  ENDIF-DIRECTIVE MISSING whereas I don't use

 

any macro definition of IF, IFDEF or IFNDEF in the beginning of my .c files. 

 

Any of you who knows the reason can contact me. Thank you very much.

 

                                                                                                                                                        ustcsnaker

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,107件の閲覧回数
BlackNight
NXP Employee
NXP Employee

It could be that you are missing a #endif in your header files too.

So have a look into the header files you are including into your .c file.

 

Alternatively: produce a preprocessor listing to see what is going on.

 

BK

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,108件の閲覧回数
BlackNight
NXP Employee
NXP Employee

It could be that you are missing a #endif in your header files too.

So have a look into the header files you are including into your .c file.

 

Alternatively: produce a preprocessor listing to see what is going on.

 

BK

0 件の賞賛
返信