Hi,
I've got this
C/C++const char* server_address = resolve_address(argv[1]);
When I used "declare method" on resolve_add… function I got this
C/C++char const* resolve_address(char* param1)
{
}
Instead of this
C/C++const char* resolve_address(char* param1)
{
}
Regards,
Krzysztof Blacha
Hi Krzysztof,
We agree with you that this shouldn't be changed, and we'll do this in the context of the following suggestion:
ID: S19229, CodeGen - Add options to specify code generation rules
I've added the corresponding note to this item.
Thanks,
Vito