Closed GoogleCodeExporter closed 9 years ago
Nevermind, I figured out the right compiler settings and got it to work. Thanks!
Contact me if you'd like, I can write some Wiki documentation for this project.
Original comment by kenneth....@gmail.com
on 13 Nov 2009 at 6:32
Any chance you'd care to share the "right compiler settings"? I have the same
issue.
Original comment by jasonkei...@gmail.com
on 16 Dec 2009 at 7:37
I am a complete noob... the readme file is pretty useless to me, as it does not
include any instructions on compiling the apps. I downloaded the files via
subversion, but am left with files I can't use. Any help on what I need to do
next
would be great!
I need to know what app I use to compile this and what settings to use. After
that,
I suppose the readme will take me the rest of the way.
Thanks!
Kyle
Original comment by gillyk...@gmail.com
on 16 Dec 2009 at 9:36
@gillykyle,
You'll need MS Visual Studio, I'm using 2008 ENT SP1, not sure if the Express
edition
will work. Once that's done, open the "HashingPasswordFilter.sln" and register
the
Google Data API dlls.
Unfortunately, I am seeing the same error on compile as denoted in above report
from
kenneth....@gmail.com. I'm twiddling the compiler settings to see what could be
causing the issue.
Original comment by jasonkei...@gmail.com
on 17 Dec 2009 at 1:25
Thanks, Jason. That clears that up for me so maybe I can start getting my
hands
dirty with this.
Again, this might be a very stupid question, but can't the software be compiled
on a
standard Win2003 box, then published for the rest of us? The same for a
Win2008 box,
if the compiled result is different?
It seems like we're all trying to do the same thing, but having different
results. A
standard release would be very helpful. I know the readme says the developer
is
working on an installer, which would be great. But, it there something that
can be
done in the meantime... like someone who's already compiled it releasing it? I
know
this is done in the linux world all the time... someone compiles it for a
specific
distro then releases it to the rest of the folks running that distro.
Original comment by gillyk...@gmail.com
on 17 Dec 2009 at 2:42
@gillykyle,
You should be able to compile the project on either XP, Server 2003/2008 and
get the
same output. The only difference I can imagine [across platforms] is building
to 32
bit or 64 bit -- but that would be dictated within Visual Studio, not by the OS.
Original comment by jasonkei...@gmail.com
on 17 Dec 2009 at 3:54
Lots of changes after hours of fiddling with it, let me know if this works for
you.
It's just two of the project files, you can use SVN diff to see the changes:
http://dl.dropbox.com/u/359544/HashingPasswordFilter-FixedProjectFiles.zip
I sort of gave up working on this project after finding out the instant updates
to
Google Apps is broken when the google apps username (email) is not the exact
same as
the domain login. The ldap component needs to be modified to query the email
out of
active directory and pass it as the username to the googleupdater.exe (in our
setup
at least). If I could commit to this repo I would work on and sumbit the patch,
as
well as incorporate the compiler options.
Original comment by kenneth....@gmail.com
on 18 Dec 2009 at 1:17
Fixed by last commit.
Sorry for not noticing this but google code didn't nofified me of your comments
and I
forgot to manualy check
Original comment by ciak...@gmail.com
on 4 Mar 2010 at 2:45
Original issue reported on code.google.com by
kenneth....@gmail.com
on 12 Nov 2009 at 8:57