Title: Remaning Dlls

    Hello again.

    I'm working on renaming our versions of the wine libs, so that the corel and deneba installations do not break each other. My question is, what is the right way to do this?

    I have been working for a week on changing shell32.dll to cv7shell32.dl, or really changing libshell32.so to libcv7shell23.so

    I did it by doing the following:
    1. changing the directory name from shell32 to cv7shell32
    2. modifying the following files to refer to cv7shell32
    /wine/Makefile.in
    /wine/dlls/Makefile.in
    /wine/dlls/cv7shell32/Makefile.in
    /wine/dlls/cv7shell32/shell32.spec
    /wine/configure
    (applicationDir)/.winerc
    3. changing all attempts to LoadLibrary("shell32.dll") to LoadLibrary("cv7shell32.dll")

    but it still didn't work! Not only did the library not get loaded, but other libraries also did not load after changing the name of the lib.

    I suspect this is going to be a problem for anyone else who is going to make winelib applications. I think it's so common that we should have a configure option for it.

    What are your thoughts or suggestions on this? Any help would be greatly appreciated.

    Thank You,
    Michael Cardenas
    Deneba Software

Reply via email to