Prblm with SecLookupAccountName

Hi!

I try to call SecLookupAccountName in the DriverEntry of my Minifilter for winxp.
When i try to compile i get a LNK1120 error (shown below).

Unfortunately I am not very familiar with the compiler of the IFS toolkit.
Can you please tell me to which library i have to set the path to make my call to SecLookupAccountName work?

Klaus Hörandtner
PS: Happy new year!

BUILD: Linking c:\sharedfolder\sieve\filter directory
Linking Executable - filter\objchk_wxp_x86\i386\sieve.sys for i386
errors in directory c:\sharedfolder\sieve\filter
filter\sieve.obj : error LNK2019: unresolved external symbol _SecLookupAccountNa
me@24 referenced in function _SieveLookupAccount@0
filter\objchk_wxp_x86\i386\sieve.sys : error LNK1120: 1 unresolved externals
BUILD: Linking c:\sharedfolder\sieve\user directory

As much as I remember - you need to add the ksecdd.lib library .

e.g - in my “sources” i have the following lines:
TARGETLIBS= $(TARGETLIBS) \
$(IFSKIT_LIB_PATH)\fltMgr.lib \
$(IFSKIT_LIB_PATH)\ksecdd.lib

zvika

On Tue 02 Jan 16:32 2007 xxxxx@hotmail.com wrote:

Hi!

I try to call SecLookupAccountName in the DriverEntry of my Minifilter for winxp.
When i try to compile i get a LNK1120 error (shown below).

Unfortunately I am not very familiar with the compiler of the IFS toolkit.
Can you please tell me to which library i have to set the path to make my call to SecLookupAccountName work?

Klaus Hörandtner
PS: Happy new year!

BUILD: Linking c:\sharedfolder\sieve\filter directory
Linking Executable - filter\objchk_wxp_x86\i386\sieve.sys for i386
errors in directory c:\sharedfolder\sieve\filter
filter\sieve.obj : error LNK2019: unresolved external symbol _SecLookupAccountNa
me@24 referenced in function _SieveLookupAccount@0
filter\objchk_wxp_x86\i386\sieve.sys : error LNK1120: 1 unresolved externals
BUILD: Linking c:\sharedfolder\sieve\user directory


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com