
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 12:57 PM
Re post #3.
You're not inserting an int to a set of int. The set isn't a set of int - but a set of shared_ptr<list<int>> - which is a very...
5 replies | 64 view(s)
-
Today, 12:17 PM
Going back to the original problem, I just modified the code and realised something...
static void
get_id_sorted_playlists (const List&...
5 replies | 64 view(s)
-
Today, 10:52 AM
I'm not sure what's happening in the original code - but in my simplified version...
id_sorted_ints.insert(*i);
insert() seems to be expecting...
5 replies | 64 view(s)
-
Today, 09:18 AM
Thanks 2kaud - I tried removing const and also changing to cbegin() / cend() etc but nothing seemed to help.
For testing purposes I've now changed...
5 replies | 64 view(s)
-
Today, 07:55 AM
I suspect that .insert() doesn't want a const argument. Try making i ::iterator instead of ::const_iterator. Also, as .begin()/.end() are used rather...
5 replies | 64 view(s)
-
Today, 07:41 AM
I'm updating some code that previously built okay with VS2005:-
struct id_compare
{
bool operator()(const boost::shared_ptr<Playlist>& p1,...
5 replies | 64 view(s)
-
Today, 05:01 AM
It's something I only need to do temporarily (for debugging)
2 replies | 65 view(s)
-
Today, 04:32 AM
Dont. See https://stackoverflow.com/questions/55687044/can-i-take-the-address-of-a-function-defined-in-standard-library
2 replies | 65 view(s)
-
Today, 03:54 AM
Is it possible to create a pointer to a template function - e.g. if I had a std::list of ints and I wanted a pointer to its "unique" member :-
...
2 replies | 65 view(s)
-
January 19th, 2021, 08:29 AM
The /bigobj applies to the number of sections in the generated .obj file. So /bigobj would usually be applied to the project properties - not an...
3 replies | 160 view(s)
-
January 19th, 2021, 07:45 AM
Thanks 2kaud, that seems to fix it. BTW... as it happens, the module I'm building is a DLL. At the moment, I've only specified /bigobj for that one...
3 replies | 160 view(s)
-
January 19th, 2021, 07:05 AM
Properties/C++/CommandLine. Add it to Additional Options.
Not all compiler options are in the properties pages - some (another is /J to make char...
3 replies | 160 view(s)
-
January 19th, 2021, 06:49 AM
I'm updating a program which previously got compiled with VC2005 (I'm compiling it now with VC2019). One of the source modules was fine with VS2005...
3 replies | 160 view(s)
-
January 19th, 2021, 05:34 AM
Yep :D - although the std:: version has some additional features over yours. But that is how professional libraries are written - with heavy use of...
14 replies | 314 view(s)
-
January 19th, 2021, 05:20 AM
Ah, **** it! Three thousand lines of code for a vector!? :(
14 replies | 314 view(s)
-
January 19th, 2021, 04:17 AM
To look at the STL source code, just put your mouse cursor over the #inciude <...> statement in your code, right click and choose Go To Document......
14 replies | 314 view(s)
-
January 19th, 2021, 01:57 AM
@2kaud
You're using Visual Studio 2019 compiler just like me. I want to find the source code of STL libraries inside it so that I can explore them...
14 replies | 314 view(s)
-
January 18th, 2021, 03:53 PM
No, I cannot help you with using MSCOMM.
MSCOMM worked well in time of Win16.
But then in a real world beginning of Win32 it just sucks. :(
13 replies | 5413 view(s)
-
January 18th, 2021, 03:39 PM
I understand where you are coming from but I wish retrieve the code for this particular project. I dont have the time to relearn a new programming...
13 replies | 5413 view(s)
-
January 18th, 2021, 03:10 PM
then it's time to learn the modern technologies! ;)
13 replies | 5413 view(s)
-
January 18th, 2021, 03:05 PM
I am more familiar with VB6. Also as this thread is in the Visual basic 6 section of the forum I thought it wouldnt be a problem to ask for it (as...
13 replies | 5413 view(s)
-
January 18th, 2021, 02:45 PM
Are you also new to coding in VB6?
And why not using VB.Net or C#?
13 replies | 5413 view(s)
-
January 18th, 2021, 02:36 PM
I am new to MSCOMM coding in VB6 and this thread contains the same exact task I am trying to do (IE file transfer using MSCOMM) and I see WoF has...
13 replies | 5413 view(s)
-
January 18th, 2021, 12:53 PM
Thank you for the links, very helpful information!!! Finally i found the way, i don't know why, but bitmap instead the icon make a trick
11 replies | 264 view(s)
-
January 18th, 2021, 12:49 PM
Thank you very much for the link, very interesting and helpful information, unfurtunatley didn't find the answer on my question about the magic...
14 replies | 387 view(s)
-
January 18th, 2021, 12:36 PM
Why do you need it?
13 replies | 5413 view(s)
-
January 18th, 2021, 12:24 PM
Try the sister vb site which has a more active VB forum.
https://www.vbforums.com/forumdisplay.php?25-Visual-Basic-NET
3 replies | 256 view(s)
-
January 18th, 2021, 12:22 PM
Then just do it as per the suggested function in post #4
For m_nId2, just extend the condition check in the function.
5 replies | 88 view(s)
-
January 18th, 2021, 10:50 AM
Thanks a lot kaud.
Actually, i want to check, if the m_nId is unique and no duplicates.
As this is not very big vector (may have atmost 10...
5 replies | 88 view(s)
-
January 18th, 2021, 10:37 AM
I am just wondering if maybe I am not explaining myself well. Lot's of looks but not any comments
3 replies | 256 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|