News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

External function scanner

Started by Vortex, October 13, 2005, 08:32:34 PM

Previous topic - Next topic

Queue

It appears to work just fine. Missing includes (which one of my test pieces has loads of) are properly listed as missing and the resulting output file is as I expect.

Your missing file warning messages lack a CRLF so they're piled up (and mess up the first Undefined function reported message).

Edit - The -n (No warning messages) argument doesn't affect missing file warnings; they still show.

Queue

Vortex

Hi Queue,

Thanks for your test. Much appreciated. Could you please try V3.52 Beta 2 ? The CRLF issue is fixed and I removed the option -n

Queue

It's producing the expected output (I've only tested -m5 and -l2 thoughroughly, as those are the two I rely on, but I see no reason to believe any other output formats have been affected).

I can confirm the missing file warnings are displaying properly.

I can confirm the -n argument is no longer existent.

Thank you so much. =]

Queue