|
-
Mar 13th, 2000, 06:43 AM
#1
Thread Starter
Fanatic Member
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.
-
Mar 13th, 2000, 07:11 AM
#2
Addicted Member
all the ones you named where made in c++
-
Mar 14th, 2000, 01:49 AM
#3
Junior Member
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]>
-
Mar 14th, 2000, 02:56 AM
#4
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|