[Botan-devel] Re: Re: LibraryInitializer problem in Win32 (Jack
Lloyd)
Jack Lloyd
lloyd at randombit.net
Sat Oct 20 19:23:01 EDT 2007
OK. A couple more questions:
- Where are you creating the LibraryInitializer? Is it inside main(), or
as a global?
- Which version(s) of Solaris did you run it on? Do you happen to know if
they have /dev/random or /dev/urandom?
-Jack
On Sat, Oct 20, 2007 at 06:48:20PM -0400, Yan Shpilsky wrote:
> Hi Jack,
>
> I compiled everything using only the command line.
>
> For the Botan compilation:
> perl configure.pl msvc-generic-generic
> nmake
>
> For the program compilation (getCred_2.cpp source):
> cl getCred_2.cpp /EHsc /link libbotan.a
>
> I added appropriate include folders and lib folders to the library and
> lib env vars, respectively, so the program compiled with no errors.
> I have also compiled the full program under Solaris and Linux, using
> perl configure.pl sunwspro-generic-generic and perl configure.pl
> gcc-generic-generic, respectively, for the Botan build. The program
> worked perfectly using these builds.
> In the Windows version the program also compiles and links without
> error and works on every line up until the library initialization line,
> as I had a message that output in the line before it and the line after
> it, and only the first message would print.
>
> I am using Windows XP Home SP2.
> I have never used VC8 before and to be honest I find the GUI very
> confusing, and am not sure how to get debug information.
> If you can help me compile with debug info and run the debugger on the
> file, I will send you the info. In the mean time I will try another
> compiler.
> Thanks,
> Yan
> _______________________________________________
> botan-devel mailing list
> botan-devel at randombit.net
> http://www.randombit.net/mailman/listinfo/botan-devel
More information about the botan-devel
mailing list