So, this did the trick: <Common name="Common" keepValideCode="Implicit"/>
Hallo! Sorry for the delay, it's holiday time. So the problem was quite trivial: Mine wrong config: <Source> <FolderName value="./src/" root="SourcePath" fileAttachment=".c" recursive="Yes" doNotSkip="Yes"/> </Source> Yours working config <Source> <FolderName value="./src/" root="SourcePath" fileAttachment=".c" recursive="Yes" doNotSkip="Yes"> <Common name="Common" keepValideCode="Implicit"/> </FolderName> </Source>
Hallo Mr. Klotz! I have got it! Pls. feel free to close this problem report. Many thanks. Best regards. Lubos
Hallo Mr Klotz. Well, then I'm making something terribly wrong. I have replaced mine binaries with last patched (bin_Windows_64bit_32bit.zip from 2020-12-23). But I still have no result. I think I have problem with abc2xml, because when I run not_working_ansi_c_create.bat and then working_ansi_c_create.bat, I get 2 completely different xml files - the content is different. Could you provide your "not_working_ansi_c_abc2xml_cfg.xml" file? Then I should be able to see what's wrong. Thanks. Best regards....
Hallo Mr Klotz. Well, then I'm making something terribly wrong. I have replaced mine binaries with last patched (bin_Windows_64bit_32bit.zip from 2020-12-23). But I still have no result. Could you provide your "not_working_ansi_c_abc2xml_cfg.xml" file? Then I should be able to see what's wrong. Thanks. Best regards. Lubos
Hallo Mr. Klotz. Sorry for delay, during weekend I'm usually not working with the computer. And I'm sorry but I'm not sure I understood your answer. The NSD is not generated even when I omit the <Common name="Common" and keepValideCode="Implicit" from the config file. So now it looks like: <Source> <!-- to use all c-files in the folder and its sub-folders --> <!-- FolderName value="./src/" root="SourcePath" fileAttachment=".c" recursive="Yes" doNotSkip="No"/ --> <FolderName value="./src/" root="SourcePath"...
OK, I have also tried the config you proposed: <Source> <!-- to use all c-files in the folder and its sub-folders --> <!-- FolderName value="./src/" root="SourcePath" fileAttachment=".c" recursive="Yes" doNotSkip="No"/ --> <FolderName value="./src/" root="SourcePath" fileAttachment=".c" recursive="No" doNotSkip="Yes" > <Common name="Common" keepValideCode="Implicit"/> </FolderName> </Source> But the result is even worse - in previous run there was an empty HTML file generated. Now there is nothing....
OK, I have also tried the config you proposed: <foldername value="./src/" <br=""> root="SourcePath" fileAttachment=".c" recursive="No" doNotSkip="Yes" ></foldername> <Common name="Common" keepValideCode="Implicit"/> But the result is even worse - in previous run there was an empty HTML file generated. Now there is nothing. Have you tried the configuration? Did it worked for you? Because if yes, that means I have different version of moritz binaries than you.