flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Error accessing Crypt32.dll #179

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install on Windows 2000

What is the expected output? What do you see instead?

Error reported finding a function in CRYPT32.DLL "the procedure entry point
CryptProtectMemory" - possibly at the point a password is asked for?
Happens once just before the password is entered, once when Flax Service is
started

Original issue reported on code.google.com by charliej...@gmail.com on 25 Jan 2008 at 4:34

GoogleCodeExporter commented 9 years ago
This is repeatable on Windows XP, but only with the code built on Mongoose. For 
some
reason, the build on Mongoose is producing code that needs a function that is 
only
available on Windows 2003 Server; it's folding in a DLL it shouldn't I expect.

Original comment by charliej...@gmail.com on 25 Jan 2008 at 6:01

GoogleCodeExporter commented 9 years ago
Current fix is to build on my machine rather than Mongoose, but I'll leave this 
one
open as we need to get the build system working.

Original comment by charliej...@gmail.com on 28 Jan 2008 at 11:46

GoogleCodeExporter commented 9 years ago
We've built 1.0 using this workaround, but we need a better fix before the next
release.  Incrementing the milestone.

Original comment by boulton.rj@gmail.com on 29 Jan 2008 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 27 Aug 2009 at 1:21