Mega Search
23.2 Million


Sign Up

Make a donation  
Delphi7, Delphi XE2, Error loading Midas.dll [Edit]  
News Group: embarcadero.public.delphi.non-technical

I'm a long time Delphi7 user.
Installed Delphi XE2 Enterprise (Plan to migrate and/or re-write Delphi7 app to EX2).
When I try to run my Delphi7 app debugger throws "error loading midas.dll'.
Question, can Delphi 7 and Delphi XE2 development be done on the same machine?
Or do I need to uninstall XE2 from my "old" development system, and use two separate systems?

Thanks,
Jeff

Addtional edits added:

I've since added "MidasLib" to the Uses section of the *.dpr files for the main executable and the 18 DLL's that comprise the application, and re-compiled them all.
So now Midas is "compiled into" the application and needs no external midas.dll.
Now I can continue to code/maintain the Live Delphi7 app while I try to migrate it to Delphi XE2, all on the some development system.

Edited by: Jeff Lott on Dec 12, 2011 4:52 PM

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 12-Dec-2011, at 5:02 PM EST
From: Jeff Lott
 
Re: Delphi7, Delphi XE2, Error loading Midas.dll [Edit]  
News Group: embarcadero.public.delphi.non-technical
Jeff,

| Or do I need to uninstall XE2 from my "old" development system, and
| use two separate systems?

That's what I did.  I run RAD Studio 2007 on XP and RAD Studio XE and
XE2 on a Win7 system. 

My D2007 apps, compiled on XP, run just fine on Win7.  ;-)  But it's a
royal PITA to get XE & XE2 Win7 compiled apps to run on XP. 


-- 

   Q

12/12/2011 18:58:45

XanaNews Version 1.19.1.278  [Q'sBrokenToolBar]

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 12-Dec-2011, at 7:01 PM EST
From: Quentin Correll
 
Re: Delphi7, Delphi XE2, Error loading Midas.dll [Edit]  
News Group: embarcadero.public.delphi.non-technical
On 12/12/2011 10:01 PM, Quentin Correll wrote:
>
> My D2007 apps, compiled on XP, run just fine on Win7.  ;-)  But it's a
> royal PITA to get XE&  XE2 Win7 compiled apps to run on XP.
>
>

That would be a serious problem when developing on Win 7 and 
distributing to XP Users. What kind of problems have you seen? Is it 
with the basic Delphi features or a particular group of components?

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 13-Dec-2011, at 5:18 AM EST
From: Patrick Moloney
 
Re: Delphi7, Delphi XE2, Error loading Midas.dll [Edit]  
News Group: embarcadero.public.delphi.non-technical
Patrick,

| What kind of problems have you seen? Is it 
| with the basic Delphi features or a particular group of components?

Naw,... it's the Unicode and strings issues.  My code is OLD.  


-- 

   Q

12/13/2011 10:06:08

XanaNews Version 1.19.1.278  [Q'sBrokenToolBar]

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 13-Dec-2011, at 10:07 AM EST
From: Quentin Correll
 
Re: Delphi7, Delphi XE2, Error loading Midas.dll [Edit]  
News Group: embarcadero.public.delphi.non-technical
yeah, You can run two different versions of Delphi on your machine simultaneously.
 " *Error loading Midas.dll* " error Comes when the midas.dll file is missing from *'c:\windows\system32'* or from corresponding application folder. if it exists means you have to register. for that, follow the below commands,

   1. *Start -> Run -> type " regsvr32  midas.dll "* and click ok.
   Still you have the same problem ?? then
   2.  go to command prompt and type the command which given below,
   *" regsvr32  Application filepath \ midas.dll "*


for further details visit http://nanosofttechno.blogspot.in/2013/08/error-loading-midasdll.html

Edited by: karthik thirumoorthi on Aug 26, 2013 6:47 AM

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 26-Aug-2013, at 6:47 AM EST
From: karthik thirumoorthi