Description
reactos-bootcd-0.4.15-dev-5075-g34635e1-x86-gcc-lin-dbg
Trying to launch VB6.Exe from Visual Studio 6 PRO French installation CD fails with :
fixme:(dll/win32/oleaut32/oleaut.c:667) Version value not known yet. Please investigate it !
Looking at ULONG WINAPI OaBuildVersion(void) : https://github.com/reactos/reactos/blob/master/dll/win32/oleaut32/oleaut.c#L644
2 items :
- We should not fall in the "default" case. Why isn't the OLE 2.50 case not selected by the switch/case ?
- Moreover is OLE 2.40 (based on Win2K) the most relevant default value for ReactOS since windows XP with 2.50 ?