
Program not finding DLLs / file extension association
Quote:
>-----Original Message-----
>>When I install on Windows 95 and click on a document
with
>>my file extension, the program runs but is unable to
find
>>all of the DLLs needed to run properly.
>Greg,
>How do you know this? Do you get any specific error
messages that
>indicate this?
I get an unsupported operation message when the program
tries to load an ocx, custom active x control. The ocx is
in the install directory. Then the program crashes. If I
click on a document file inside the install directory the
program runs fine. It is only when the document file is in
the sub directory that the problem occurs. I use a
MergeModule added to the setup for the ocx and also I am
static linking MFC.
Quote:
>>This problem only
>>occurs with Windows 95. The same install done on XP or
98
>>works just fine.
>.... so what's different between these installations?
XP and 98 work fine. Win95 does not.
Quote:
>>With the registry editor in my setup project, I have
added
>>the file extension to the HKEY_CLASSES_ROOT section of
the
>>registry. This seems to work for XP and 98 but not 95.
>What makes you say that? I can't think of anything that
will prevent
>you from adding registry entries on Win95.
The resulting registry entries look almost the same after
the install on different operating systems.
Quote:
>Dave
>--
>MVP VC++ FAQ: http://www.mvps.org/vcfaq
>My address is altered to discourage junk mail.
>Please post responses to the newsgroup thread,
>there's no need for follow-up email copies.
>.
Thanks for the help!
Greg