Link to home
Start Free TrialLog in
Avatar of proddev
proddev

asked on

Want to remove c++ .net dll dependency

I have a c++ dll that won't run under Win98.  I ran Depends.exe.  The files listed as dependencies are:

-  kernel32.dll
-  ntdll.dll
-  user32.dll
-  gdi32.dll
-  msvcr70.dll

I've been told that the msvcr70.dll dependency is related to my use of the .net compiler and that that is the probable cause of the dll not being able to run under Win98.

My question is this:  How do I remove the dependency on msvcr70.dll within c++.net?  Do I need to re-install c++ v6 to remove the dependency?

Thanks.
Avatar of CarlosMu
CarlosMu

You cant remove the dependency on msvcr70.dll from a c++.net.  But you can compiled it on c++.v6.  You mention reintaling v6.  You did not had to remove studio 6 in order to install net.  The can coexist.  Unfotunately it seems that you have already done so.  I understand that it is not recomended that you install studio 6 after studio net. The other way around has no problems.

Do you have another machine, maybe a friend can loan a machine where you can install studio 6 and compile it there.  I know that this does not help much. But I dont see another solution
ASKER CERTIFIED SOLUTION
Avatar of proddev
proddev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Learned
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

PAQ/Refund

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TheLearnedOne
EE Cleanup Volunteer