LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Hide details for ContentContent
Getting started
Basic declaration conversion
Data and reference types
Editing reference type items
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: ldap_search_s

ldap_search_s (by Anilkumar Hulikal, 06/03/2005 02:07:50 PM)

OK, I am stumped on this one :(

The ldap.h header file defines the ldap structure as an opaque structure (typdef struct ldap LDAP). In other words, there is no definition for ldap structure given. Therefore the ldap.lss has no type definition (I think). So, it flags error for the following

ld As LDAP

Can someone please suggest me how to handle this?

Thanks and regards,

Anil