MFS unresolved inclusion

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MFS unresolved inclusion

1,705件の閲覧回数
intevac_coder
Contributor III

Hello,

 

I'm trying to add MFS operation to access my SD card.  However, when I add the code:

 

#include <mfs.h>

#include <part_mgr.h>

 

I get

Unresolved inclusion: <mfs.h>

 

What modifications to the project properties do I make so the #includes work correctly?  The warning happens when I'm in debug mode but in release mode, the code compile fails because of the above.

 

Thanks!

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

1,157件の閲覧回数
Abhitechmania
Contributor IV

It looks like it cannot find lib files for the mfs. Try to build mfs project in release mode and then your project.