473,385 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MSVC 4.2 needed

I have a dll that, I'm told, has been created using MSVC 4.2. I am trying
to seperate the run time library from the user written code (as part of a
decompilation effort[1]). I believe the object would have been linked
against libcmtd.lib, but as I am unable to find a copy of this library I
can't confirm this. Does anyone have a copy of MSVC 4.2 lying around?
I'm only need the relevant library but a full functioning copy would also
be useful.

Trent Waddington

1. For more information on our decompiler, see http://boomerang.sourceforge.net/
Jul 19 '05 #1
4 2388
On 29 Sep 2003 03:40:44 GMT, Trent WADDINGTON
<s3*****@student.uq.edu.au> wrote in comp.lang.c++:
I have a dll that, I'm told, has been created using MSVC 4.2. I am trying
to seperate the run time library from the user written code (as part of a
decompilation effort[1]). I believe the object would have been linked
against libcmtd.lib, but as I am unable to find a copy of this library I
can't confirm this. Does anyone have a copy of MSVC 4.2 lying around?
I'm only need the relevant library but a full functioning copy would also
be useful.

Trent Waddington

1. For more information on our decompiler, see http://boomerang.sourceforge.net/


I fail to see a question about the C++ language in your post.

Try contacting Microsoft. They used to, and probably still do, where
you can use a license for a current version to run an earlier version.
And they used to provide the old versions for a very nominal cost.

On the other hand, if they find out that you're writing a decompiler,
they might get upset.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Jul 19 '05 #2
"Trent WADDINGTON" <s3*****@student.uq.edu.au> wrote in message
news:bl**********@bunyip.cc.uq.edu.au...
I have a dll that, I'm told, has been created using MSVC 4.2. I am trying
to seperate the run time library from the user written code (as part of a
decompilation effort[1]). I believe the object would have been linked
against libcmtd.lib, but as I am unable to find a copy of this library I
can't confirm this. Does anyone have a copy of MSVC 4.2 lying around?
I'm only need the relevant library but a full functioning copy would also
be useful.


http://www.slack.net/~shiva/welcome.txt

-Mike
Jul 19 '05 #3
Jack Klein <ja*******@spamcop.net> wrote:
I fail to see a question about the C++ language in your post.
Other than the fact that it's a C++ decompiler?
Try contacting Microsoft. They used to, and probably still do, where
you can use a license for a current version to run an earlier version.
And they used to provide the old versions for a very nominal cost.
We have, they don't supply their old versions anymore. As far as they're
concerned the software never existed.
On the other hand, if they find out that you're writing a decompiler,
they might get upset.


No. They're very supportive. Why would you think this? Our customer has
a legitimate copyright over the software they have asked us to decompile.
They're also legimate licensees of Microsoft's product, they simply don't
have a copy of it anymore as it was located on the same media as the
source code they lost.

Sorry is my request is not appropriate for this newsgroup, other than
microsoft.public.vc.language can anyone recommend a better one?

Trent
Jul 19 '05 #4
On 29 Sep 2003 09:32:26 GMT, Trent WADDINGTON
<s3*****@student.uq.edu.au> wrote in comp.lang.c++:
Jack Klein <ja*******@spamcop.net> wrote:
I fail to see a question about the C++ language in your post.


Other than the fact that it's a C++ decompiler?
Try contacting Microsoft. They used to, and probably still do, where
you can use a license for a current version to run an earlier version.
And they used to provide the old versions for a very nominal cost.


We have, they don't supply their old versions anymore. As far as they're
concerned the software never existed.
On the other hand, if they find out that you're writing a decompiler,
they might get upset.


No. They're very supportive. Why would you think this? Our customer has
a legitimate copyright over the software they have asked us to decompile.
They're also legimate licensees of Microsoft's product, they simply don't
have a copy of it anymore as it was located on the same media as the
source code they lost.

Sorry is my request is not appropriate for this newsgroup, other than
microsoft.public.vc.language can anyone recommend a better one?

Trent


This is off-topic, but I too often have to maintain old, old software.
Older compilers often show up for auction on E-Bay from time to time.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Syver Enstad | last post by:
I've downloaded both source distro, and binary installer. Installed python with the binary installer, when I attempted to compile mxDateTime (mxBase) for 2.3 with MSVC 6.0 I got an error that...
2
by: Eric Brunel | last post by:
Hi all, We're trying to communicate with Microsoft Visual C++ 6.0 via COM to make it perform a few operations. Our main need is to set a breakpoint on a given line in a given file. We ended up...
2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
0
by: Leor Zolman | last post by:
The Intel C++ version of STLFilt (my STL Error Message Decryptor utility) has now been updated to support Intel C++ 8 (currently in Beta) along with version 7. All three MSVC libraries are...
8
by: Chris Stankevitz | last post by:
I can't tell you how frusterated I and my coworkers are with "MSVC 7.1 .net 2003" (what am I supposed to call this thing anyway?). Compiling and linking take twice as long with "MSVC 7.1 .net...
6
by: Uli | last post by:
Hello, I'm trying to use a DLL (by static linking) which was compiled with Borland C++Builder (BCB) in Visual C++ (Visual-Studio 2003). All functions are declared with the directive 'extern...
0
by: zhuang | last post by:
Hi, I'm having some problems getting weave to work correctly. For now, I'm just testing how to access Numeric arrays under weave. My test code is: from Numeric import * import weave a =...
2
by: BruceWho | last post by:
I downloaded boost1.35.0 and built it with following command: bjam --toolset=msvc-7.1 --variant=release --threading=multi -- link=shared --with-system stage and it failed to compile, error...
1
by: Jim Langston | last post by:
I'm trying to compile some source code to interface LUA into C++. When I compile in MSVC++ Express 2008, however, I get the error (among others): ....\luastate.h(129) : error C2027: use of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.