Ok finally got it to run in standalone. Using an XP
machine that does not have VC2005 installed best is
the:
\Program Files\Microsoft Visual Studio
8\SDK\v2.0\Bootstrapper\Packages\vcredist_x86\vcredist_x86.exe
and run that for 2000 machines you will need the
Windows Installer 3.0.
--- "Victor
On 2007.06.01 at 07:35:37 -0700, gary clark wrote:
> Hey Simon,
>
> I pushed the MSVCR71.dll into windows system32
> directory. I am building the application with code
> Generation /MD. I then ran the client application
If you use /MD you might need debug version of dll.
MSVCR71D.DLL. And this i
Gary,
since you mentioned that you call LoadLibrary() in your code, depwalker
will not find those SSL DLLs for your app itself.
However, looking at your problem it may very well be that the SSL DLLs
themselves do not properly initialize: they may also need additional DLL
for their C run-time
gt; --- Amit Hakoo <[EMAIL PROTECTED]> wrote:
>
> > Try to drop in MSVCR80.dll in system32
> >
> > --Amit
> >
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of gary c
k
> Sent: Friday, June 01, 2007 4:13 PM
> To: openssl-users@openssl.org
> Subject: RE: openssl clients for windows
>
> Hey Amit,
>
> I built the visual studio project very similar
> except
> without the batchfile you created. I managed to
> successfully run the te
Try to drop in MSVCR80.dll in system32
--Amit
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of gary clark
Sent: Friday, June 01, 2007 4:13 PM
To: openssl-users@openssl.org
Subject: RE: openssl clients for windows
Hey Amit,
I built the visual studio
PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of gary clark
> Sent: Friday, June 01, 2007 12:18 PM
> To: openssl-users@openssl.org
> Subject: RE: openssl clients for windows
>
> Thanks Amit. I have never built the openssl
> libraries
> in visual studio. I buil
openssl-users@openssl.org
Subject: RE: openssl clients for windows
Thanks Amit. I have never built the openssl libraries
in visual studio. I built it for windows machine but
never use Visual Studio to build the libraries.
Using openssl-0.9.8e.
> cd /d C:\build\openssl-0.9.8e
> perl Config
n via the Dependency
> walker UI
>
> --Amit
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of gary clark
> Sent: Friday, June 01, 2007 11:52 AM
> To: openssl-users@openssl.org
> Subject: RE: openssl clients for windows
.
You can find that information via the Dependency walker UI
--Amit
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of gary clark
Sent: Friday, June 01, 2007 11:52 AM
To: openssl-users@openssl.org
Subject: RE: openssl clients for windows
Hello,
I changed my
They were depending on
> > MSVCR80.dll. I then manually built it using Visual
> > studio 2003 and all
> > worked fine.
> >
> > Just my findings
> >
> > --Amit
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [m
gt; Just my findings
>
> --Amit
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Simon Edwards
> Sent: Friday, June 01, 2007 9:14 AM
> To: openssl-users@openssl.org
> Subject: RE: openssl clients for windows
>
> H
D]
[mailto:[EMAIL PROTECTED] On Behalf Of gary clark
Sent: 01 June 2007 15:45
To: openssl-users@openssl.org
Subject: RE: openssl clients for windows
Thanks Amit.
--- Amit Hakoo <[EMAIL PROTECTED]> wrote:
> Hi Gary,
>
> Try using the dependency walker. It's a great tool.
>
PROTECTED] On Behalf
> Of gary clark
> Sent: Friday, June 01, 2007 10:36 AM
> To: openssl-users@openssl.org
> Subject: RE: openssl clients for windows
>
> Hey Simon,
>
> I pushed the MSVCR71.dll into windows system32
> directory. I am building the application with code
>
elopment
> Micro Focus
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of gary clark
> Sent: 01 June 2007 13:55
> To: openssl-users@openssl.org
> Subject: Re: openssl clients for windows
>
> Hey Joe,
>
cro Focus
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of gary clark
> Sent: 01 June 2007 13:55
> To: openssl-users@openssl.org
> Subject: Re: openssl clients for windows
>
> Hey Joe,
>
> Neve
--Amit
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon Edwards
Sent: Friday, June 01, 2007 9:14 AM
To: openssl-users@openssl.org
Subject: RE: openssl clients for windows
Hi Gary,
I've seen this message when a dependent library is missing. Try
lto:[EMAIL PROTECTED] On Behalf Of gary clark
Sent: 01 June 2007 13:55
To: openssl-users@openssl.org
Subject: Re: openssl clients for windows
Hey Joe,
Never heard of it before. Will give it a try.
Much appreciated,
Garyc
--- Joe Flowers <[EMAIL PROTECTED]> wrote:
> Gary,
>
> Ha
Hey Joe,
Never heard of it before. Will give it a try.
Much appreciated,
Garyc
--- Joe Flowers <[EMAIL PROTECTED]> wrote:
> Gary,
>
> Have you tried running your application in a
> Dependency Walker profile?
> http://support.microsoft.com/kb/256872
>
> Joe
>
>
> gary clark wrote:
> > Hey Vic
Gary,
Have you tried running your application in a Dependency Walker profile?
http://support.microsoft.com/kb/256872
Joe
gary clark wrote:
Hey Victor,
Thanks for the response. I dont think its an attribute
issue of dlls or files. I checked and they seem to be
ok. Not read only. The two dlls
Hey Victor,
Thanks for the response. I dont think its an attribute
issue of dlls or files. I checked and they seem to be
ok. Not read only. The two dlls I'm using are
ssleay32.dll and libeay32.dll and of type application
extension.
I want to load the libraries dynamically using
"LoadLibrary(L"ssl
On 2007.05.31 at 22:28:27 -0700, gary clark wrote:
> Hello,
>
> Using 0.8.9e.
>
> Attempting to port my openssl testclient to a XP
> machine which does not have the complete install of
> openssl.
> I took the ssleay32.dll and libeay32.dll and installed
> them in the system32 directory.
>
> When
Hello,
Using 0.8.9e.
Attempting to port my openssl testclient to a XP
machine which does not have the complete install of
openssl.
I took the ssleay32.dll and libeay32.dll and installed
them in the system32 directory.
When running the client I am seeing it crash with the
message "The application
23 matches
Mail list logo