How to resolve Unable to find file.cpp in path(s) in Marmalade? -
i'm trying begin develop game in marmalade (6.3). when have made new sources (.cpp, , .h) , added them mkb, , trying run program, got error says unable find file.cpp in path(s). it's of files except files (game.h, game.cpp, main.cpp) made marmalade when have chosen new 2d game project. should add .cpp , .h files anywhere else?
thanks
it difficult give categorical answer without more info. guess you've copied , pasted example , not understood syntax of files section. basically:
files { (foo) humbug.cpp )
the "(foo)" might innocent, says humbug.cpp in directory foo - relative mkb file. common practice use "(source)" , put source files in directory of name - making source layout bit neater.
naturally if have (source) , don't put files in directory source, won't found. guess is seeing.
Comments
Post a Comment