Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tcf-dev] Re: TCF Visual Studio build problems, cause: DIA SDK

Hi Peter,

To build TCF agent with debugging support for Windows you need to
install Debugging Tools for Windows.
It is a free download from Microsoft:

http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx


It contains dbghelp.h that defines SymTagFunction, and also provides
dbghelp.dll that is used by the agent to access debug info for PE files.
Note that Windows is shipped with some old version of dbghelp.dll, and
some versions of Visual Studio provide stripped down version of
dbghelp.h - they don't work. You should use latest headers and DLL from
Debugging Tools package.

Regards,
Eugene



-----Original Message-----
From: dsdp-tcf-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Martin Oberhuber
Sent: Monday, September 28, 2009 4:13 AM
To: Peter Tragardh; dsdp-tcf-dev@xxxxxxxxxxx
Subject: [dsdp-tcf-dev] Re: TCF Visual Studio build problems, cause: DIA
SDK

Forwarding to the dsdp-tcf-dev@xxxxxxxxxxx mailing list for comments.

http://dev.eclipse.org/mhonarc/lists/dsdp-tcf-dev

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River Target
Management Project Lead, DSDP PMC Member http://www.eclipse.org/dsdp/tm

Peter Tragardh wrote:
> Hi!
> 
> I have a problem with DIA SDK when building TCF using Visual Studio. I

> get the following error:
> ...\org.eclipse.tm.tcf.agent\symbols_win32.c(95) : error C2065: 
> 'SymTagFunction' : undeclared identifier
> 
> I use 2005 standard edition, and have downgraded the solution and 
> project files from the distributed 2008, using the Source Forge 
> project VSPC (http://sourceforge.net/projects/vspc).
> 
> Looking at the documentation on MSDN for SymTagFunction, it should be 
> declared in cvconst.h, but that file doesn't exist on my machine. I 
> have vacuumed the net to find out how to get the SDK, but no luck. I 
> read somewhere that it's supposed to get installed doing a full 
> installation of Visual Studio but didn't work here.
> 
> So if anybody has any ideas on how to solve this, I would be so 
> grateful. I'm getting desperate. So... HELP! PLEASE! ;-)
> 
> /Peter
_______________________________________________
dsdp-tcf-dev mailing list
dsdp-tcf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tcf-dev


Back to the top