Hi,
currently working with this component to build a quick testapplication for a network camera and motion detection.
The only problem I currently encounter, is that when I call :
mTcpClient = new TIdTCPClient(0) ;
I recieve an assertion failure in my program, somewhere in IdStack.pas
Funny thing however is that the exact same code works fine in all my other projects. I checked all header includes and path settings between projects and they're all identical.
I'm spending already 5 hours now on this assert.....
currently working with this component to build a quick testapplication for a network camera and motion detection.
The only problem I currently encounter, is that when I call :
mTcpClient = new TIdTCPClient(0) ;
I recieve an assertion failure in my program, somewhere in IdStack.pas
Funny thing however is that the exact same code works fine in all my other projects. I checked all header includes and path settings between projects and they're all identical.
I'm spending already 5 hours now on this assert.....