Michael Stefaniuc wrote:
Anatoly Lyutin wrote:
Dmitry Timoshkov wrote:
"Anatoly Lyutin" vostok@etersoft.ru wrote:
The whole Wine tree uses 8 spaces for a tab.
Hm. I thought that some modules use 4 space symbols instead of 1 tab symbol. Sorry if I am wrong.
I think you are confusing indentation level with the amount of space a tab is.
- Indentation level in Wine can be 4 (preferred), 8, 2 or even something
odd like 3.
- A tab is always 8 spaces.
Yes, Thanks a lot. It is clear for me now.
A proper error handling IMO is to return an error to the caller instead of terminating the app.
Can you give an example? The Start utility already uses ExitProcess() if you means this...
bye michael