Click here to Skip to main content
15,889,527 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: CoCreateInstance Problem & GetLastError 0x0000007e Pin
Stephen Hewitt11-Apr-13 23:32
Stephen Hewitt11-Apr-13 23:32 
GeneralRe: CoCreateInstance Problem & GetLastError 0x0000007e Pin
yihung.hung12-Apr-13 15:31
yihung.hung12-Apr-13 15:31 
GeneralRe: CoCreateInstance Problem & GetLastError 0x0000007e Pin
Stephen Hewitt12-Apr-13 19:11
Stephen Hewitt12-Apr-13 19:11 
GeneralRe: CoCreateInstance Problem & GetLastError 0x0000007e Pin
yihung.hung13-Apr-13 2:52
yihung.hung13-Apr-13 2:52 
GeneralRe: CoCreateInstance Problem & GetLastError 0x0000007e Pin
Richard MacCutchan12-Apr-13 22:00
mveRichard MacCutchan12-Apr-13 22:00 
Question[SOLVED] IHTMLDOCUMENT2 get_Script problem in thread Pin
mr_m_imran28-Mar-13 8:20
mr_m_imran28-Mar-13 8:20 
AnswerRe: IHTMLDOCUMENT2 get_Script problem in thread Pin
Richard MacCutchan28-Mar-13 8:48
mveRichard MacCutchan28-Mar-13 8:48 
GeneralRe: IHTMLDOCUMENT2 get_Script problem in thread Pin
mr_m_imran28-Mar-13 17:36
mr_m_imran28-Mar-13 17:36 
QuestionTo Identify .Net Dll's among many Dll's in a Project. Pin
Vishal_K8927-Mar-13 1:36
Vishal_K8927-Mar-13 1:36 
AnswerRe: To Identify .Net Dll's among many Dll's in a Project. Pin
Richard MacCutchan27-Mar-13 3:51
mveRichard MacCutchan27-Mar-13 3:51 
QuestionAdditional Include Directories Pin
bkelly1324-Mar-13 9:47
bkelly1324-Mar-13 9:47 
AnswerRe: Additional Include Directories Pin
Garth J Lancaster24-Mar-13 11:32
professionalGarth J Lancaster24-Mar-13 11:32 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 12:15
bkelly1324-Mar-13 12:15 
GeneralRe: Additional Include Directories Pin
H.Brydon26-Mar-13 16:32
professionalH.Brydon26-Mar-13 16:32 
AnswerRe: Additional Include Directories Pin
dusty_dex24-Mar-13 11:41
dusty_dex24-Mar-13 11:41 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 12:26
bkelly1324-Mar-13 12:26 
AnswerRe: Additional Include Directories Pin
SoMad24-Mar-13 13:26
professionalSoMad24-Mar-13 13:26 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 13:47
bkelly1324-Mar-13 13:47 
File Project_Client_.vcproj contains:
<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="D:\COMMON_CODE"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="2"
				WarningLevel="3"
				DebugInformationFormat="4"


It has the absolute location of the include files. I presume that is correct.

Re: Obviously if you just copy the solution to a folder with a different nesting level, that will mess things up.

I don't see why. Everything within the solution proper is in the same relative locations. Only this directory is in the stated absolute location. The problem is only with the common code directory, and it has the correct path for that. Same as the original location.

Edit: But then in another place in the same file is this:
<Files>
    <Filter
        Name="Source Files"
        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
        >
        <File
            RelativePath="..\..\..\..\COMMON_CODE\C_Log_Writer.cpp"
            >
        </File>
        <File
            RelativePath="..\..\..\..\COMMON_CODE\C_TCP_Client.cpp"
            >


So it has the location in both relative and absolute position. That appears to be the worst of both worlds. How do I tell VS to recalculate all the relative positions.
Thanks for your time
If you work with telemetry, please check this bulletin board: http://www.bkelly.ws/irig_106/

GeneralRe: Additional Include Directories Pin
SoMad24-Mar-13 14:00
professionalSoMad24-Mar-13 14:00 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 14:11
bkelly1324-Mar-13 14:11 
GeneralRe: Additional Include Directories Pin
SoMad24-Mar-13 14:40
professionalSoMad24-Mar-13 14:40 
AnswerRe: Additional Include Directories Pin
Richard MacCutchan24-Mar-13 23:37
mveRichard MacCutchan24-Mar-13 23:37 
GeneralRe: Additional Include Directories Pin
bkelly1325-Mar-13 16:14
bkelly1325-Mar-13 16:14 
GeneralRe: Additional Include Directories Pin
Richard MacCutchan25-Mar-13 23:41
mveRichard MacCutchan25-Mar-13 23:41 
Questionmemcpy, not understanding something Pin
bkelly1311-Mar-13 14:11
bkelly1311-Mar-13 14:11 

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.