News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Line Counter Add-IN

Started by John Z, May 17, 2021, 04:00:50 PM

Previous topic - Next topic

John Z

Thanks.
I'll try to reproduce. From the picture it looks like some Unicode characters in the path name.
I don't recall right off if I coded for Unicode path/file names.

John Z

John Z

Looking at the source code it is coded to allow for Unicode filenames, so that is probably OK.

After the message box picture that you attached there should have been another
message explaining exactly what the error was.  The box title should have been
"FileName Creation"  if you can see that it would help.

My only thought at the moment is that a prior LC_Output.html was still open which locks
the file and would prevent opening the file again to write the new data.  The utility always
writes to the same filename. 


John Z

Grincheux

I make an other test.
These time I often use your add-in to locate the function and see if I don't call a function which is part of the previous called.
Example:

int Function_A(void)
{
    JohnFunction() ;
    return ;
}

int MyFunction(void)
{
     Function_A() ;
     JohnFunction() ;

     return
}

John Z

Yes this is a handy feature I use quite a bit myself. 

Happy it is a useful Add-In, maybe more people will try it.....

Also I like my Named Bookmarks, very useful although it is not the only one ...

John Z

John Z

#79
Updated for Pelles C v 12.002.  No code changes so just posting the DLL.
Posted here and on the initial page.

Removed obsolete attachment - John Z

John Z

#80
Updated with Pelles C 12.00.2 small bug fix for invalid file creation error message for HTML output.
It is always created...

Just replace the DLL in the AddIns64 folder.

John Z

Removed obsolete attachment - John Z

John Z

Updated with improved procedure detection under Win11 and Pelles v12
Added reporting of the number of calls to each procedure as a report option.

John Z

HellOfMice

Hello John, I don't Find THE ADDIN for dowloading


A+


Philippe

John Z

Hi HellOfMice,

You need more caffeine! :D ;D ;D

See attachment

John Z

HellOfMice