Search results

  1. danieldelex

    C / C++ Resolving Undefined Reference Errors in C++

    Hello I'm currently facing issues with my C++ project; where I keep encountering 'undefined reference to calculateSum(int, int)' errors during the linking phase. I've double-checked my header files and source files; but I still can't pinpoint the problem. I'm using GCC 9.3. The error occurs...
  2. danieldelex

    Debugging Memory Leaks in C++: Seeking Advice

    Hello I'm currently working on a C++ project and have noticed that my application is experiencing memory leaks. I've tried using basic debugging techniques; but I'm still struggling to identify where the leaks are occurring.:sleep: Can anyone recommend effective tools or strategies for...
  3. danieldelex

    disable controls while in menu

    Try using DISABLE_ALL_CONTROL_ACTIONS(0) while your menu is active. This will disable all controls. If you only want to disable specific actions, use DISABLE_CONTROL_ACTION(0, actionID, true) for each action.
  4. danieldelex

    Help !

    Hello, I am new to this forum community and very excited to get involved ! I am looking forward to contributing and learning from the community. Could someone guide me in the right direction for where to start? Are there any specific threads; resource ; areas of the forum that you would...
Top