473,397 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

¿How can I share some DLL's functions in other applicactions?

Hi everybody!

I'm trying to develop a funtions series in a DLL's file made in C++ (Class
Library) (VS-2005), when I try to insert it as a referece in a VBasic
application, it appears with his class, but don´t appears the functions
class, why?

I appreciate some help.
Regards
Carlos Villaseñor M.

May 21 '06 #1
1 1190
> I'm trying to develop a funtions series in a DLL's file made in C++ (Class
Library) (VS-2005), when I try to insert it as a referece in a VBasic
application, it appears with his class, but don´t appears the functions
class, why?


Hi,

did you declare the functions public?
if you declared them private or internal they will not show up in
intellisense.
if you don't specify accessibility for a class they will be private.

if you did make them public, then the problem is something else.
could you post some code in that case that demonstrates the problem?

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
May 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: jr | last post by:
I am working in VC++ so this may be microsoft specific though I don't think so. Excuse me if it is. Assuming it isn't, can someone generally explain the purpose of having both - is it purely a...
3
by: K.S.Liang | last post by:
Hi all, 1> If there are more than one dynamic linking libraries in the file system, how do I know which one is loaded into system? Any C library or system call can tell me which *.so or *.sl is...
0
by: Paul | last post by:
Given test.exe - C++, non-mfc, non-clr bar.dll - C++, non-mfc, non-cr foo.dll - C++, non-mfc, clr, some managed and some unmanaged If I run tests from a local drive, say c:\bin, I can...
4
by: Quentin Huo | last post by:
Hi: I have two web sites in my IIS. I want them to share or use one set of classes that I created, because they have same functions that the classses provide. And maybe in the future I will...
11
by: Charles Law | last post by:
I have just been asked how to share functions and properties between two running applications. For example, I have App1 and App2 both running on the same machine. App1 uses a DLL (perhaps) that...
0
by: Carlos Villaseñor M. | last post by:
Hi everybody! I have developed a DLL's function series in C++ Class Library and I need to share with a VB application, when I tried to make reference to that DLL everything well, but when I...
4
by: Carlos Villaseñor M. | last post by:
Hi everybody! I have developed a DLL's function series in C++ Class Library and I need to share with a VB application, when I tried to make reference to that DLL everything well, but when I...
2
by: Carlos Villaseñor M. | last post by:
Hi Everybody! I need to develop some functions in C++.NET DLL and share it to Visual Basic 6.0, which is the best path to create a C++ DLL an then use that function later...? I appreciate...
27
by: HKSHK | last post by:
Hello, I have this problem: I wrote some DLLs with VB.Net 2003 which I use with my programs. But I want to avoid that I have to go down to "DLL hell" and to copy all used dlls into each program...
5
by: Nathan | last post by:
Hi, i'm kinda new to vb.net 2005 I have a bunch of functions i would like to share with other vb.net apps i've created. i've managed to create a class library project and put all my functions in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.