Visual Studio 2022 compilation errors when using x86

Kees de Bruin <[email protected]> Thu, 24 Aug 2023 09:31:55 +0200
Newsgroups gmane.comp.lib.fox-toolkit.user
Organization Charm BV
Message-ID <[email protected]>
Hi all,

We are in the process of upgrading from both Visual Studio 2019 to 2022 
but also from Fox 1.6 to Fox 1.7. I've downloaded the latest release 
(1.7.83) and have no problems building the x64 versions of the library 
and DLL. However, when I try to build for x86 I get errors about a 
missing include file.

Looking at the foxdll.vcxproj I see the following for x64:

      <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

         <IncludePath>$(SolutionDir)\..\include;$(IncludePath)</IncludePath>

         <CustomBuildBeforeTargets>BuildGenerateSources</CustomBuildBeforeTargets>

         <ExtensionsToDeleteOnClean>$(SolutionDir)..\lib\icons.h;$(SolutionDir)..\lib\icons.cpp;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>

         <LinkIncremental>false</LinkIncremental>

       </PropertyGroup>

However, no such settings are defined for x86. Also, many of the other 
settings for x64 are not defined for x86.

Is this intentional in that we should not build for x86 anymore or just 
an oversight?

Kind regards,

-- 
<http://www.charm.nl>

Kees de Bruin

Charm
Entrepotdok 54 A
1018 AD Amsterdam
+31 (0)20 344 6700

[email protected]
www.charm.nl <http://www.charm.nl>

_______________________________________________
Foxgui-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/foxgui-users