Re: Debug.exe for win32

From: Al Leitch (al_leitch_at_3*&yahoo.com)
Date: 09/07/04


Date: Mon, 06 Sep 2004 23:21:29 -0700

You could put together a Win32 asm CD. You could load it up with MASM32,
various tutorials, tools and etc. Even OllyDebug, IDA and the well known
Windows Dissasembler while yer at it :-)

If the computer you are currently at disallows access to both floppy and
  CD-ROM drives, you could get some FTP/HTTP storage space on the web
and upload the most important utilities from this self-made toolkit,
assuming the space is limited.

Robert wrote:
> Greetings everyone,
>
> Is it possible to work with debug.exe (which comes with every MS os
> that I know of) to create win32 programs? I know that debug.exe is
> limited to creating 64k com files, and that windows programs probably
> need this much for their headers and such. Still, I was wondering if
> there was a way to use debug.exe to cut apart the important headers
> off of existing win32 files, and use them as the headers for your
> programs that you build with debug.exe
>
> I'd like to be able to sit down at any MS-OS and start writing
> programs. There aren't any default C/C++ compilers in these OS's like
> there are in Unix unfortunately. I don't know if there is some
> default preinstalled compiler/assembler that will natively compile
> win32 code on a Win32 platform. Thank you for any help you can
> provide. If this is the wrong newsgroup, please point me to the
> correct one. Thank you.



Relevant Pages

  • Re: Is this legal ?
    ... The Win32 API requires headers to have certain names, just like the C library does. ... Of course, you do need to invest a bit of work to get the compiler/preprocessor to recognize such an include chain, and you must take care not to trigger on just any old windef.h. ... Failing *that*, you could have your compiler differentiate between system header includes and just any old includes based on file system path and options, so that it knows when it's reading such a header file and should invoke non-conforming mode. ...
    (comp.lang.c)
  • Debug.exe for win32
    ... need this much for their headers and such. ... off of existing win32 files, and use them as the headers for your ... There aren't any default C/C++ compilers in these OS's like ...
    (alt.lang.asm)
  • Re: Sending mail with mail() without header
    ... You don't have to set headers if you ini is set properly, ... I've never had to set anything in my ini for my mail scripts. ... ; For Win32 only. ... don't remember where it's at off the top of my head as my server admin ...
    (comp.lang.php)
  • Re: [PHP] I have a problem with nobody! SOLVED!
    ... tedd wrote: ... Headers and body should be the other way around. ... AFAIK, the sendmail_from setting only has an effect when running on Win32. ...
    (php.general)
  • Re: Debug.exe for win32
    ... > need this much for their headers and such. ... > off of existing win32 files, and use them as the headers for your ... (unless they changed it in Windows XP, ... > default preinstalled compiler/assembler that will natively compile ...
    (alt.lang.asm)