User forums > Nightly builds

The 13 August 2022 build (12864) is out.

<< < (14/15) > >>

stahta01:

--- Quote from: Frank_CB on August 25, 2022, 09:22:47 pm ---A couple tools you might find useful !

WinMerge is an open sorce application from: www.winmaege.org

XML Editor is a free application from: https://xml-copy-editor.sourceforge.io/

Regards

--- End quote ---

Please DO NOT POST FAKE LINKS!
https://winmerge.org/

Tim S.

Frank_CB:
@stahta01:
Thanks Tim for correcting the link. It wasn't done intentionally.  It worked in my browser..

Regards

Frank_CB:
@gd_on:
I may have been pre-mature in claiming you no longer used wx_version; wx_suffix or wx_cfg after you removed tham from Worlds.cbp. Further investigation found you had incorporated them into other statements as global variables.

Sorry !

Regards

gd_on:
This is exactly one of tje main purposes why I have created these global variables : avoid local copies in many different cbp.
And don't worry, I know wincmp, winmerge and even some other tools...

ThierryD:
Hi,
Maybe bug in last version nightly build v12864.
I use many useful environment variables to manager versions of Visual Studio 2022 Community, Kits Window and CLANG on Windows 11 (last versions).
Examples in CB configuration of differents compilers with CLANG integrated with VS 2002 ->
Search directories :
   a) compiler :          C:\Program Files (x86)\LLVM\lib\clang\%CLANG_VERSION%\include                       puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\shared    puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\ucrt      puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\um        puis
                     C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Community\VC\Tools\MSVC\%VS_NUM%\include
   b) linker :          C:\Program Files (x86)\LLVM\lib\clang\%CLANG_VERSION%\lib\windows                    puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\lib\%KIT_WIN_NUM%\um\x86        puis
                     C:\Program Files (x86)\Microsoft Visual Studio\%VS_VERSION%\Community\VC\Tools\MSVC\%VS_NUM%\lib\x86
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\lib\%KIT_WIN_NUM%\ucrt\x86     puis
                     C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Community\VC\Tools\MSVC\%VS_NUM%\lib\x86\store
   a) resource compiler :    C:\Program Files (x86)\LLVM\lib\clang\%CLANG_VERSION%\include                       puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\shared    puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\ucrt      puis
                     C:\Program Files (X86)\Windows Kits\%KIT_WIN_VERSION%\include\%KIT_WIN_NUM%\um        puis
                     C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Community\VC\Tools\MSVC\%VS_NUM%\include

With CB last nightly, translation of these environnement variables don't work correctly :
Cleaned "dlg_two - Debug CLANG MSX32"

-------------- Build: Debug CLANG MSX32 in dlg_two (compiler: LLVM Clang Compiler X32)---------------

Running target pre-build steps
rc.exe -I"C:\LLVM\lib\clang\14.0.6\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um" -I"C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\include" /fo "objCLANGX32\Debug\dlg_two.res" dlg_two.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.
dlg_two.rc(11) : fatal error RC1015: cannot open include file 'windows.h'.

Value of defined variables on my system :
         KIT_WIN_VERSION        10.0.22621.0
         KIT_WIN_NUM              10
         VS_VERSION        10.0.22621.0
         VS_NUM               10
         
         

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version