02-28-2012 06:15 PM
I am traying to integrate scoreloop into my game, I am using the new NDK 2.0, but after following the documentation and using as reference the "BelligerentBlocks" example when compiling I only receive the error undefined reference to 'Any function from scoreloop' like SC_InitData_InitWithSizeAndVersion
Do I have to do anything special besides code to be able to integrate the scoreloop functionality (something like add a library or something)?
Solved! Go to Solution.
02-28-2012 09:30 PM
Yes, most probably you are missing library though I don't know which one (neveer worked with Scoreloop).
02-29-2012 01:39 AM
I already was able to comile the thing that was missing was to add to the configuration file the lines
<option id="com.qnx.qcc.option.linker.qccoptions.338322515
<listOptionValue builtIn="false" value="-Bstatic -lscoreloopcore -Bdynamic"/>
</option>
and add the sqlite3 library