Jump to content
Clément

Anyone using Cromis?

Recommended Posts

 

I'm using Delphi 11.2 ( yes I did :classic_cheerleader:)

I downloaded from https://github.com/CPsoftBE/BackupOfCromis

 

I am using this library in a few projects and never had any issue. Until a fews days ago.

After a lot of debugging I finally realized the library has a problem. If I compile IPCServer ( from demo ) using FastMM4 (eternal version) the following error is raised:

 

---------------------------
Debugger Exception Notification
---------------------------
Project IPCServer.exe raised exception class EThread with message 'Cannot terminate an externally created thread'.
---------------------------
Break   Continue   Copy   Help   
---------------------------

 

Since there's no externally created thread, there's probably a memory issue.
Before digging into solving it, I posted an issue in github, but to play safe, I'm also posting here. Hopefully someone already found (and fixed) the issue .

 

TIA,

Clément

 

Share this post


Link to post

It's a nice library, with many features. Any way, hopefully there's a way to fix this issue. 

Share this post


Link to post

FYI

 


CPsoftBE uploaded a fix in branch 'Limagito Patches' . Problem is solved!

  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×