Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxAuiManager preview issue under wxSmith cause C::B can't exit correctly

<< < (4/6) > >>

oBFusCATed:
1. Do not use lambda captures if you don't understand them.
2. Why do you need a capture in this case? The frame is passed as a parameter.
3. What does Temp mean? To me it is the same as using My, Mine, Random, Some, etc.

ollydbg:

--- Quote from: oBFusCATed on February 13, 2019, 08:02:04 pm ---1. Do not use lambda captures if you don't understand them.

--- End quote ---
Oh, I need to learn it. Should be easy.  :)

--- Quote ---2. Why do you need a capture in this case? The frame is passed as a parameter.

--- End quote ---
You are correct, no need capture here.


--- Quote ---3. What does Temp mean? To me it is the same as using My, Mine, Random, Some, etc.

--- End quote ---
What about shortLiveFrame or transientFrame?

oBFusCATed:
transientFrame has different meaning in some OS/wms.

ollydbg:

--- Quote from: oBFusCATed on February 14, 2019, 07:06:57 pm ---transientFrame has different meaning in some OS/wms.

--- End quote ---
OK, thanks.

I now use the "shortLiveFrame". I have committed the patch to trunk now(r11571). Thanks all guys for your help.

BlueHazzard:
Hi,
i can not build the latest C::B trunk on linux, because of the error message

--- Code: ---function is not a member of std
--- End code ---
To fix this i have to add

--- Code: ---#include <functor>
--- End code ---
at the top of the edited files

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version