Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
278 views

I got this script in my database project in Visual Studio IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'SystemTableLogs') BEGIN UPDATE [SystemTableLogs] ...
Art's user avatar
  • 267
0 votes
0 answers
26 views

I am trying to replace VC2010 default runtime calloc with my own implementation of calloc I tried this code but my program still uses the default VC2010 calloc void* calloc(size_t num, size_t size) { /...
photonepoch421's user avatar
0 votes
1 answer
91 views

I have a WPF .Net Framework application, which calls a Winforms window (DLL). When this new Winforms window is shown, it is then sent to the back of the WPF application. As if the new window loses ...
Vinicius Souza's user avatar
1 vote
1 answer
97 views

I am trying to install MPI on ms visual studio 2010 (our professor forced us to use 2010 version specifically probably for the privileges it offers that newer version don't idk) and it's driving me ...
Anthrax's user avatar
  • 11
0 votes
0 answers
129 views

I have two C++ projects: one is an executable (EXE), and the other is a dynamic link library (DLL). In the EXE project, I am using a flag corresponding to a checkbox, and I need to access the value of ...
Mukesh Rajput's user avatar
0 votes
1 answer
127 views

Yesterday at work, my colleague claimed that preprocessor macros were slower than writing variables and functions manually. The context is that we have a class in which member variables are sometimes ...
Ccre's user avatar
  • 3
0 votes
0 answers
47 views

There's default macro with $(WindowsSdkDir) used by Visual Studio. This is Microsoft SDKs with version 7.0A. I want to use new Window 11 SDK with new API, how can I override $(WindowsSdkDir) in ...
Sean Tan's user avatar
2 votes
1 answer
97 views

I've been trying to setup a Jenkins build machine that uses Visual Studio 2010 building tool to build a C++ app. The build stops a minute after it started and Jenkins goes ahead with the next command. ...
simeone.lettiero_w's user avatar
0 votes
1 answer
464 views

I have the original source code for the project and am trying to get it up and running locally on Windows 11, but I'm not sure what tools(and versions) I need. Additional Information: The project was ...
karel mornar's user avatar
0 votes
0 answers
98 views

I have a C# project, which builds fine on Win7. I am now attempting to build the project on Win10, as DigiCert no longer supports Win7 for code signing certificates. The project is complicated enough ...
Sarah Weinberger's user avatar
0 votes
1 answer
78 views

I'm working on an application designed to convert between different number systems. Its operation involves users inputting a value in one base number system, after which the remaining three text boxes ...
Pacjoseph Novabos's user avatar
0 votes
1 answer
287 views

We are migrating our TFS server 2017 to DevOps Server 2022 but when we migrate our databases to the devops server our connection from visual studio 2012 and 2010 is not working while on Visual studio ...
muhammad tahir's user avatar
0 votes
1 answer
59 views

I have issues with my commit, two files in my repo are being duplicated. My Logics.cs and Constants.cs were duplicated. I really do not know why that happened, I made the commit from my Microsoft ...
Olayode's user avatar
0 votes
0 answers
69 views

#include <iostream> #include <vector> #include <algorithm> // Function declarations std::vector<double> wiki_mon_spline(const std::vector<double>& x, const std::...
Naanu Reddy's user avatar
1 vote
0 answers
58 views

i run a code in c++ in debug version step by step (F11) using visual studio2010 linked with cplex 12.4, so i obtained this error and message at the line where i declare IloEnv env ; it don't work , ...
Siw Mni's user avatar
  • 21
0 votes
1 answer
979 views

When I write PHP artisan serve in Laravel 10, This error always write in console. How to resolve this issue? PS C:\xampp\htdocs\Laravel\test_proj> php artisan serve *PHP Warning: Module "...
Web Wizard's user avatar
-1 votes
3 answers
191 views

I'm trying to complete a tutorial video about some piece of code that should prevent players to jump continuosly after they die at some point(when they collide with an obstacle).We assigned gameOver ...
Melih Ekici's user avatar
0 votes
1 answer
754 views

I am learning C#. I had a class under a namespace and it works fine. After adding another class, it says that there are multiple entry points. So I want to delete the other class. Even after deleting ...
brlawrence's user avatar
-1 votes
1 answer
63 views

enter image description here I want to create a Java Project in Visual Studio but I am not able to find Java language in the list of languages given under Create a project also I tried creating a java ...
Gamer Devoloper's user avatar
0 votes
0 answers
41 views

While using the KingwaySoft tool for data migration from Dynamics CRM to another CRM table, I encountered an error message stating: 'The 'Dynamics CRM Destination.Connections[DynamicsCRM]' in the ...
amit234's user avatar
-1 votes
1 answer
40 views

How to play an RA audio file in C# RA audio file Make WindowsMediaPlayer support the ra file or play a single file in another files ra not play in WindowsMediaPlayer code c# play in WindowsMediaPlayer ...
nady's user avatar
  • 27
0 votes
0 answers
132 views

When I tried to install VS 2010 on Windows 10, the installation ends with errors as shown in this screenshot: I tried to download another copy of VS 2010 but the same errors appeared. I stopped the ...
Ruba Alahmad's user avatar
1 vote
0 answers
32 views

i have a folder full of over 12,000 images. i'd like to make a program to redirect drawings to the drawing folder and photos to the photo folder. I'm in my 1st year of engineering school and I don't ...
Selim Rebai's user avatar
0 votes
1 answer
404 views

I am very new to coding so I will explain what I did step by step. I created a virtual environment in command prompt and then I installed django in that. Then, I opened the project in vs code and ...
maya's user avatar
  • 3
0 votes
0 answers
205 views

I'm on an old VS2010 project using CString which I'm really not well acquainted with. I need to retrieve the %TEMP% path so I thought about using GetTempPath() function. The issue is that I can't make ...
Limon's user avatar
  • 19

1
2 3 4 5
929