Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: AW: Source code


Message #1 by Michael Liebe <liebe@o...> on Mon, 12 Feb 2001 10:51:45 +0100
If you have compiled your DLL with the 'Generate Debug Info'-Flag then 

there

will be a .pdb-file (programm database) associated with your DLL. This

pdb-file contains your source-code. I.e. the BugTrapper uses only the

pdb-file to show the source code of your binaries.



Actually I don't know any tool which only reads the pdb-file and shows 

you

the source code.



However, if the debug-info-flag was not set (default), I see no way to

retrieve the source code from your DLL.



Michael



-----Urspr=FCngliche Nachricht-----

Von: Vema Reddy [mailto:vemareddy7@y...]

Gesendet: Montag, 12. Februar 2001 06:05

An: ASP components

Betreff: [asp_components] Source code







Hai ,



       I compiled a project to DLL in VB.

       Unfortunately my source code had been deleted.

       I Have the Dll with me.

       I want to reconvert back to VB source code.



        Thanks in advance.



    

      



=3D=3D=3D=3D=3D

Vema Reddy




  Return to Index