Ticket S132697
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

CodeGen - Add options to specify code generation rules

Please do not change type signature even it might mean the same

created 16 years ago

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

Comments (1)
DevExpress Support Team 16 years ago

    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

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.