
- 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, 07:37 AM
you can find good designer on upwork, canvas, codeur, fiver, itgalaxy.
9 replies | 25283 view(s)
-
Yesterday, 01:25 PM
what mistake did I make in my question please ?
5 replies | 112 view(s)
-
Yesterday, 10:47 AM
To help to learn C++ consider:
https://www.learncpp.com/
5 replies | 112 view(s)
-
Yesterday, 08:38 AM
The exercise requires to use derived classes
I understand that this one is not good code but It's a university exam and now I have to understand...
5 replies | 112 view(s)
-
Yesterday, 06:52 AM
Based upon the given design, consider as a starting point:
#include <iostream>
#include <random>
std::mt19937 gen(std::random_device {}());...
5 replies | 112 view(s)
-
Yesterday, 04:48 AM
1) probably.
2) no.
This is not good code. I suspect it's very old code from wherever it was obtained as it uses void for function parameter...
5 replies | 112 view(s)
-
Yesterday, 01:46 AM
I'm not able to understand solution about the following exercise where, given this code, It asks to write C++ code which read from standard input...
5 replies | 112 view(s)
-
March 18th, 2025, 02:02 PM
Hey all I am trying to figure out why my text is not showing past my picturebox:
The code I am using is this:
Image NewImage =...
0 replies | 60 view(s)
-
March 15th, 2025, 02:20 PM
Just take a look at the demo I prepared. Maybe it can help you, because all the previous variants you came up with was a mess.
The idea of the...
1 replies | 1132 view(s)
-
March 11th, 2025, 02:58 PM
I remember back in the day borrowing a few snipits of code from him. It was around 98. I believe that was him anyway.
4 replies | 364 view(s)
-
March 11th, 2025, 02:06 PM
:thumb:
it's my favorite site about MFC!
And here is the author Joe Newcomer sitting at the table (April 22, 2008, Redmond WA):
4 replies | 364 view(s)
-
March 11th, 2025, 12:24 PM
Awsome, Thanks! I'll get IT to install the package then I'll have less issues with coding. Will still come back for advise, but can get a lot further...
4 replies | 364 view(s)
-
March 11th, 2025, 11:40 AM
A good resource is http://www.flounder.com/ look under mvp tips.
But MFC is still available. You have to specifically install it with the VS...
4 replies | 364 view(s)
-
March 11th, 2025, 11:10 AM
Hi, I used to be pretty good with MFC, 25 years ago, but now there does not appear to be MFC any longer. I'm working with VS 2022. So since I had to...
4 replies | 364 view(s)
-
March 10th, 2025, 03:43 AM
SetTimer function (winuser.h)
1 replies | 703 view(s)
-
March 9th, 2025, 05:51 PM
EDIT2: OK, may have it resolved.... Would love to have review of the code. The question I have is why does _endthread cause a crash when it is called...
1 replies | 703 view(s)
-
March 9th, 2025, 02:35 PM
EDIT: OK this method won't work.... Is there a timer routine that will return control back to VB once it is called? One where I can start it running...
1 replies | 1132 view(s)
-
March 9th, 2025, 04:38 AM
You don't need to explicitly include synchapi.h. It is included as part of Windows.h
2 replies | 788 view(s)
-
March 9th, 2025, 03:07 AM
And what is the exact error message?
2 replies | 788 view(s)
-
March 8th, 2025, 10:44 PM
Hi,
I'm going to use Application.ontime, but the compiler does not recognize it and gives errors. What header do I need to include for this to...
2 replies | 788 view(s)
-
March 8th, 2025, 06:04 PM
Hi,
I have been struggling with a dll for VBA, but now I'm closer to the finish line, thanks to all the help here.
Now my issue is that I can't...
0 replies | 785 view(s)
-
March 8th, 2025, 05:26 PM
RESOLVED: It appears that it has to be compiled under 32bit. Works now.
3 replies | 5024 view(s)
-
March 8th, 2025, 03:12 PM
Thanks. I"m not seeing much difference in yours and my code. Not sure why I'm not generating exports. I will modify my define macro to be like yours...
3 replies | 5024 view(s)
-
March 8th, 2025, 11:54 AM
What line in your code snippet produces this error message?
1 replies | 473 view(s)
-
March 8th, 2025, 04:49 AM
For info, these are test codes for generating a .dll
mydll.h
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#ifdef...
3 replies | 5024 view(s)
-
March 7th, 2025, 12:28 PM
Moderators, you may close this post as the LoadLibrary issue is sort of resolved. Will visit the issue at a later date as in the DLL debug location...
23 replies | 5121 view(s)
-
March 7th, 2025, 12:16 PM
HI,
I am creating a very simple DLL, and I have the LoadLibrary problem temporarily fixed, I now face an issue where GetProcAddress does not find...
3 replies | 5024 view(s)
-
March 7th, 2025, 12:02 PM
For the LoadLibrary issue it was that I moved the DLL to another directory, but even with the path defined LoadLibrary would not load the DLL. For...
23 replies | 5121 view(s)
-
March 7th, 2025, 11:45 AM
In the C++ code that generates the .dll (exports) you have at the top:
#define EPIQUTIL_EXPORTS
In the code that uses the .dll (imports)...
23 replies | 5121 view(s)
|
Click Here to Expand Forum to Full Width
|