Jump to content
OMRON Forums

Subfolder in background app build problem


BartVerzijlenberg

Recommended Posts

Hi,

 

I have created the following background app files:

 

capp1.c

capp1.h

newfolder\test.c

newfolder\test.h

 

capp1.h calls testFunc() in test.h

 

However, when I try to build this, it attemps to create an app, not an object file:

../../../Bin/Debug/NewFolder.out

 

How can I change this behavior? Surely I'm not forced to have all my files in a single flat folder?

 

Thanks,

Bart

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

PS. I also can't seem to create .c files through the IDE. Any reason why I can't?

 

Hi,

 

I have created the following background app files:

 

capp1.c

capp1.h

newfolder\test.c

newfolder\test.h

 

capp1.h calls testFunc() in test.h

 

However, when I try to build this, it attemps to create an app, not an object file:

../../../Bin/Debug/NewFolder.out

 

How can I change this behavior? Surely I'm not forced to have all my files in a single flat folder?

 

Thanks,

Bart

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...