Re: How do I Compile Password Filter

From: Joe Richards [MVP] (humorexpress_at_hotmail.com)
Date: 05/14/05


Date: Sat, 14 May 2005 10:07:25 -0400

I am sorry, I can't help with the compiling as I don't use Visual Studio.
However how do you know whether or not it is being called? Have you configured
any trace statements in the code to output that your function has been called?

Look at

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/outputdebugstring.asp

in combination with sysinternals dbgview to verify your function is being entered.

   joe

--
Joe Richards Microsoft MVP Windows Server Directory Services
www.joeware.net
Bob Voss wrote:
> I made a minor modification to the sample password filter from the SDK, 
> compiled ut and copied it to the system32 folder on both of our Windows 2003 
> DCs..  I added the dll name to the end of the Notification Packages registry 
> key value on on both.  The filter does not seem to be called when I change a 
> password.  The group policy for complex passwords is disabled because I 
> don't want to use the built-in rules.  One set up instructions says to 
> enable this, but other postings from MSFT say it is not needed.
> 
> I'm not a 'C' programmer, so I may have compiled it incorrectly.  I 
> installed Visual C++ from Visual Studio 6 but ended up using the command 
> line "nmake /f makefile" to compile it.  I set the environment variable 
> TARGETOS=WINNT for the makefile to work.
> 
> Was this the correct procedure?  Is there anything else that must be done?
> TIA 
> 
> 


Relevant Pages

  • Re: newbie question
    ... >> Now do I need Visual Studio .NET, ... > compiling without Visual Studio, ... > uses compiled DLLs with ASPX page templates. ... it passes it off the the HttpHandler for that type ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: newbie question
    ... > Now do I need Visual Studio .NET, ... Visual Studio.Net provides you with all the latest debugging and compiling ... > that work like CGI or IIS extensions? ... compiled DLLs with ASPX page templates. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: app.config
    ... > I noticed that the app.config file wasn't being copied into the Debug ... > Debug directory when compiling... ... You're supposed to create a file named App.config in your Visual Studio ... Programname.exe.config in the output directory. ...
    (microsoft.public.dotnet.general)
  • re: Where is the STL.NET?
    ... Actually, you are not using STL.Net, just plain STL, which does not work with managed types. ... Nikola Dudar ... I'm using Visual Studio 2005 Professional, ... Compiling... ...
    (microsoft.public.dotnet.languages.vc)
  • Re: How to not build all projects when pressing <F5>
    ... Luis Capriles wrote: ... > Even after I find it, it does exactly the same thing –it visits all the projects in the solution before compiling the files that need compiling. ... use themselves for project managing. ... A lot of sample codes comes with makefile, ...
    (microsoft.public.vc.ide_general)