473,761 Members | 2,824 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compitbility Library......

RDI
I download a couple of controls that look VERY interesting--but they are for
VB6.

When I look through MSVS's help, all I can find on the subject tells that
their is a compatiblity library and what it's purpose is. But can't seem to
find anything on HOW to access it.

Any ideas?

TIA

If you have used previous versions of Visual Basic, you will notice that
Visual Basic .NET introduces several changes to the Visual Basic language
and that some familiar functions have seemingly disappeared. These changes
were necessary in order to make Visual Basic compliant with the .NET
Platform and the common language specification (CLS).

When a Visual Basic 6.0 application is upgraded to Visual Basic .NET, the
conversion of some code is impossible due to syntactical or architectural
differences. For this reason, functions in the Visual Basic 6.0
Compatibility library (Microsoft.Visu alBasic.Compati bility) are used to
allow the code to run in Visual Basic .NET without the need for extensive
modification. These functions mimic Visual Basic 6.0 behavior while
remaining compliant with the common language specification.

Caution Functions in the Visual Basic 6.0 Compatibility library are
provided only for use by the upgrading tools. Although it is possible to use
this library when writing new code, there is no guarantee that it will be
supported in future versions of Visual Basic.
See Also

--

RDI

(remove the exclamation from the email address)
Nov 20 '05 #1
14 1155
RDI
I was able to find a walk-through for upgrading VB6 app to VB.Net. BUT--it
requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!

--

RDI

(remove the exclamation from the email address)

"RDI" <RDI!@!WriteMe. com> wrote in message
news:eI******** ******@TK2MSFTN GP10.phx.gbl...
I download a couple of controls that look VERY interesting--but they are for VB6.

When I look through MSVS's help, all I can find on the subject tells that
their is a compatiblity library and what it's purpose is. But can't seem to find anything on HOW to access it.

Any ideas?

TIA

If you have used previous versions of Visual Basic, you will notice that
Visual Basic .NET introduces several changes to the Visual Basic language
and that some familiar functions have seemingly disappeared. These changes
were necessary in order to make Visual Basic compliant with the .NET
Platform and the common language specification (CLS).

When a Visual Basic 6.0 application is upgraded to Visual Basic .NET, the
conversion of some code is impossible due to syntactical or architectural
differences. For this reason, functions in the Visual Basic 6.0
Compatibility library (Microsoft.Visu alBasic.Compati bility) are used to
allow the code to run in Visual Basic .NET without the need for extensive
modification. These functions mimic Visual Basic 6.0 behavior while
remaining compliant with the common language specification.

Caution Functions in the Visual Basic 6.0 Compatibility library are
provided only for use by the upgrading tools. Although it is possible to use this library when writing new code, there is no guarantee that it will be
supported in future versions of Visual Basic.
See Also

--

RDI

(remove the exclamation from the email address)

Nov 20 '05 #2
"RDI" <RDI!@!WriteMe. com> schrieb
I was able to find a walk-through for upgrading VB6 app to VB.Net.
BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!

If you don't have VB6, you won't have projects to upgrade. ;-) Kidding
only, I know you have the source from somewhere else.

I think some minimum requirements must be met to be able to upgrade a
project. I'm not sure whether VB6 really needs to be installed, but I think
that projects are obviously not upgradable if referenced COM-libraries are
missing.

Concerning the compatibility library: Has it really not been installed if
VB6 was not installed at the time you installed VB/VS.NET? In the "add
reference" dialog, there is no "Microsoft Visual Basic .NET compatibility
runtime"?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #3
* "RDI" <RDI!@!WriteMe. com> scripsit:
I was able to find a walk-through for upgrading VB6 app to VB.Net. BUT--it
requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!


Forget the updrade wizard. You application will still use old
ActiveX components even if there is a managed replacement in the
framework available.

;->

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
RDI
I found a "Microsoft Visual Basic.Net Runtime" but no "Microsoft Visual
Basic.Net Compatibility Runtime".

TIA

--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:Ol******** ********@TK2MSF TNGP09.phx.gbl. ..
"RDI" <RDI!@!WriteMe. com> schrieb
I was able to find a walk-through for upgrading VB6 app to VB.Net.
BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!

If you don't have VB6, you won't have projects to upgrade. ;-) Kidding
only, I know you have the source from somewhere else.

I think some minimum requirements must be met to be able to upgrade a
project. I'm not sure whether VB6 really needs to be installed, but I

think that projects are obviously not upgradable if referenced COM-libraries are
missing.

Concerning the compatibility library: Has it really not been installed if
VB6 was not installed at the time you installed VB/VS.NET? In the "add
reference" dialog, there is no "Microsoft Visual Basic .NET compatibility
runtime"?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #5
RDI
I don't think it's using any ActiveX components.

Thanks.

--

RDI

(remove the exclamation from the email address)

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:eM******** ******@TK2MSFTN GP10.phx.gbl...
* "RDI" <RDI!@!WriteMe. com> scripsit:
I was able to find a walk-through for upgrading VB6 app to VB.Net. BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!


Forget the updrade wizard. You application will still use old
ActiveX components even if there is a managed replacement in the
framework available.

