CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    IDE and library converters

    2 Questions for you gurus.
    1) Are there any freebie assembler IDE which includes a debugger with call stack?
    2)How can I convert a DOS 16-bit library to a win32/64 console static linked library?

  2. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: IDE and library converters

    Quote Originally Posted by lucky6969b View Post
    1) Are there any freebie assembler IDE which includes a debugger with call stack?
    I don't know of any. Note that assembly language people often are die-hards and actually may even dislike "fluffy" things like that... But maybe others have already come across such a package.

    2)How can I convert a DOS 16-bit library to a win32/64 console static linked library?
    Port, IOW rewrite, it?
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured