From: Martin on
I have just gone to 2.7 and my new executable requires CAVORT20.DLL - but
this file is 2.6

DEPENDS.EXE (dependancy walker confirms my app requires it as well)

Any ideas where to start please?


From: Karl Faller on
>Any ideas where to start please?
3rd parties?
e.g. bBrowser updated to corresponding level etc?

Karl
From: Malcolm Gray on
Martin wrote:
> I have just gone to 2.7 and my new executable requires CAVORT20.DLL - but
> this file is 2.6
>
> DEPENDS.EXE (dependancy walker confirms my app requires it as well)
>
> Any ideas where to start please?

Check for custom function prototypes
That is does a search of all libraries find any reference to cavort20 ?
From: Todd VanDenHul on
In article <ekh109$h4d$2$8302bc10(a)news.demon.co.uk>, spamspam(a)spam.spam
says...
> I have just gone to 2.7 and my new executable requires CAVORT20.DLL - but
> this file is 2.6
>
> DEPENDS.EXE (dependancy walker confirms my app requires it as well)
>
> Any ideas where to start please?
>
>
>

Martin,

We had the same problem when we switched. If I remember right, we had a
_Debout32 dll declaration in our code. Getting rid of that took care of
our problem.

HTH,

Todd
From: Martin on
Thanks all - found I had not copied in a 2.7 Report Pro DLL which the
original wanted the 2.6 DLL