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

visual-studio-2003

the application for project is not installed

December 30, 2023 by Tarik

Right-click on the project file, then “Reload” If your solution opens, but your project is showing as “incompatible”, it may need to just reload. This worked for me when running an update from VS, and it did not recognize my njsproj

Categories visual-studio Tags visual-studio, visual-studio-2003, visual-studio-2010 Leave a comment

Where to download Microsoft Visual c++ 2003 redistributable

April 25, 2023 by Tarik

Storm’s answer is not correct. No hard feelings Storm, and apologies to the OP as I’m a bit late to the party here (wish I could have helped sooner, but I didn’t run into the problem until today, or this stack overflow answer until I was figuring out a solution.) The Visual C++ 2003 runtime … Read more

Categories dll Tags dll, redistributable, runtime, visual-c++, visual-studio-2003 Leave a comment

Copying Visual Studio project file(s) to output directory during build

April 19, 2023 by Tarik

For copying a files to the output directory in Visual Studio 2003 you could use Post-Build event: Right click on the project->Properties Common Properties->Build Events Set Post-Build Event Command Line to: xcopy /y $(ProjectDir)my_file.ini $(ProjectDir)$(OutDir) OK and build!

Categories visual-studio Tags build, projects-and-solutions, visual-studio, visual-studio-2003 Leave a comment

How to properly replace global new & delete operators

March 7, 2023 by Tarik

That’s not how this works. You replace the two operators, and this is done at link time. All you need to do is write a single TU that defines these operators and link it into the mix. Nobody else ever needs to know about this: // optional_ops.cpp void * operator new(std::size_t n) throw(std::bad_alloc) { //… … Read more

Categories c++ Tags c++, memory-management, visual-studio-2003, windows 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