Alaska Software Inc. - ot4xb
Username: Password:
AuthorTopic: ot4xb
Steven Schefferot4xb
on Thu, 22 Jul 2021 00:53:02 +0200
Has anyone had recent contact with Pablo Botella? 
The last communication I had with him was 15-dec-2020 and have not heard from him since. 

I am trying to rebuild ot4xb from Pablo Botella on Visual Studio 2019
but I am missing some executables. In prebuild_release.bat
c:\util\VersionAutoIncrement.exe /noinc ot4xb.VersionInfo > versioninfo.log
c:\util\xbmac2h.exe ot4xb.xbmac

I am also get an error on GdipluHeaders.h(701,40) see full list below.

Does anyone know where these executables can be found/downloaded?
Has some one encounterd these errors and resolved them?

Regards,
Steven


C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusHeaders.h(701,40): warning C4458: declaration of ‘nativeCap’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusHeaders.h(716,22): message : see declaration of ‘Gdiplus::CustomLineCap::nativeCap’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusImageAttributes.h(368,48): warning C4458: declaration of ‘nativeImageAttr’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusImageAttributes.h(382,24): message : see declaration of ‘Gdiplus::ImageAttributes::nativeImageAttr’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusMatrix.h(301,36): warning C4458: declaration of ‘nativeMatrix’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusMatrix.h(315,15): message : see declaration of ‘Gdiplus::Matrix::nativeMatrix’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusBrush.h(95,34): warning C4458: declaration of ‘nativeBrush’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusBrush.h(108,14): message : see declaration of ‘Gdiplus::Brush::nativeBrush’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPen.h(467,30): warning C4458: declaration of ‘nativePen’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPen.h(481,12): message : see declaration of ‘Gdiplus::Pen::nativePen’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(891,32): warning C4458: declaration of ‘nativePath’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(905,13): message : see declaration of ‘Gdiplus::GraphicsPath::nativePath’
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(1078,44): warning C4458: declaration of ‘nativeIterator’ hides class member
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(1092,21): message : see declaration of ‘Gdiplus::GraphicsPathIterator::nativeIterator’
Matej JuracRe: ot4xb
on Fri, 23 Jul 2021 07:52:12 +0200
GdipluHeaders.h is part of Win32 API

M$ corp says here:

https://docs.microsoft.com/en-us/windows/win32/api/gdiplusheaders/


But it could be PB uses some older or modified headers?





Steven Scheffer je 22.7.2021 ob 0:53 napisal:
> Has anyone had recent contact with Pablo Botella?
> The last communication I had with him was 15-dec-2020 and have not heard from him since.
> 
> I am trying to rebuild ot4xb from Pablo Botella on Visual Studio 2019
> but I am missing some executables. In prebuild_release.bat
> c:\util\VersionAutoIncrement.exe /noinc ot4xb.VersionInfo > versioninfo.log
> c:\util\xbmac2h.exe ot4xb.xbmac
> 
> I am also get an error on GdipluHeaders.h(701,40) see full list below.
> 
> Does anyone know where these executables can be found/downloaded?
> Has some one encounterd these errors and resolved them?
> 
> Regards,
> Steven
> 
> 
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusHeaders.h(701,40): warning C4458: declaration of ‘nativeCap’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusHeaders.h(716,22): message : see declaration of ‘Gdiplus::CustomLineCap::nativeCap’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusImageAttributes.h(368,48): warning C4458: declaration of ‘nativeImageAttr’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusImageAttributes.h(382,24): message : see declaration of ‘Gdiplus::ImageAttributes::nativeImageAttr’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusMatrix.h(301,36): warning C4458: declaration of ‘nativeMatrix’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusMatrix.h(315,15): message : see declaration of ‘Gdiplus::Matrix::nativeMatrix’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusBrush.h(95,34): warning C4458: declaration of ‘nativeBrush’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusBrush.h(108,14): message : see declaration of ‘Gdiplus::Brush::nativeBrush’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPen.h(467,30): warning C4458: declaration of ‘nativePen’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPen.h(481,12): message : see declaration of ‘Gdiplus::Pen::nativePen’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(891,32): warning C4458: declaration of ‘nativePath’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(905,13): message : see declaration of ‘Gdiplus::GraphicsPath::nativePath’
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(1078,44): warning C4458: declaration of ‘nativeIterator’ hides class member
> C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\um\GdiplusPath.h(1092,21): message : see declaration of ‘Gdiplus::GraphicsPathIterator::nativeIterator’
>
Steven SchefferRe: ot4xb
on Thu, 19 Aug 2021 16:29:49 +0200
To all ot4xb users.

Last week I had contact with Pablo.
He is fine.

Regards,
Steven