News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

C++ parser bug

Started by enot, October 19, 2008, 01:37:57 PM

Previous topic - Next topic

enot

I just want to say that i found a little bug in parser. It's just nonsensitive to "extern" keyword. There are a lot of dynamic libraries with "extern Type Function_name(parameters)" function definitions which are staying unfounded with your parser.
I just solve this problem by adding a Replacement rule like "extern -> typedef" but it's just like a painkiller :) but not a real salvation!

Please fix this bug *praying* :)

P.S. Sorry for my English ;) I'm not really good in it.