Hi Soleco,
first about the TomTom SDK related Navigator files.
You need the To....gator.exe and the data.chk file - the CESetup.dll is not needed.
GetInternalVersions need (that's why we call it internal) no navigator at all:
So if this functions runs properly you know TTNCF is well running.
GetSDKVersion (still no need for TTN) shows that the SDK is working well.
GetApplicationVersion last not least proofs that TTN runs.
The error you explain is a typical:
a.) you did not read the manual
b.) VS2005 has "strange" defaults
Error.
To fix it ensure the following steps:
Add a reference to PPPTTCF_,...dll (you did - else you could not compile.
Add the Helper DLL by "add existing element" and choosing the PPPTTHelper...dll. (You could have misssed this - manual [::)]).
And now the "strange" VS2005 issue - in the properties of the added helper DLL you must set "copy if newer" (default is nothing).
After that on your device in the applications directory you should find:
TestTTN.exe
PPPTTCF....dll
PPPTTHelper...dll
HTH
Manfred