the dependencies weren't extracted correctly (DLLs in the debug/release directories) and/or
Would I not get linked to a missing external error?
the start directory for the project has not been set correctly.
Seems release looks in the release folder, and debug in the debug. Should be ok..
Well the DLL's for debug generally have _d or D at the end. If I run the exe out side of a directory where the DLL's are naturally I get DLL errors. So it is rather simple to get them in order.
Let me ask a few questions...
a) Do I need to use LUA?
b) Do I need this raf_common.cfg ( it only makes reference to LUA stuff ) ?
c) If I compile without raf_common.cfg in place I get errors that it cant find it, can that be bypassed?
d) Where it the heck does a person find luad.dll. Without an sl file I cant seem to make it.
I think all the dependencies are in order as the app starts to run but reaches a road block at luad.dll. A file that, nearest I cant tell, is impossible to find.
incidentally If I rem out all of the lua stuff in the raf file I get this output [ see attached].