I am happy to have a forum to get help, but once again:
the path was not hard coded.
I get the path from CWinApp::m_pszHelpFilePath.
Then I extract the path from the string and add...
I did not hard coded it!
And I provided CreateProcess with the correct path, but Windows was confused with two files/folders which were translated to the same name. In the users system you...
thx.
Problem solved.
I think it is a problem especially with the German windows version.
In the folder "C:" the user has a file called "Program" and the folder "Program files"....
it is difficult to test it on the users pc.
But is that possible?
It is written to the drive from the setup medium (CDROM), directly.
The setup was done more than once to check...
the DLLs are not developed by me. I have to use it and find the bugs!!!!!
Very bad....
But do not think about further. My problem is solved for the moment.
thx. The problem were C++ new.
I found this and it helps:
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/5a98b72e-c927-4f4b-9441-8a73575dfb10/
thx. I am one step further!
The calling app is mfc. The dll non-mfc.
Now, I included
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
in the header files of the...
when ending my app in the debugger, memory leaks will be shown like this:
Detected memory leaks!
Dumping objects ->
C:\PROGRAM FILES\VISUAL STUDIO\MyProjects\leaktest\leaktest.cpp(20) :...
I tried to use CreateDIBSection also.
But there were also some problems.
AFAI remember a DIBSection can not be selected into the DC (SelectObject works not for DIBs) and then a...
I think, CreateCompatibleBitmap uses video memory:
I uses Process explorer (linked above) to check the memory consumption.
And there is no changes in the amount of "physical memory -...