Hi Boris, Hi every TSM API User. My System NT4.0 SP6, TIVOLI 3.7.3, VC 6.0 SP3 BoundsChecker 6.5 Abstract: BC says that TSMDLL gives "Dynamic Memory Overrun" When I dynamically load the TSM DLL. No Problem. I Run the function rc = dsmSetUp(DSM_MULTITHREAD,NULL); I get some "Dynamic Memory Overrun" inside the DLL. That means (according to BoundsChecker) that we WRITE in memory which has not been prepared. like char *s= malloc(10); strcpy(s,"abcdefghilkjm"); // Dynamic Memory Overrun The problem is that my program falls this . If I don't use the TSM DLL or don't make any transaction, I don't fall. If I make a transaction I fall some lines after. (Classical for damaged dynamic memory). Does anyone knows about these TSM problems ? Is there something to do ? Some upgrade ? Thank you __________________________________________________ Do You Yahoo!? Get Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/
