1
Development / Re: wxSmith : add option for Create function in inhereited cases
« Last post by LR83 on Today at 09:20:07 am »Yes, the change is very slight and does not disrupt normal behavior.
We now just have a new option to call or not the Create() function (the default value is true in order to keep the old generation code).
I introduced this because when you call the parent in the constructor, you should not use the Create() function.
I don't know how to create a "patch file". Do I need a special environment?
We now just have a new option to call or not the Create() function (the default value is true in order to keep the old generation code).
I introduced this because when you call the parent in the constructor, you should not use the Create() function.
I don't know how to create a "patch file". Do I need a special environment?
Recent Posts