Results 1 to 3 of 3

Thread: Can I tell this about DLL file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    Springfield
    Posts
    120

    Can I tell this about DLL file

    I found a dll file. Can I tell is it written by VB or C++? Also, I have another two dll files in different directory but have same names, Can I tell which one is the one used in ASP code? Thanks very much for help
    MM

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    use OLE Viewer program which should come with your visual studio package
    then you can probably tell their functionality and compiler from looking at the interfaces

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    To find out if it was written in vb, use dependency walker (also included with vs) to look at the dll. If MSVBVM*0.DLL (* = 5 or 6) is there (most likely the only direct dependancy) it was make with VB.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width