hi....
i have a c++ project on dev c(with winbgim)...i would like to link it to visual basic 6......i want some clear steps to be followed for linking dev to vb

Recommended Answers

All 3 Replies

You will have to make it a DLL then in VB use the same syntax that you would use with any other DLL. For details read these links

The link doesn't work.

>i would like to link it to visual basic 6

Declare statement will allow you to import functions from DLL.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.