Problem in compiling from vc7 to W95

  • Thread starter Thread starter Guido
  • Start date Start date
G

Guido

I've done a plugin for Acrobat (it's a Win32 DLL with a
changed name, really; no MFC,no ATL and no framework) and
it's ok, apart from the fact that it doesn't work only on
Win 95 (which I must support) It works in W98, Me, NT4,
2K, XP. Looking into project's compiler and linker
properties everything seems ok; anyone has a clue to why
this is happening? I'm going mad about this.

Thanks very very much.

Guido
 
I've done a plugin for Acrobat (it's a Win32 DLL with a
changed name, really; no MFC,no ATL and no framework) and
it's ok, apart from the fact that it doesn't work only on
Win 95 (which I must support) It works in W98, Me, NT4,
2K, XP. Looking into project's compiler and linker
properties everything seems ok; anyone has a clue to why
this is happening? I'm going mad about this.

Guido,

Check your program with Depends (www.dependencychecker.com) on the
offending Win95 machine and see if that indicates a dependency that
may be missing.

Dave
 
Back
Top