It appears to us that the the Comet Library is needed in order to
write a client application. Is that right ?
We don't know this library at all.
You provide good examples with the OEAPI object, but we face some
difficulties with the NKTWAB object.
We don't understand how to initialize a NKTWAB instance. Even by using
the #import directive, we could not see any function that would allow
us to get a pointer or a variable of a NKTWAB instance.
Your support would be very appreciated.
We think that what we need to start using your NKTWAB Lib is a sample
client code.
Can you send us a simple project in Visual C++ to show us ?
Or maybe something like a simple app written for console that just
displays the number of contacts stored in the main address-book folder
would be fine.
Maybe something very simple like this:
#include <stdio.h>
#import "c:\nktwab.dll" no_namespace
using namespace std;
void main() {
int mainforderContactsCount;
CoInitialize(NULL);
??????
??????
??????
??????
printf("%d\n", mainforderContactsCount);
NKT->Release();
CoUninitialize();
}
>From that we think we could do the rest.
Thanks
Regards,
Jean Beaucour
-- Nektra Advanced Computing http://www.nektra.com