VB / VC++ question
-
Hello, this is a repost as noone could/would answer my question ;-) So here it goes again: Can anyone tell me how to access a vc++ 6 function from vb 6 with maybe some example code or a good website ? I looked through deja.com but found nothing good. I am a newbie to the component stuff. Thanx a lot.
-
Hello, this is a repost as noone could/would answer my question ;-) So here it goes again: Can anyone tell me how to access a vc++ 6 function from vb 6 with maybe some example code or a good website ? I looked through deja.com but found nothing good. I am a newbie to the component stuff. Thanx a lot.
-
Hello, this is a repost as noone could/would answer my question ;-) So here it goes again: Can anyone tell me how to access a vc++ 6 function from vb 6 with maybe some example code or a good website ? I looked through deja.com but found nothing good. I am a newbie to the component stuff. Thanx a lot.
There is a Micosoft System Journal article that talks about this very thing. I tried the example code and it worked. I also wrote a few DLL with Visual C++ (following the steps in the article) and they worked fine with Visual Basic. You can find the article at: http://www.asia.microsoft.com/msj/defaulttop.asp?page=/msj/0498/inthisissuefeatures0498.htm gl Jonathan Craig