Results 1 to 4 of 4

Thread: What Made that App?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Post What made that app?

    How can you tell what language an application was developed in? I am specifically referring to Windows-based apps here. For example, what languages were:

    Acrobat Reader 4.0
    Netscape Communicator
    The AllAdvantage Viewbar
    Winzip
    RealPlayer
    etc.

    written in, VB or something else?

    Thanks.

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    all the ones you named where made in c++

  3. #3
    Junior Member
    Join Date
    Mar 2000
    Location
    India, Visakhapatnam
    Posts
    19

    Post

    The Best way is to use a process Spy you can use one of your own using the CreateToolhelp32Snapshot APi or a third party tool like Process Viewer to get a list of the modules the program uses and determine it as VB if it uses VBruntime DLLs or as VC if it uses VC runtime Dlls and programs made with Delphi can easily be identified beacuse of their different UI then others and it also has somewhere within the Executable file the words Copyright Borland.

    i hope that solves your problem.

    i think this method is best then looking for class names
    anyway delphi classnames always start with a T like TForm

    Reply to
    <[email protected]>
    Dinesh
    reply to
    <[email protected]>

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Post Thanks Guys.

    Serge and Dinesh,

    Thanks for the information. You've answered my question. I'll run your code snippet, Serge, because I don't have Spy++.

    I really appreciate the assistance.

    Chris

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