Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

indigox3

@indigox3
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cannot debug with PDBs
    I indigox3

    I found the problem, I had the VTune plugin installed in my VS install, when I removed it, I was able to debug ok. My guess is that the VTune plugin somehow messed up the pdb generation.

    C / C++ / MFC visual-studio csharp c++ debugging regex

  • Cannot debug with PDBs
    I indigox3

    I posted this in the VS forum, but I guess its more specific to C++... I'm using VS.NET 2005 and building a large application with about 100 projects. There is one project in the solution that compiles to a DLL that I need to debug. (i.e. break, and step into the code) However I can't. In the modules tab of the IDE, it says that no symbols have been loaded for that module. I know the pdb is being generated though, has the same filename as my dll, and is being generated in the same directory as the dll. The timestamps match as well, and I'm building the debug configuration. When I right click on the module in the modules tab and goto "Load Symbols" and point it to my pdb it says that "The symbol file xyz.pdb does not match the module" What could possibly be going wrong?

    C / C++ / MFC visual-studio csharp c++ debugging regex

  • cannot debug/break/step into code in debug mode.
    I indigox3

    I'm using VS.NET 2005 and building a large application with about 100 projects. There is one project in the solution that compiles to a DLL that I need to debug. (i.e. break, and step into the code) However I can't. In the modules tab of the IDE, it says that no symbols have been loaded for that module. I know the pdb is being generated though, has the same filename as my dll, and is being generated in the same directory as the dll. The timestamps match as well, and I'm building the debug configuration. When I right click on the module in the modules tab and goto "Load Symbols" and point it to my pdb it says that "The symbol file xyz.pdb does not match the module" What could possibly be going wrong?

    Visual Studio visual-studio csharp debugging regex question

  • Need serialize/deserialize container class to/from XML.
    I indigox3

    You could try libxml. It can save/load XML files. http://en.wikipedia.org/wiki/Libxml2.

    C / C++ / MFC docker beta-testing xml json question

  • GDI+ initialization
    I indigox3

    I'd rather just do the initialization once like you suggest, but the code I'm working on is a module to be shared among different client apps, so I can't be sure a priori if the client is already using GDI+. Thanks for the reply,

    C / C++ / MFC winforms graphics question

  • GDI+ initialization
    I indigox3

    Thank you so much for checking this out!

    C / C++ / MFC winforms graphics question

  • GDI+ initialization
    I indigox3

    Not much relevant to my question. http://msdn2.microsoft.com/en-us/library/ms534077.aspx

    C / C++ / MFC winforms graphics question

  • GDI+ initialization
    I indigox3

    I've got a class that wraps GDI+. In the constructor I call GdiplusStartup, and in the destructor I call GdiplusShutdown. This could result in multiple startup & shutdown calls. (And possibly several startup calls before any shutdown calls) Is it safe to make these calls multiple times?

    C / C++ / MFC winforms graphics question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups