-
Content Count
2771 -
Joined
-
Last visited
-
Days Won
147
Everything posted by Anders Melander
-
EULA declined installing 11.1 with Network Named license
Anders Melander replied to Lachlan Gemmell's topic in General Help
Hey, that's cheating 🙂 -
Digital Persona UAreU 4500 Fingerprint Reader ActiveX
Anders Melander replied to jon eskandi's topic in VCL
Google "OposBiometric activex", 3rd result: http://carol.havocshack.com/carol-winslow-tech-writer/files/one-touch-for-windows-sdk-com-activex-developer-guide.pdf -
FYI: Old security BUG fixed from ZLib
Anders Melander replied to Tommi Prami's topic in Tips / Blogs / Tutorials / Videos
From: https://www.openwall.com/lists/oss-security/2022/03/28/1 via https://github.com/madler/zlib/issues/605#issuecomment-1084218467 The following are the only (two) calls to DeflateInit2 in the Delphi source (System.ZLib.pas): procedure ZCompress2(const inBuffer: TBytes; out outBuffer: TBytes); ... begin ... ZCompressCheck(DeflateInit2(zstream, 1, 8, -15, 9, 0)); ... constructor TZCompressionStream.Create(dest: TStream; compressionLevel: TZCompressionLevel; windowBits: Integer); begin ... ZCompressCheck(DeflateInit2(FZStream, ZLevels[compressionLevel], Z_DEFLATED, windowBits, 8, Z_DEFAULT_STRATEGY)); end; Note that one uses MemLevel=9 and the other MemLevel=8. None uses the Z_FIXED method the original bug was about. -
FYI: Old security BUG fixed from ZLib
Anders Melander replied to Tommi Prami's topic in Tips / Blogs / Tutorials / Videos
As far as I've been able to evaluate this bug isn't much of a problem for Delphi desktop applications. Server applications could have a problem if they do compression of user supplied data (the bug only exists in the zlib compressor) but since it's only a buffer overrun (as far as I can tell) it's not that bad. -
EULA declined installing 11.1 with Network Named license
Anders Melander replied to Lachlan Gemmell's topic in General Help
Okay then. I thought that maybe you were just voicing an uninformed opinion. My bad. -
EULA declined installing 11.1 with Network Named license
Anders Melander replied to Lachlan Gemmell's topic in General Help
That would mean Windows 8.x isn't supported either: https://sockettools.com/kb/windows-and-supported-tls-versions/ -
EULA declined installing 11.1 with Network Named license
Anders Melander replied to Lachlan Gemmell's topic in General Help
Are there any particular security update, unavailable for Windows 7, that you can't do without? -
Delphi 11.1 Provisioning Access Violation
Anders Melander replied to Michael Collier's topic in Delphi IDE and APIs
Looks like a corrupt installation to me, but it's hard to conclude anything from the info available. -
KILLER PROJECT - RESUSCITATE MWA DB JPEG COMPONENT LIBRARY
Anders Melander replied to Blavatsky's topic in Databases
Calm down, dude. -
Systemic failing of Embarcadero development and support or am I just paranoid ?
Anders Melander replied to CyberPeter's topic in General Help
And then there's this one about "Code Profiling, Optimization, Performance, and Memory Leaks" (in which the audio worked but the video didn't, so it's two hours of power point) which manages to completely avoid the topic of profiling... -
Ah, I didn't realize who you represented. I'll let you figure it out for yourself then 🙂
-
Are you patching the compiled binaries or are you generating resource modules for use with the RTL's built-in localization system?
-
TImage (JPG) not scaling, but PNG and BMP DO ???
Anders Melander replied to A.M. Hoornweg's topic in VCL
That shouldn't matter. Regardless of the dimensions of the jpeg image, it (or rather the internal TBitmap representing the decoded image) will be stretched to fit the target rect. procedure TJPEGImage.Draw(ACanvas: TCanvas; const Rect: TRect); begin ACanvas.StretchDraw(Rect, Bitmap); end; -
TImage (JPG) not scaling, but PNG and BMP DO ???
Anders Melander replied to A.M. Hoornweg's topic in VCL
Weird indeed. Can you tell if it's the TImage itself or only the content which isn't being scaled? -
TImage (JPG) not scaling, but PNG and BMP DO ???
Anders Melander replied to A.M. Hoornweg's topic in VCL
That's pretty useless - "OT" or not. He's using a TImage. -
Command-line build slower than IDE build
Anders Melander replied to Raphaël's topic in Delphi IDE and APIs
I'm guessing the IDE build is using an internal unit cache when it's building. Try comparing an external build through msbuild with an IDE build where the project is configured to use msbuild (Project->Options->Building->Delphi Compiler->Use MSbuild...) -
Delphi 11.1 IDE - Control + Click doesn't open FireDAC units
Anders Melander replied to Michael Riley's topic in Delphi IDE and APIs
Doesn't the trial come with full source... Asking for a friend 🙂 -
Delphi 11.1 IDE - Control + Click doesn't open FireDAC units
Anders Melander replied to Michael Riley's topic in Delphi IDE and APIs
Okay, if that doesn't resolve the problem I suggest you try using SysInternal's ProcMon to determine what's going on. Filter on bds.exe and enable the trace just before you do a [Ctrl]+[Enter]. -
Delphi 11.1 IDE - Control + Click doesn't open FireDAC units
Anders Melander replied to Michael Riley's topic in Delphi IDE and APIs
Check if $(BDS)\source\data\firedac is in your browsing path: Tools->Options->Language->Delphi->Library->Browsing path. Does the folder exist on disk? If you [Ctrl]+[Enter] on a FireDAC unit in the uses, does that open the file? -
Delphi 11.1 is available
Anders Melander replied to Uwe Raabe's topic in Tips / Blogs / Tutorials / Videos
I meant from their perspective. -
Delphi 11.1 is available
Anders Melander replied to Uwe Raabe's topic in Tips / Blogs / Tutorials / Videos
I don't think it was the environment that turned the forums poisonous. I think it was the almost complete refusal to acknowledge the many problems which alienated a lot of former champions of Delphi (myself included) and made them feel betrayed. Disgruntled fans are often very vocal in their criticism. Anyway, water under the bridge. -
Delphi 11.1 is available
Anders Melander replied to Uwe Raabe's topic in Tips / Blogs / Tutorials / Videos
I remember that incident. Classic Nick. -
Delphi 11.1 is available
Anders Melander replied to Uwe Raabe's topic in Tips / Blogs / Tutorials / Videos
So, "paid" shills. My bad for thinking it was something else. I guess I could have just googled it: https://www.embarcadero.com/embarcadero-mvp-program https://community.embarcadero.com/blogs/entry/are-you-asking-about-mvp-1407 LOL -
Delphi 11.1 is available
Anders Melander replied to Uwe Raabe's topic in Tips / Blogs / Tutorials / Videos
Such as?