Im trying to do this but it doesnt seem to be wokring.
There errors
--------------------Configuration: WhiplashGameEngine - Win32 Debug--------------------
Compiling...
main.cpp
c:documents and settingsownerdesktopxiemsoftwhiplash game enginewhiplashgameenginesections.h(93) : error C2065: 'dbEntry' : undeclared identifier
c:documents and settingsownerdesktopxiemsoftwhiplash game enginewhiplashgameenginesections.h(93) : error C2440: '=' : cannot convert from 'int' to 'char [16]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
Error executing cl.exe.
WhiplashGameEngine.exe - 2 error(s), 0 warning(s)
are from this code.
strUsername is declared as char strUsername[16];
if(dbReturnKey()==1){
strUsername = dbEntry$();
}