For Programmers: Free Programming Magazines  


Home > Archive > Extreme Programming > May 2007 > detecting entry-points









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author detecting entry-points
HockeyFan

2007-05-11, 7:01 pm

If I've been given a DLL that is COM-based, how would I go about
detecting the entry-points?

Phlip

2007-05-12, 10:02 pm

HockeyFan wrote:

> If I've been given a DLL that is COM-based, how would I go about
> detecting the entry-points?


Drop it into Visual Basic and get the Intellisense.

Compile the line #import 'my_lib.dll' and read the two source file that
generates.

--
Phlip
http://flea.sourceforge.net/PiglegToo_1.html


Phlip

2007-05-12, 10:02 pm

>> If I've been given a DLL that is COM-based, how would I go about
>
> Drop it into Visual Basic and get the Intellisense.
>
> Compile the line #import 'my_lib.dll' and read the two source file that
> generates.


Compile it in VC++.

--
Phlip
http://www.oreilly.com/catalog/9780596510657/
"Test Driven Ajax (on Rails)"
assert_xpath, assert_javascript, & assert_ajax


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com