Re: Cross platform Assembly for use with C project

From: Michael Brown (spamtrap_at_crayne.org)
Date: 01/10/05


Date: Mon, 10 Jan 2005 18:31:09 +0000 (UTC)

Frank Kotler wrote:
[...]
> "Fix the assembler so it does what you want" probably wasn't the
> answer you were looking for, but it might be your best option. I'm
> surprised no one has done it - it's a fairly common complaint. I
> assume the format of the symbolic info is known, or can be
> discovered.

Visual Studio requires a PDB file for debugging. Unfortunately, noone has
managed to get MS to give out any information on this format, except that it
was originally (at the time of Visual Studio 1.0) derived from CodeView. It
doesn't help that the format changes with each version of VS either ...

Some people (such as the Wine developers) have had some limited success in
reverse engineering the format to extract information, but I'm unaware of
anyone who has actually managed to generate a valid PDB file of any version.

[...]

-- 
Michael Brown
www.emboss.co.nz : OOS/RSI software and more :)
Add michael@ to emboss.co.nz ---+--- My inbox is always open


Relevant Pages

  • What the **%(* does "project ... already exists in the current format" mean?
    ... I'm one of a team working on a Visual Studio 2005 C++ project, ... of a sudden I'm getting these strange errors every time I try to load ... 'Controls.vcproj' already exists in the current format. ... different formats of VCPROJ or SLN file? ...
    (microsoft.public.vstudio.general)
  • Re: Unrecognised database format <filename> in Class Wizard
    ... to create my CRecordSet Derrived classes should i convert my DB to Access ... 97 format, then add this line to my InitInstanceand it will read Access2K ... > MFC and the Visual Studio both assume that DAO 3.5 will be latest version ... > There is no solution for the Wizard problem - wizards are broke in Visual ...
    (microsoft.public.vc.mfc)
  • Re: Access 2003 Runtime
    ... >I have converted an existing application into Access 2003 format. ... > client wants to enable the deployment of this converted application as a ... > rather than spend upwards of $700 for Visual Studio Professional and the VS ...
    (microsoft.public.access.setupconfig)
  • vbproj file format?
    ... Does anyoneunderstand the format of the vbproj/csproj fileas used by Visual Studio 2005? ... As part of a controlled Build process, I'm trying to work out the /physical/ location of each source file that's used in any VB or C# project. ... In 'Studio 2003, this was fairly straightforward, but I'm struggling to get my head around the "new" project file format. ...
    (microsoft.public.vsnet.general)
  • Re: .sln & .vcproj formats/schemas
    ... This is true, but if it's any consolation, the MSBuild file format (which ... ultimately to get .vcproj and .sln in the MSBuild format as well, ... >> Perhaps you could do that using the Visual Studio Automation model. ...
    (microsoft.public.vsnet.ide)