exerb problem - dll not found

B

Berger, Daniel

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C382DF.F8B27A30
Content-Type: text/plain

Hi all,

Ruby 1.6.8
Windows XP Pro
exerb 2.6.7

I recently was able to successfully build an exe on my own XP Pro box and it
worked fine. This application includes Ruby packages that are C extensions.
I gave it to a co-worker to test on his XP Pro box and he got this error:

"This application has failed to start because MSVCR70.dll was not found.
Re-installing the application may fix this problem".

Now, I do have VC++ 7 on this box, and I'm assuming that's where the dll
came from. My question is, why does it need this dll? Is it because of the
C extensions? Or did I build it badly? Is there a way around this or will
I simply have to distribute the dll with the exe file as part of a
distribution?

Any and all help appreciated.

Regards,

Dan

------_=_NextPart_001_01C382DF.F8B27A30
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DUS-ASCII">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>exerb problem - dll not found</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Arial">Hi all,</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Ruby 1.6.8</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Windows XP Pro</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">exerb 2.6.7</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">I recently was able to successfully =
build an exe on my own XP Pro box and it worked fine.&nbsp; This =
application includes Ruby packages that are C extensions. I gave it to =
a co-worker to test on his XP Pro box and he got this error:</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&quot;This application has failed to =
start because MSVCR70.dll was not found.&nbsp; Re-installing the =
application may fix this problem&quot;.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Now, I do have VC++ 7 on this box, and =
I'm assuming that's where the dll came from.&nbsp; My question is, why =
does it need this dll?&nbsp; Is it because of the C extensions?&nbsp; =
Or did I build it badly?&nbsp; Is there a way around this or will I =
simply have to distribute the dll with the exe file as part of a =
distribution?</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Any and all help appreciated.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Regards,</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Dan</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C382DF.F8B27A30--
 
D

Damphyr

Hi all,

Ruby 1.6.8
Windows XP Pro
exerb 2.6.7

I recently was able to successfully build an exe on my own XP Pro box
and it worked fine. This application includes Ruby packages that are C
extensions. I gave it to a co-worker to test on his XP Pro box and he
got this error:

"This application has failed to start because MSVCR70.dll was not
found. Re-installing the application may fix this problem".

Now, I do have VC++ 7 on this box, and I'm assuming that's where the dll
came from. My question is, why does it need this dll? Is it because of
the C extensions? Or did I build it badly? Is there a way around this
or will I simply have to distribute the dll with the exe file as part of
a distribution?
msvcr*.dll and msvcrt.dll are the runtime libraries for windows.
You either redistribute them, link statically or do it with VC++6.0
whose runtime is in all installations of Win98 or later.
I don't know anythign about exerb (something I need to rectify), but
check to see if it will allow you to built statically.
Cheers,
V.-


____________________________________________________________________
http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ.
http://www.freemail.gr - free email service for the Greek-speaking.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top