Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

openframeworks

Visual Studio Platform 2015 Toolset =’v141′ cannot be found

September 12, 2023 by Tarik

I had such an issue. The solution is: open menu “Project”->Properties->Configuration Properites->General – and choose platform toolset v140.

Categories c++ Tags c++, openframeworks, visual-studio-2015 Leave a comment

warning C4003: not enough actual parameters for macro ‘max’ – Visual Studio 2010 C++

May 30, 2023 by Tarik

You are not the first to be bitten by these ancient macros. They can’t remove them, that would break old code. So they came up with another macro to remove the sting. Make it look like this: #ifndef NOMINMAX # define NOMINMAX #endif #include <windows.h> // Rest of your #includes here //…

Categories c++ Tags c++, compiler-warnings, openframeworks, visual-studio Leave a comment

openFrameworks vs Processing

May 21, 2023 by Tarik

You are correct, one is C++ and the other is Java, and those differences apply to these frameworks, so it’s up to your preferences/project scope to decide which one is best for you. With Processing: You get a minimal IDE, but can easily use Eclipse or other Java IDEs. You get memory management (garbage collection) … Read more

Categories processing Tags openframeworks, processing Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa