Hello,
I created a nk.bin file with platform builder 4.2. I added the NTLM module
under "Authentication services (SSPI)". I generated the headers for the
platform (Menu->Build->Generate Platfom Headers) then i used
Menu->Platfom->Build SDK to create my own .msi file for the platform. I
installed the platform onto my hardisk. Then I wanted to compile (with
EVC4.0) my application to which uses the NTLM service: my app need both
Ntlmssp.h and Ntlmssp.lib.
I dont understand why, but the two files above are not inside the platform i
created thru Build SDK. The path of the sdk is
C:\WINCE420\PUBLIC\XXXXX\RelDir\NATIONAL_GEODE_X86Release
I searched for those two files in my HDisk, and i found them (for example
the .h file in the path C:\WINCE420\PUBLIC\COMMON\OAK\INC), and i set the
right paths for them and my application got compiled properly.
The question is:
how to add those two files to the platform automatically?
Greetings,
Luca