Re: [Osalp-dev] linking troubles
Status: Abandoned
                
                Brought to you by:
                
                    daservis
                    
                
            | 
      
      
      From: Darrick S. <da...@dc...> - 2000-12-29 01:15:02
      
     | 
| On Thursday 28 December 2000 14:43, for...@ad... wrote: > Darrick Servis wrote: > I am not to sure what you mean by "the linking in my app gets corrupted" > ? > I would also recommend you try Electric Fence (a memory debugger) and > make > sure you don't have any memory problems. I have used it with the player > app > and it works great. Got it. I've worked on the program some more and do feel I have a buffer overun somewhere. I'll see what using Electric Fence brings up tonight. About the module I wrote. Well at first I thought the library chose what module to use via extension. Guess not. So right now the CDR file module is what is used if a file type can't be determined. I've noticed if Magic is NONE then that will match any file. I was using the Raw file module to open Gus patch files which have a header I can search. So i'm doing that now. Thanks Darrick |