473,385 Members | 1,282 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,385 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 1188
> 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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.