Help with COM / Visual C++ |
Post Reply |
Author | |
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
Posted: 04 February 2008 at 2:56pm |
I'm hoping to tap into the experienced talent pool here with a small C++ / visual studio issue...
I've had a book called "Inside COM" for a while now. The included cd-rom is long gone, but I've been hacking out some of the sample code recently. The included project is giving me unresolved errors for the exported functions... Could someone please give me a clue as to why? It would be extremely appreciated and would be rewarded with multiple beers if you can find your way to Chicago. Thanks ~ jp 20080204_145724_Inside_COM.zip |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Instead DLLRegisterServer, DLLUnregisterServer, DLLCanUnloadNow, DLLGetClassObject
you need DllRegisterServer, DllUnregisterServer, DllCanUnloadNow, DllGetClassObject
you owe me one.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
Well that's embarrassing! Good eyes, oleg.
Remind me to tell you the story of my night at a Russian restaurant in the Bronx when we're grabbing that drink. It has a lot to do with the fact that Absolut was the only drink available. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |