-
Accessing VB dll from VC++
I have developped windows dll from VB. (The site http://www.windowsdevcenter.com/pub/...ll.html?page=3 gives a way to generate windows dll from VB). when I try to access it from VC++, it gives run time error as access violation. But I can access it from VB client
If anybody knows the solution to access the DLL in VC++ , created from VB please let me know
Thanks
-
In my opinion, you just try to complicate your life. Normally people do the reverse, cause VB is very good to create GUI, and VC++ is very convenient to create classic DLL. I mean if you're VB programmer, do it all in VB, and if you're C programmer, do it all in VC++.
But if you really want to do it for whatever reason, pay attention to use only basic type in the parameter. Even string for me brings problem (the COM used BSTR instead of that VB string for exchanging). Sorry, if it doesn't help much (but the logic is you can't control the pointer in VB while you have to do it in VC++).
-
Thanks for your reply, But I need this for an issue. I have checked with a basic datatype also, but what ever the thing, it gives the access violation runtime error.
please let me know if you have solution for this
you can contact me at john_christopher_s@hotmail.com
Similar Threads
-
By steve in forum Careers
Replies: 8
Last Post: 08-08-2008, 09:46 AM
-
By Rajesh in forum Enterprise
Replies: 2
Last Post: 12-12-2005, 12:17 AM
-
By Thomas Eyde in forum .NET
Replies: 290
Last Post: 12-22-2001, 02:13 PM
-
By Tarmo Ausing in forum ASP.NET
Replies: 0
Last Post: 01-24-2001, 07:25 AM
-
By Eric in forum VB Classic
Replies: 1
Last Post: 11-10-2000, 03:27 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks