1
votes

I am getting this message now :

"Unit ExtActns was compiled with a different version of UrlMin.IBindStatusCallBack"

when i try to compile two old projects of mine in Delphi 7 on a new machine:

I have checked and double checked that the library paths are indentical on the current machine they are compiling on and the new machine i have set up.

Anyone know what is going on?

Thanks

2

2 Answers

2
votes

What that usually means is that there's something in UrlMin.dcu that's not compatible with ExtActns, but the compiler can't find UrlMin.pas to recompile it. Check your IDE paths to make sure it can find the UrlMin unit.

0
votes

Turns out, it must have been an issue with Rad Studio 2010 installed. I uninstalled it, cleaned the registry and system variable paths of all instances of Rad Studio.......and everything compiles fine now!