Page 1 of 1

New Windows Vista build 5308 - 22 Feb 2006

PostPosted: Thu Feb 23, 2006 11:50 pm
by Antonio Linares

PostPosted: Wed Mar 01, 2006 11:49 am
by modicr
Hello!

It seems that 16-bit applications are working OK.
I was able to build 16-bit FiveWin application with
Clipper and Blinker. When starting resulting EXE,
the following message appeared:
"NTVDM encountered a hard error".
and then:
"Cannot find file ... (or one of its components).
Check to ensure the path and filename are correct
and that all required libraries are available."

Using Filemon ( http://www.sysinternals.com/Utilities/Filemon.html )
I noticed that it tried to open COMMCTRL.DLL. After copying
that file to \windows\system\, application functioned OK.

Long live 16-bit applications (Just joking!),
Roman

PostPosted: Wed Mar 01, 2006 12:27 pm
by Antonio Linares
Roman,

Thanks for the info :)

The most recent FW 2.7 does not need that DLL.

PostPosted: Tue Mar 07, 2006 11:06 am
by modicr
Antonio Linares wrote:The most recent FW 2.7 does not need that DLL.


Yep, it works without commctrl.dll with February build.
Here are the 16 and 32 bit "About" boxes:
ImageImage

BTW, it's funny to see "DOS 5.0" in Vista, which is returned
by OS() function in 16-bit version of FW. (this is probably
because of NTVDM). Is there a simple way to get version
of real OS in 16bit FW?

Regards, Roman