;->

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #6
RDI
I do have the runtime and design time references and all the source code. I
just don't have a compiled version--which if I DID have, I assume (HOPE) I
would be able to include as a reference somehow.

--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:Ol******** ********@TK2MSF TNGP09.phx.gbl. ..
"RDI" <RDI!@!WriteMe. com> schrieb
I was able to find a walk-through for upgrading VB6 app to VB.Net.
BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!

If you don't have VB6, you won't have projects to upgrade. ;-) Kidding
only, I know you have the source from somewhere else.

I think some minimum requirements must be met to be able to upgrade a
project. I'm not sure whether VB6 really needs to be installed, but I

think that projects are obviously not upgradable if referenced COM-libraries are
missing.

Concerning the compatibility library: Has it really not been installed if
VB6 was not installed at the time you installed VB/VS.NET? In the "add
reference" dialog, there is no "Microsoft Visual Basic .NET compatibility
runtime"?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #7
RDI
Also, this is the control I'm after (you posted a link to it in another
thread).

http://www.vbaccelerator.com/home/VB...logs/index.asp

TIA

--

RDI

(remove the exclamation from the email address)

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:eM******** ******@TK2MSFTN GP10.phx.gbl...
* "RDI" <RDI!@!WriteMe. com> scripsit:
I was able to find a walk-through for upgrading VB6 app to VB.Net. BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!


Forget the updrade wizard. You application will still use old
ActiveX components even if there is a managed replacement in the
framework available.

;->

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #8
"RDI" <RDI!@!WriteMe. com> schrieb
I was able to find a walk-through for upgrading VB6 app to VB.Net.
BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!


It should have been my first question: Did you try to upgrade the project?
What happened? What failed?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #9
RDI
No--not yet. I was trying to use this "Walk Through" to learn HOW to
upgrade the project. When I tried to run it, I got a message VB6 must be
installed first.

--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:eG******** ******@tk2msftn gp13.phx.gbl...
"RDI" <RDI!@!WriteMe. com> schrieb
I was able to find a walk-through for upgrading VB6 app to VB.Net.
BUT--it requires VB6 be installed on my PC.

UGH! If I had VB6, I wouldn't need to upgrade!


It should have been my first question: Did you try to upgrade the project?
What happened? What failed?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #10

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

Similar topics

2
6472
by: pieter.breed | last post by:
Hi All, The company I work for has traditionally used COM/ActiveX for the solutions that it provides. We are in the process of moving to .NET and a few applications have been written in VB.NET up to this point. Some of the applications are class libraries which need to be callable via the COM interface from some of the older applications. Could someone please explain to me the issues involved in deploying such a class library?
4
3372
by: womanontheinside | last post by:
I have a library which was written in C, you call a function, it provides the result by a callback to specific function names. I am trying to wrap the calls to this inside a class, but this causes a problem with the callbacks, for example: class X { public: add(); };
3
4269
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 active? Can the setting of LD_LIBRARY_PATH guanrantee that the correct one is executed? 2> In MS-WINDOWS, once a DLL is loaded by one allication, this DLL will be used by the subsequent appication. Does UNIX have the same
19
2511
by: Deniz Bahar | last post by:
Hi, I would like to call one of my functions the exact name as an existing C library function (for example K&R2 exercises asks me to make an atof function). If I don't include the header with the declaration for the C library function (stdlib.h in this case) then define/declare my own function with the same name, am I safe? It seems to work on my compiler, but I wonder if this is portable or even acceptable? thx
3
1591
by: Manny Silva | last post by:
Hi, I would like to create a static library that uses and in effect adds to another static library. I could simply add functionality to the existing library, but functionally it doesn't really belong there... that is, the one library is very inspecific. The Library I need to create will be project specific, and I prefer not to have to mix the two... in any case, I tried to create a library that referenced the first library. I added...
1
7102
by: Jim | last post by:
Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11, Dec 12 and Dec 30. When attempted final deployment on Jan 2, 2004 got following messages and errors... I reset everything and tried several times agian. Then erased the setup project and tried to rebuild a new one with the same errors. PLease note... ALL this this code ran perfectly five minutes...
10
1820
by: mwt | last post by:
So in a further attempt to learn some Python, I've taken the little Library program (http://groups.google.com/group/comp.lang.python/browse_thread/thread/f6a9ccf1bc136f84) I wrote and added several features to it. Readers now quit when they've read all the books in the Library. Books know how many times they've been read. Best of all, you can now create your own list of books to read! Again, the point of all this is to get used to...
10
2691
by: Julian | last post by:
I get the following error when i try to link a fortran library to a c++ code in .NET 2005. LINK : fatal error LNK1104: cannot open file 'libc.lib' the code was working fine when built using .NET2003. also, when I do not try to link the fortran library (just to see if that was the cause), it builds the exe without any problems. i don't even know how to begin addressing this problem...any help would be
0
4093
by: JosAH | last post by:
Greetings, the last two article parts described the design and implementation of the text Processor which spoonfeeds paragraphs of text to the LibraryBuilder. The latter object organizes, cleans up and stores the text being fed to it. Finally the LibrayBuilder is able to produce a Library which is the topic of this part of the article. Introduction
0
10136
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9925
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9811
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8814
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7358
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6640
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5266
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3509
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.