Quote:
> Problems Faced :-
> ( NOTE: These problems do NOT occur when the client used for testing the
> applications is Windows 95)
> 1. The API ShellExecute() does not launch internet explorer for files of
> type .htm,
> .gif, .jpg etc(i.e the files associated with iexplorer). The return value
> indicates "File not found"
Is there a registered association for files of these types? From any
Explorer window, choose View / Options, File Types tab.
If there is a registered app, is it correctly installed?
Quote:
> 2. The API GetVersion() returns value 3.1 in NT 4.0 WS which leads to
> problems
> in logic using this version number.
The best you can do from a Win16 app on NT without thunking is to
determine that you are running on NT. There's no reliable way (again,
without thunking) to determine the specific NT version. See the MSKB
article, "Determining System Version from a Windows-Based Application",
Article ID: Q131371.
Quote:
> 4. There is a .HLP file (online help) associated with each .EXE file
> which will get launched on
> pressing F1 from the EXE(The API WinHelp is used for these purpose).
> NT expects the .HLP file to be in the same m/c where the EXE resides
> or it expects it to be
> in the local m/c where the EXE is launched. If the HLP is existing on
> some other m/c, which is
> in the path then on pressing F1 from the EXE the file is not getting
> launched.
I'll probably feel dumb for asking when you tell me, but what does "m/c"
mean in this context?
Quote:
> 5. Is there a seperate version of MSVC 1.52c for Windows NT WS ?
No. There really isn't an MSVC 1.52c for Windows 95!
-- Aaron
---------------------
Aaron J Margosis
http://members.aol.com/aaronmarg/ssswitch/