Using dll c++ class fonction in VB

Started by
0 comments, last by iliak 19 years, 11 months ago
Hi Does someone know how to use c++ class fonction encapsulated in dll in VB ? - Iliak -
- Iliak -
[ ArcEngine: An open source .Net gaming framework ]
[ Dungeon Eye: An open source remake of Eye of the Beholder II ]
Advertisement
to use a c++ function in VB, add the dll to your project references, then call the function in your code. Its the same process involved in using directX if you've done that before.

//EDIT - Woops, accidentally posted before typing anything.

[edited by - kazgoroth on May 18, 2004 10:45:35 AM]

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement