Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
ForNow13-Jan-22 20:10
ForNow13-Jan-22 20:10 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
Richard MacCutchan13-Jan-22 20:54
mveRichard MacCutchan13-Jan-22 20:54 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
ForNow14-Jan-22 2:11
ForNow14-Jan-22 2:11 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
Richard MacCutchan14-Jan-22 3:19
mveRichard MacCutchan14-Jan-22 3:19 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
ForNow14-Jan-22 3:29
ForNow14-Jan-22 3:29 
GeneralRe: DDX_Text embedding nulls on UpdateData(TRUE) Pin
Richard MacCutchan14-Jan-22 4:07
mveRichard MacCutchan14-Jan-22 4:07 
QuestionNow none of my .h header file changes seem to take Pin
ForNow11-Jan-22 17:30
ForNow11-Jan-22 17:30 
AnswerRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan11-Jan-22 23:18
mveRichard MacCutchan11-Jan-22 23:18 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 1:28
ForNow12-Jan-22 1:28 
GeneralRe: Now none of my .h header file changes seem to take Pin
Victor Nijegorodov12-Jan-22 2:14
Victor Nijegorodov12-Jan-22 2:14 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 2:17
ForNow12-Jan-22 2:17 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 2:46
mveRichard MacCutchan12-Jan-22 2:46 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 3:32
ForNow12-Jan-22 3:32 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 3:35
mveRichard MacCutchan12-Jan-22 3:35 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 3:38
ForNow12-Jan-22 3:38 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 3:41
mveRichard MacCutchan12-Jan-22 3:41 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard Andrew x6412-Jan-22 4:22
professionalRichard Andrew x6412-Jan-22 4:22 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 4:26
ForNow12-Jan-22 4:26 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 4:36
mveRichard MacCutchan12-Jan-22 4:36 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 4:40
ForNow12-Jan-22 4:40 
GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 4:46
mveRichard MacCutchan12-Jan-22 4:46 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 4:55
ForNow12-Jan-22 4:55 
thanks for the offer

but looks too big of a job here is the project below is the filters maybe if takes a few minutes thanks



<project defaulttargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<itemgroup label="ProjectConfigurations">
<projectconfiguration include="Debug|Win32">
<configuration>Debug
<platform>Win32

<projectconfiguration include="Release|Win32">
<configuration>Release
<platform>Win32

<projectconfiguration include="Debug|x64">
<configuration>Debug
<platform>x64

<projectconfiguration include="Release|x64">
<configuration>Release
<platform>x64


<propertygroup label="Globals">
<vcprojectversion>16.0
<projectguid>{78197285-AA04-442D-9595-B4B8F59B97DF}
<keyword>MFCProj
<rootnamespace>DriveStorage
<windowstargetplatformversion>10.0

<import project="$(VCTargetsPath)\Microsoft.Cpp.Default.props">
<propertygroup condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" label="Configuration">
<configurationtype>Application
<usedebuglibraries>true
<platformtoolset>v142
<characterset>Unicode
<useofmfc>Dynamic

<propertygroup condition="'$(Configuration)|$(Platform)'=='Release|Win32'" label="Configuration">
<configurationtype>Application
<usedebuglibraries>false
<platformtoolset>v142
<wholeprogramoptimization>true
<characterset>Unicode
<useofmfc>Dynamic

<propertygroup condition="'$(Configuration)|$(Platform)'=='Debug|x64'" label="Configuration">
<configurationtype>Application
<usedebuglibraries>true
<platformtoolset>v142
<characterset>Unicode
<useofmfc>Dynamic

<propertygroup condition="'$(Configuration)|$(Platform)'=='Release|x64'" label="Configuration">
<configurationtype>Application
<usedebuglibraries>false
<platformtoolset>v142
<wholeprogramoptimization>true
<characterset>Unicode
<useofmfc>Dynamic

<import project="$(VCTargetsPath)\Microsoft.Cpp.props">
<importgroup label="ExtensionSettings">

<importgroup label="Shared">

<importgroup label="PropertySheets" condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<import project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" label="LocalAppDataPlatform">

<importgroup label="PropertySheets" condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<import project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" label="LocalAppDataPlatform">

<importgroup label="PropertySheets" condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<import project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" label="LocalAppDataPlatform">

<importgroup label="PropertySheets" condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<import project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" label="LocalAppDataPlatform">

<propertygroup label="UserMacros">
<propertygroup condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<linkincremental>true

<propertygroup condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<linkincremental>true

<propertygroup condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<linkincremental>false

<propertygroup condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<linkincremental>false

<itemdefinitiongroup condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<clcompile>
<precompiledheader>Use
<warninglevel>Level3
<sdlcheck>true
<preprocessordefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)
<precompiledheaderfile>pch.h


<subsystem>Windows

<midl>
<mktyplibcompatible>false
<validateallparameters>true
<preprocessordefinitions>_DEBUG;%(PreprocessorDefinitions)

<resourcecompile>
<culture>0x0409
<preprocessordefinitions>_DEBUG;%(PreprocessorDefinitions)
<additionalincludedirectories>$(IntDir);%(AdditionalIncludeDirectories)


<itemdefinitiongroup condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<clcompile>
<precompiledheader>Use
<warninglevel>Level3
<sdlcheck>true
<preprocessordefinitions>_WINDOWS;_DEBUG;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)
<precompiledheaderfile>pch.h


<subsystem>Windows

<midl>
<mktyplibcompatible>false
<validateallparameters>true
<preprocessordefinitions>_DEBUG;%(PreprocessorDefinitions)

<resourcecompile>
<culture>0x0409
<preprocessordefinitions>_DEBUG;%(PreprocessorDefinitions)
<additionalincludedirectories>$(IntDir);%(AdditionalIncludeDirectories)


<itemdefinitiongroup condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<clcompile>
<precompiledheader>Use
<warninglevel>Level3
<functionlevellinking>true
<intrinsicfunctions>true
<sdlcheck>true
<preprocessordefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)
<precompiledheaderfile>pch.h


<subsystem>Windows
<enablecomdatfolding>true
<optimizereferences>true

<midl>
<mktyplibcompatible>false
<validateallparameters>true
<preprocessordefinitions>NDEBUG;%(PreprocessorDefinitions)

<resourcecompile>
<culture>0x0409
<preprocessordefinitions>NDEBUG;%(PreprocessorDefinitions)
<additionalincludedirectories>$(IntDir);%(AdditionalIncludeDirectories)


<itemdefinitiongroup condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<clcompile>
<precompiledheader>Use
<warninglevel>Level3
<functionlevellinking>true
<intrinsicfunctions>true
<sdlcheck>true
<preprocessordefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)
<precompiledheaderfile>pch.h


<subsystem>Windows
<enablecomdatfolding>true
<optimizereferences>true

<midl>
<mktyplibcompatible>false
<validateallparameters>true
<preprocessordefinitions>NDEBUG;%(PreprocessorDefinitions)

<resourcecompile>
<culture>0x0409
<preprocessordefinitions>NDEBUG;%(PreprocessorDefinitions)
<additionalincludedirectories>$(IntDir);%(AdditionalIncludeDirectories)


<itemgroup>
<clinclude include="..\..\DBGR\DBGR\DBGR\CModalStorage.h">
<clinclude include="..\..\DBGR\DBGR\DBGR\CStorge.h">
<clinclude include="CModalStorage.h">
<clinclude include="CPie.h">
<clinclude include="CStorge.h">
<clinclude include="DriveStorage.h">
<clinclude include="framework.h">
<clinclude include="MainFrm.h">
<clinclude include="pch.h">
<clinclude include="PieWnd.h">
<clinclude include="Resource.h">
<excludedfrombuild condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false

<clinclude include="targetver.h">

<itemgroup>
<clcompile include="..\..\DBGR\DBGR\DBGR\CModalStorage.cpp">
<clcompile include="..\..\DBGR\DBGR\DBGR\CStorge.cpp">
<clcompile include="CPie.cpp">
<clcompile include="CStorge.cpp">
<clcompile include="DriveStorage.cpp">
<clcompile include="MainFrm.cpp">
<clcompile include="pch.cpp">
<precompiledheader condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create
<precompiledheader condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create
<precompiledheader condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create
<precompiledheader condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create

<clcompile include="PieWnd.cpp">

<itemgroup>
<resourcecompile include="DriveStorage.rc">

<itemgroup>
<none include="res\DriveStorage.rc2">

<itemgroup>



<import project="$(VCTargetsPath)\Microsoft.Cpp.targets">
<importgroup label="ExtensionTargets">




Project filters


<project toolsversion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<itemgroup>
<filter include="Source Files">
<uniqueidentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
<extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx

<filter include="Header Files">
<uniqueidentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}
<extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd

<filter include="Resource Files">
<uniqueidentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
<extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms


<itemgroup>
<clinclude include="DriveStorage.h">
<filter>Header Files

<clinclude include="framework.h">
<filter>Header Files

<clinclude include="targetver.h">
<filter>Header Files

<clinclude include="MainFrm.h">
<filter>Header Files

<clinclude include="pch.h">
<filter>Header Files

<clinclude include="..\..\DBGR\DBGR\DBGR\CStorge.h">
<filter>Header Files

<clinclude include="PieWnd.h">
<filter>Header Files

<clinclude include="CPie.h">
<filter>Header Files

<clinclude include="..\..\DBGR\DBGR\DBGR\CModalStorage.h">
<filter>Header Files

<clinclude include="Resource.h">
<filter>Header Files

<clinclude include="CStorge.h">
<filter>Header Files

<clinclude include="CModalStorage.h">
<filter>Header Files


<itemgroup>
<clcompile include="DriveStorage.cpp">
<filter>Source Files

<clcompile include="MainFrm.cpp">
<filter>Source Files

<clcompile include="pch.cpp">
<filter>Source Files

<clcompile include="..\..\DBGR\DBGR\DBGR\CStorge.cpp">
<filter>Source Files

<clcompile include="..\..\DBGR\DBGR\DBGR\CModalStorage.cpp">
<filter>Source Files

<clcompile include="PieWnd.cpp">
<filter>Source Files

<clcompile include="CPie.cpp">
<filter>Source Files

<clcompile include="CStorge.cpp">
<filter>Source Files


<itemgroup>
<resourcecompile include="DriveStorage.rc">
<filter>Resource Files


<itemgroup>
<none include="res\DriveStorage.rc2">
<filter>Resource Files


<itemgroup>

<filter>Resource Files


<filter>Resource Files



GeneralRe: Now none of my .h header file changes seem to take Pin
Richard MacCutchan12-Jan-22 5:01
mveRichard MacCutchan12-Jan-22 5:01 
GeneralRe: Now none of my .h header file changes seem to take Pin
ForNow12-Jan-22 5:15
ForNow12-Jan-22 5:15 
Questionheader file not being read (resource.h) Pin
ForNow11-Jan-22 13:29
ForNow11-Jan-22 13:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.