d00_ape Posted June 8, 2004 Share Posted June 8, 2004 I?m developing a program that uses and depends on a ?bought? dll. Everything worked until I got a new version of the dll and tries to use that one with it?s new shipping api. It seams like, despite I run: regsvr32 ?u MyDll.dll and then the new dll with the same name regsvr32 MyDll.dll the new dll can?t get used at runtime. All tips are welcomed!!! Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted June 8, 2004 Share Posted June 8, 2004 The dll must have broken compatibility. You might want to reset your reference to that newly registered dll. Link to comment Share on other sites More sharing options...
Question
d00_ape
I?m developing a program that uses and depends on a ?bought? dll. Everything worked until I got a new version of the dll and tries to use that one with it?s new shipping api.
It seams like, despite I run:
regsvr32 ?u MyDll.dll
and then the new dll with the same name
regsvr32 MyDll.dll
the new dll can?t get used at runtime.
All tips are welcomed!!!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts