Subj : Re: Converting a VC++ DLL to BCW To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Tue Dec 28 2004 02:14 pm > ...But, I can not see any relationship > between the text (dump) file nad the header file, ... You can do a case-insensitive search in the dumped file for symbols which appear in the header file. That will determine the actual public names used for the symbols, the names used as the right-hand argument in the alias statements in your DEF file. > ... Is there an FTP site where I could send it so you > could take a look at it? ... My FTP site requires a user name and password. It does not support anonymous uploading. However I can take a zip file in email ed at mulroy dot org > ... I also have BCB V5.x if that would help. (I > usually prefer to use BCW when I working on > a console program.) I usually use the command line tools from BCB to work on programs, be they GUI or console. Those tools have the same names and, except for features that have been added since, they work in the same way that the tools from BC++ do. In your case the most likely source of the problem is that of using impdef and implib from BC++ instead of those from BCB 5 or 6 (as well as not trying coff2omf.exe from BCB). .. Ed > Wilbur wrote in message > news:41d1ae09$1@newsgroups.borland.com... > > I ran the Turbo Dump command as suggested and now I > have the text file, the header file, the DLL, and > a single symbol DEF file that I made in the past > (using IMPDEF). But, I can not see any relationship > between the text (dump) file nad the header file, so > I have no idea what to add to the DEF file. > > Is there an FTP site where I could send it so you could > take a look at it? > > PS: I also have BCB V5.x if that would help. (I > usually prefer to use BCW when I working on a console > program.) .