bool useKchmviewer = false;
if (system("which kchmviewer > /dev/null") == 0)
{
// "which kchmviewer" exit code 0
useKchmviewer = true;
}
in the program codebase so I can check for variable useKchmviewer from
wherever I want, specifically
VirtualBox-5.0.6/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
and VBoxGlobal.cpp. How can I do this?
Finally, I'm in the stage where my changes are fully working. There's one
important thing left to do before they will be usable. I would like to know
where should I place
- [Trisquel-users] Help me making a small change in a C++ progr... myself600
- Re: [Trisquel-users] Help me making a small change in a ... onpon4
- Re: [Trisquel-users] Help me making a small change in a ... myself600
- Re: [Trisquel-users] Help me making a small change in a ... myself600
- [Trisquel-users] Re : Help me making a small change in a... lcerf
- Re: [Trisquel-users] Help me making a small change in a ... myself600
- Re: [Trisquel-users] Help me making a small change i... t8mf4nu6lizp
- Re: [Trisquel-users] Help me making a small chan... myself600
- Re: [Trisquel-users] Help me making a small ... t8mf4nu6lizp
- Re: [Trisquel-users] Help me making a s... myself600
- Re: [Trisquel-users] Help me making... t8mf4nu6lizp
- Re: [Trisquel-users] Help me ma... myself600
- [Trisquel-users] Re : Help me making a small change ... lcerf
