Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
use of DLL in vc++
Name: swatijaiswal Date: July 28, 2008 at 00:34:25 Pacific OS: windows CPU/Ram: 256 MB Product: IBM
Comment:
can I use two dll in a vc++ project, but I want two include one of them as statically and other as dynamically. will u please tell me wheather it is possible or not.
Summary: I have an ActiveX Control DLL which is build in Visual Basic. I would like to use this ActiceX Control DLL in VC++ MFC application. I want 2 know how to get the interface to the ActiceX Control DLL an...
Summary: I'm using .Net 7.1 developing software in C#. I need to use dlls written by colleagues of mine in VC++ 6.0. Most of these dlls do nothing else than display a dialog box (through CDialog::DoModal). I...