Re: FastMM4 bug?
- From: "Gabriel" gabrielcorneanuATyahoo.com
- Date: 31 Oct 2005 00:37:18 -0700
I found it.
The "FullDebugMode" requires the dll to properly run. In runtime I get an error, but in IDE I just get a runtime error (during InitUnits) without any hint.
To reproduce, do this:
- new standard VCL application (I only tried D9)
- add FastMM4 as the first unit
- defined FullDebugMode
You might have the required dll somewhere on path and therefore not seeing the error.
Thanks,
Gabriel
.
Relevant Pages
- Re: DLL register problem
... I can now register the DLL by going to project options, ... I tried to create a simple DLL also got the same runtime error. ... public class DocumentClassLib ... (microsoft.public.dotnet.languages.csharp) - Re: VB6 app cannot copy dll to system32
... I am not hard coding a fully qualified path to the DLL. ... I'm not sure about that runtime error though. ... "GetWindowsDirectoryA" (ByVal lpBuffer As String, ... Dim sBuffer As String ... (microsoft.public.vb.general.discussion) - Re: Unloading a DLL WEP
... The problem is that I need it to release from memory when it is finished ... Are you talking about an ActiveX DLL? ... about a runtime error causing the DLL to "get stuck" in ram, ... use generous doses of error trapping so common runtime errors won't crash ... (microsoft.public.vb.general.discussion) - tlbimp problem
... When I run it through tlbimp using the ... If I just declare the dll from within the code as per some books I've ... looked at, I get a runtime error that the file is not present, even ... (microsoft.public.dotnet.framework.interop) - Runtime error 216
... I'm debugging a runtime error 216 at 2F18, ... nor WinXP. ... FullDebugMode (FastMM 4.74) switched OFF. ... (comp.lang.pascal.delphi.misc) |
|