Microsoft mi-malloc instead of malloc
mi-malloc is a Microsoft drop-in replacement for malloc and can be used in programs without code changes. It has been in development since 2019. The last update to mi-malloc performance testing was...
View ArticleDocumentation Issues
I've been spending a lot of time lately just reading through the documentation. Although I've been using TCC since it was 4DOS and Take Command since it was born, I'm amazed at how much I've learned....
View ArticlePlugin Manager
The next version of Take Command / TCC / CMDebug will include support for plugins in BDEBUGGER / IDE and TCEdit. To make it easier for users to find / install / update / uninstall plugins, I have...
View ArticlePlugin Manager Coming Soon
If you are a plugin developer, please read the post in the Plugins forum about the new plugin manager to handle browsing / installing / updating / uninstalling plugins. And send your plugin info so I...
View ArticleJFI: Everything v.5.0.1409a is available since a while ...
JFI: Everything v.5.0.1409a is available since a while ...
View ArticleMOVEDIR Does Not Keep the Directory Descriptions
I would have expected that MOVEDIR would copy any directory description in the source file to the destination file that it creates, but it doesn't. I just moved some photo directories, and the...
View ArticleCPL extension handling - 36.0.55 no longer works
Here's an odd situation. Sometimes I'm in the TCC window and I might just type "appwiz.cpl" or "timedate.cpl" to bring up the appropriate Control Panel applet. I noticed after trying 36.0.55 that it no...
View ArticleLoad .NET plugin as raw binary data
When developing a .NET plugin, even though I use Plugin /u the plugin .dll is locked, and can only be removed from disk by exiting TCC. This is normal .NET behaviour. When loading a .NET Framework .dll...
View ArticleHistory Window with Multi-select
Pressing the PgUp key displays the history window. I can use the mouse to right-click on a line, and then copy it to the clipboard. I can then use the mouse to right-click on another line, and then...
View ArticleMap F7 to use XDIR
Pressing F7 at the command line displays the FileNames Completion Window. Entering *.vbs at the command line, then pressing F7, displays the FileNames Completion Window for *.vbs files. My suggestion...
View ArticleFormCast v1.0 – GUI Framework for TCC v36 .NET Plugins
Hi all, With the release of TCC v36 and .NET plugin support, I wanted to share something I’ve been working on. FormCast is a .NET plugin that allows BTM batch scripts to create and interact with native...
View ArticleHow to use/run C# code from TCC via PSHELL
Using my cs2ps1.btm file, you can run your C# code from TCC via PShell. Ref: Write/Run your C# code in a .btm file In this example, I have copied the cs2ps1.btm file to test.btm On the initial run, you...
View ArticleLIST multiple files - color changes after viewing the first file
Here's an odd one. When I use something like "LIST *.txt" from TCC to view whatever files, the first one has the correct bright white on black text. Using escape or ctrl-pageup/down to move between...
View Articletrouble registering
Installation goes fine, I ask that settings be in the installation folder. C:\vdrv\i\tools\shell\tcmd36 I startup and get prompted to buy or register. I try to register I copy and paste the Key...
View ArticleUsing Windows 10 Winsqlite3.dll
I wanted to try using the Windows 10 built-in winsqlite3.dll, so I created the SQLite command in my CsScript.dll plugin. The first step was to add the Win32 API declares for the winsqlite3.dll using...
View ArticleCMDebug won't load
Last night I checked for an update and it said there was one avilable 26.1.51 I think it was. When I tried to install it it lockjed itself out because I was in CMDebug36 then there was an issue with...
View ArticleForum Post Not Displaying Post Title
As you can see in the image below it just shows the "category".
View ArticleRegression in v36: "Black" background in InputColors no longer preserves...
I'm running TCC 36 inside Windows Terminal with a semi-transparent acrylic background. Comparing against TCC 14 in the same conditions, with identical InputColors and ColorDir settings in both, results...
View ArticleAdded Debug Jump to Line to Toolbar - Gone
I added the debug command "jump to Line" to my toolbar twice now but it doesn't stay there.
View Article