Skip to main content
0 votes
1 answer
352 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
1 answer
566 views

Good Morning everyone, I am creating a backend for my application and I want to migrate my database using Flayway. I added the required dependancies to my pom.xml <dependency> ...
Speedkillsx's user avatar
0 votes
0 answers
31 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
-1 votes
1 answer
58 views

I need to create a new dialog with some tabs out of some existing dialogs. I hand edited the resource file as I've done in the past and created some new dialogs with new IDD_ tags. The new dialogs ...
Bill Olson's user avatar
0 votes
1 answer
93 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
0 votes
1 answer
43 views

I'm trying to show accumulated time in a serie of a column chart. This "time" is given in seconds (int), but for a better understanding, I need to show it in "hh:mm:ss" format. Is ...
Joel  Luevano's user avatar
1 vote
1 answer
107 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
155 views

I cannot seem to get Eigen 3.4.0 running in VS2010. This is supposed to be so easy, but I cannot manage to do it. I downloaded the latest Eigen library, version 3.4.0, and unpacked the zip file. I ...
sblyat's user avatar
  • 21
0 votes
0 answers
137 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
1 vote
0 answers
23 views

I am trying to save image in database. Codes run successfully. But when I retrieve the image it gives error. Parameter is not valid on this Line: pbDatbase.Image = Image.FromStream(msImage) enter code ...
M Luqman's user avatar
0 votes
1 answer
136 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
238 views

We have a requirement to install MDS Add in for excel (2019). URL : https://www.microsoft.com/en-us/download/details.aspx?id=58203 As a pre-requisite it shows that we have to install : "Visual ...
RBB's user avatar
  • 23
0 votes
0 answers
60 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
0 votes
1 answer
192 views

I am curious. Why my .vb files have lots of greyed out import and it doesn't seem like I am the one writing it? What are those? Do I import that somewhere from some settings? For example, I wonder ...
user4951's user avatar
  • 33.3k
2 votes
1 answer
104 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

15 30 50 per page
1
2 3 4 5
3093