Quote: ""To double check it right click on the project and choose properties. Open "C/C++ Build->Settings" on the left hand side then find the "QCC Linker->Libraries" option on the right hand side. The "Configuration" drop down box at the top determines which build mode we are looking at. For "Debug-Release" the "Library Paths" box must include the line "${workspace_loc:/${ProjName}/libs/release}", for "Simulator" build the Library Paths box must contain the entry "${workspace_loc:/${ProjName}/libs/sim}""
"
when i tried this i got the following errors.
Description Resource Path Location Type
undefined reference to `mmrenderer_event_get_error_position' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `mmrenderer_event_get_error' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `mmrenderer_event_get_state' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `mmrenderer_get_domain' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `mmrenderer_request_events' AGKPlayer line 0 C/C++ Problem
undefined reference to `navigator_done_orientation' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `navigator_event_get_orientation_angle' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `navigator_get_domain' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `navigator_orientation_check_response' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `navigator_request_events' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `navigator_rotation_lock' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `screen_get_domain' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `virtualkeyboard_hide' AGKPlayer line 0 C/C++ Problem
undefined reference to `virtualkeyboard_hide' AGKPlayer line 0 C/C++ Problem
undefined reference to `virtualkeyboard_request_events' Core.cpp /AGKPlayer/src C/C++ Problem
undefined reference to `virtualkeyboard_show' AGKPlayer line 0 C/C++ Problem
cant work out what is wrong.
please help.
Rickynzx