HookAlert for Specify Process
Fri, 9 Dec 2005 12:48:02 -0800
Hi, i try get some expert can help me, search in all forums and not get some
expert know for help me.
Thank you.
Dll or Class code for use in VB.Net
2 Events Required :
"HookDetected" and "ExeLaunched"
1 Method Required :
StartAntiHook(PID)
PID = Pid the process to Protect or Monitoring the ...
|
ntrtl.h & nturtl.h
Fri, 9 Dec 2005 10:16:33 -0500
Where can I find these two files: ntrtl.h & nturtl.h? I evidently need them
included in my project, but I keep getting "No such file or directory" when
including them.
I have downloaded the Windows DDK and the Windows Platform SDK and searched
through both of them with no luck, any help would be apprecia ...
|
problem with debugging wrapped library
6 Dec 2005 09:58:34 -0800
Visual Studio 2005. Solution contains one csharp exe project, one
unmanaged c++ static library and one managed c++ library to wrap the
unmanaged library. When debugging the csharp exe, breakpoints set in
the unmanaged c++ library are ignored. Breakpoints in csharp exe and in
the managed library work just fine. ...
|
Missing component - msvcp70.dll
Tue, 6 Dec 2005 09:56:04 -0800
I am a systems administrator by trade and not a developer. I am experiencing
the following errror on several windows servers and am hoping somone here
will be able to help me. Event ID:26 - "ccApp.exe - Unable to Locate
Component: This application has failed to start because MSVCP70.dll was not
found." ...
|
MSVCRTD.DLL not found
Sun, 04 Dec 2005 23:27:51 -0800
Hi All,
I have just been asked to modify a an application and the associated DLLs
that were developed some time ago, aout 3 years to be exact.
I am using VS2003 and when I compile everything appears to be OK but when I
try and run the application I get an error saying msvcrtd.dll can not be
found.
C ...
|
VS 2005 Project Compilation Error
Wed, 30 Nov 2005 09:47:02 -0800
We are porting our existing MC++ library from VS 2003 to VS 2005. The library
is using Tibco, and somehow VS 2005 during compilation gives linker error.
there is no change in project settings. The following are the error msg
Error 1 error LNK2028: unresolved token (0A00002B) "public: class
TibrvStatus __t ...
|
Re: malloc() & page boundaries -- Difference between VC6 and VC7 CRT?
Mon, 28 Nov 2005 10:56:11 -0800
I would argue that it is much "safer" to move to VC7 (or VC8), because you were able to track down a dangerous "buffer overrun" problem, and make your app more robust and secure.
Am I wrong?
About the malloc changes, very likely this is caused by the changes in the small block allocator, like Daniel pointed ...
|
|
|
re: MSVCP80D.dll not found
Mon, 28 Nov 2005 10:03:29 -0800
Uhm... looks like something is compiled with VS 2005 (8.0).
Do you have a part of the project or an external library with depends on the 8.0 CRT?
Thanks!
Ale Contenti
VC++ Libraries
-----Original Message-----
From: Mirko M@discussions.microsoft.com
Posted At: Friday, November 25, 2005 8:23 AM
Po ...
|
Migrating VC 6.0 to VC 8.0
28 Nov 2005 06:15:32 -0800
Hi there,
I need to do the following:
1. Migrate a whole solution (with tens of projects) from VC 6.0 to VC
8.0. The project has a lot of MFC templates like CArray, and many error
are poping out, like: Error 1 error C2248: 'CObject::operator =' :
cannot access private member declared in class 'CObject' ...
|
MSVCP80D.dll not found
Fri, 25 Nov 2005 08:23:18 -0800
Hi
I'm working with Visual Studio .NET 2003 Enterprise Architect; when I debug
my application the error "Unable to find MSVCP80D.dll" occurs.
In the directory C:\winnt\winsxs I have only the dll MSVCP80.dll.
Instead I have the version 7.1 but my project requires 8.0 even if it is a
c++ 7.1 project.
...
|