Category "project"

How to solve the problem of loading Fortran projects in Microsoft Visual Studio 2022?

After installing the version 17.2, I can no longer load my Fortran projects into Microsoft Visual studio. When I open the .sln file, I get the two following err

Pycharm project not opening [closed]

I clicked opened pycharm and the 'Welcome to pycharm' screen opened this is the one I want to open ☝ but when I click it nothing happen

Project Properties Windows Blank in Visual Studio 2022 Community 17.1.0

I'm trying to access the project properties but the window appears blank. I've tried web solutions View>Properties Window, f4, right click on project folder&

How to use the draw and keyTyped() function at the same time?

I want to create a code where when I click a key on the keyboard it will play music and draw a rectangle. I have managed to add music using the keyTyped() funct

Connecting Delphi to a online database

I have a project where we need to create a application for capture infomation from a 'tournament', for example a soccer knock out tournament where you have to

Making Consumer/Producer Problem a bit Advanced

Is there any way for the Consumer/Producer problem in synchronization could be made more advanced by introducing some scenario or making it a little bit more co

I have a project in college and I do some of the requirements [closed]

**my project talk about Shape hierarchy for every shape needs Inheritance, Polymorphism and Files I/0 I did a simple thing of the requirements

Deploying a C# source generator project that includes references to other private projects

I want to release a source generator package, and I want to include a private project dependency on the source generator project. For example, assume that my pr

How to migrate or move Azure DevOps project from one organization to another organization?

We have a requirement where we need to move/migrate an Azure DevOps project from one organization (Organization A) to another organization (Organization B). We

Cannot edit imported project netbeans

i've recently imported a project shared with my friend for school in netbeans and we have a problem. Everytime i try to edit or delete a comment or a code line

docker compose orphan containers warning

How to be with orphan images when you have 2 independent projects and you want them to work at the same time or at least to build running docker-compose up -d w

Same repository names in different projects

I have two projects: CompanyAManagement CompanyBManagement And for both projects, I would have a repository "frontend" and "backend". However, after I have crea