
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
February 19th, 2021, 04:48 AM
I'm trying to fix a problem with std::stringstream (in VS2019) which was previously building fine in VS2008. This function appears in my main exe:-
...
25 replies | 735 view(s)
-
February 9th, 2021, 07:50 AM
I'm building a program which has a function looking like this (where _mappings is of type std::map) :-
void
ChanMapping::set(DataType t, uint32_t...
14 replies | 705 view(s)
-
February 18th, 2021, 02:29 PM
Hello
lets a i have :
bool a = true;
bool b = false;
is it safe to use
13 replies | 454 view(s)
-
February 10th, 2021, 01:24 PM
I have a dll that I want to use in Visual C++ but I don't have the library file for it (.lib). When I try to compile I get "Error 2 error LNK1120: 1...
11 replies | 778 view(s)
-
February 7th, 2021, 08:21 AM
I am trying to attach an ms sql database. And I am trying to use sqlcmd utillity. But anytime I try this, I got:
SQLCMD
Sqlcmd: Error:...
7 replies | 622 view(s)
-
January 30th, 2021, 04:07 AM
What type of configuration in SQL Server should I use to collect fingerprint values?
I wrote VB.NET to collect fingerprints for time records.
...
5 replies | 855 view(s)
-
February 10th, 2021, 03:11 AM
Hi,
compiled the following code with visual studio 2102 and got an error in the red line.
#include "stdafx.h"
#include <iostream>
struct...
4 replies | 459 view(s)
-
February 7th, 2021, 09:19 AM
I just came across this code in a template class:-
pointer allocate (size_type n, void* hint = 0)
{
if ((pointer)&_buf + stack_capacity >=...
3 replies | 459 view(s)
-
February 17th, 2021, 06:29 AM
Using VS2019, I'm trying to build a project as 64-bit. Many years ago I'd built it as 32-bit using VS2005. The project consists of an exe file and...
5 replies | 334 view(s)
-
February 2nd, 2021, 03:57 AM
Hello,
With the following code:
auto it = std::find_if(rLTENodes.begin(), rLTENodes.end(), (const const MultiTechNode * m)->bool {return cm...
3 replies | 490 view(s)
-
February 3rd, 2021, 12:35 AM
I have a C# console application that is launched from a WinForm application.
The output of the console application is well-formatted; however, user...
1 replies | 766 view(s)
-
February 11th, 2021, 11:52 AM
I'm updating some libraries (previously built with vs2005) to use vs2019. One of the libs gives me a linker error about a missing symbol called...
4 replies | 408 view(s)
-
February 16th, 2021, 12:08 PM
Hello,
The changes i made sometime ago in the code, looks like doesnot handle all the scenarios.
for (auto config :...
4 replies | 379 view(s)
-
January 30th, 2021, 07:28 PM
.NET4.8.04084 - VS 2019
public class myObj
{
public string ob1 { get; set; }
public string ob2 { get; set; }
}
List<myObj> objlist = new...
1 replies | 655 view(s)
-
February 16th, 2021, 04:27 AM
I'm building a project here which used to build fine with VS2008. There's one function which looks like this:-
__attribute__((constructor))...
3 replies | 307 view(s)
-
Yesterday, 08:29 AM
Let's assume I'm building a program which links to 2 libraries:- x.lib and y.lib
And let's assume they both libs happen to contain a function with...
5 replies | 88 view(s)
-
February 18th, 2021, 01:27 PM
I have an application that will stuff fixed point values into CPU registers. They're 32 bit (4 byte) and specified as:
Unsigned fixed-point...
3 replies | 388 view(s)
-
February 5th, 2021, 07:02 AM
I have a Windows text file with the following info inside it:
25 05 38 26 53 04
07 45 50 33 19 34
55 25 21 30 09 39
26 11 30 12 13 41
32 23 44...
2 replies | 477 view(s)
-
January 30th, 2021, 03:30 AM
Hello friends. I am unable to install any application on my Windows 10. It shows the “Error Opening File For Writing” error message. I don’t know why...
2 replies | 466 view(s)
-
January 30th, 2021, 08:38 PM
// I have a textBox and would like to copy its contents
// into a string called myColor
string myColor= "BLUE"; // OK...
1 replies | 547 view(s)
-
February 16th, 2021, 07:56 AM
Hello,
I have map of multiset. Now i filter the multiset , and comeup with new set.
I want to replace the old multiset for that key with the...
3 replies | 285 view(s)
-
January 30th, 2021, 07:21 AM
public class myObj
{
public string ob1 { get; set; }
public string ob2 { get; set; }
}
List<myObj> objlist = new List<myObj>();
...
1 replies | 481 view(s)
-
February 21st, 2021, 08:08 AM
I don't know how to overcome this issue.
I am working to a small sub project, part of big project. I intend to use a method which is part of...
3 replies | 200 view(s)
-
February 5th, 2021, 05:29 AM
Hello,
std::map<int, std::multiset<TACNeighbourData> >::iterator found = m_SiteKeyToNeighbourKeys.find(nTopParentKey);
for (auto...
1 replies | 465 view(s)
-
Today, 08:51 AM
Hello,
std::map<int, bool > m_TacToAssignFlag;
auto itr = m_TacToAssignFlag.begin();
do
{
################
2 replies | 31 view(s)
-
February 12th, 2021, 01:45 PM
A VC++ application using ACEDAO to connect MS Access databases is no longer working post an Office 365 upgrade last year.
The debug version throw...
0 replies | 386 view(s)
-
February 16th, 2021, 10:06 PM
Hello all,
I'm doing a school project on automated software test generation and I have created a short survey (<5 min) as a part of this project....
1 replies | 253 view(s)
-
February 22nd, 2021, 01:54 PM
Okay, I need everyone's help - or at least your feedback..... I'm working on an article, so what I need to know is:
What are stupid things...
1 replies | 134 view(s)
-
February 12th, 2021, 02:47 PM
I am an English speaker, but some of our reports are used in French speaking countries. One of them needed to translate the written out form of a...
0 replies | 285 view(s)
-
February 14th, 2021, 11:31 PM
Hello folks,
I'm new to coding and the platform. Was preparing for questions on HTML here. Was wondering if it's possible to use the “display”...
0 replies | 283 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|