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
M

Michael Hansen

@Michael Hansen
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Web framework [modified]
    M Michael Hansen

    Look here: Django vs Web2py[^]

    MBH

    Linux, Apache, MySQL, PHP python help question

  • Python Loop
    M Michael Hansen

    q = [0,1]
    for i in range(1,50):
    sum = q[0] + q[1]
    print 'Line %d : %d' % (i,sum)
    if i > 1:
    q = [ q[1], sum ]

    MBH

    Linux, Apache, MySQL, PHP python tools tutorial

  • Place running application in Systray...
    M Michael Hansen

    TaskSwitchXP will do this (Right-click the minimize icon), along with a bunch of other useful things. http://www.ntwind.com/taskswitchxp/[^]

    MBH

    The Lounge sysadmin question

  • Some experience with Subversion
    M Michael Hansen

    In Explorer listview, right-click on the header to get a list of available columns, Select 'More' at the bottom, You should be able to locate some TSVN columns to use... Dunno if it requires WinXP to work though...

    MBH

    The Lounge html com collaboration tools

  • Some experience with Subversion
    M Michael Hansen

    Jörgen Sigvardsson wrote: Unfortunately it's not possible to sort on status with either TortoiseSVN TSVN actually has column providers for explorer, which makes it possible to have a status column, that is sortable like any other explorer column.

    MBH

    The Lounge html com collaboration tools

  • C++ Parsers
    M Michael Hansen

    What about GCC-XML: http://www.gccxml.org/HTML/Index.html[^] It will give you an xml representation of the source code. You can then massage the xml into whatever you want...

    MBH

    The Lounge c++ com

  • Bug tracking software - thoughts welcome
    M Michael Hansen

    X| X| X| Michael Hansen wrote: _Trac: http://flyspray.rocks.cc/\[^\]_ Make that: Trav: http://projects.edgewall.com/trac[^]

    MBH

    The Lounge help html com design business

  • Bug tracking software - thoughts welcome
    M Michael Hansen

    Here's the most promising open source candidates I'm looking at currently: FlySpray: http://flyspray.rocks.cc/[^] Trac: http://flyspray.rocks.cc/[^]

    MBH

    The Lounge help html com design business

  • Rhapsody
    M Michael Hansen

    Now you got me started... ;-) Thinkin about it, I would estimate that the >major project< mentioned would have been finished in half the time, and be less buggy, had it been implemented using traditional methods.

    MBH

    The Lounge c++ question

  • Rhapsody
    M Michael Hansen

    We have used Rhapsody on a major project... Believe me Rhapsody sucks in more ways than I ever thought possible... In fact the dev-team have nicknamed it "Crapsody", which is more appropriate...

    MBH

    The Lounge c++ question

  • VC6 with Windows debug symbols?
    M Michael Hansen

    Oops! Found it: Q304989 Thanks for the help! MBH

    C / C++ / MFC workspace debugging regex question

  • VC6 with Windows debug symbols?
    M Michael Hansen

    Does this mean that there is no way that VC6 will find .pdb files for for example kernel32.dll, EXCEPT if the kernel32.PDB is placed in the same directory as kernel32.dll? Do you have some info about the KB article? I tried searching for variations over the following words: VC6 VC PDB DBG _NT_SYMBOL_PATH... MBH

    C / C++ / MFC workspace debugging regex question

  • VC6 with Windows debug symbols?
    M Michael Hansen

    I'm trying to get VC6 to use the Windows Debug Symbols, but VC6 does not load them from the installed location (c:\windows\Symbols\...). I have setup the _NT_SYMBOL_PATH to point to the proper dir. I have tried putting some directories in the PATH: c:\windows;c:\windows\Symbols;c:\windows\Symbols\Dll. Neither is successfull with VC6 (But WndDbg is loading symbols alright). OTOH when I copy the .PDB to the same directory as the DLL they match VC6 happily loads them symbols. What's going on? Is there some setting in the VC6 environment that I should have made? If it matters then I am on WinXP, with VC6 SP5 applied. MBHansen

    C / C++ / MFC workspace debugging regex question

  • Article content into .ZIP-files
    M Michael Hansen

    Hi Chris, First of all let me tell you what a great site you have created! Nice looks, good code, GREAT WORK! A worthy successor to the departed CodeGuru site. Suggestion: Put the article contents (html,gifs, the works) into the ZIP files. This would make it somewhat easier to "store" a project for later inspection. Michael.

    Site Bugs / Suggestions html
  • Login

  • Don't have an account? Register

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