473,770 Members | 2,135 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
14 1159
"RDI" <RDI!@!WriteMe. com> schrieb
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.


Sorry for asking again, but what do you need VB6 for? Of course, if you want
to produce code to be upgraded to VB.NET later, you need VB6 - but this you
already know for sure. So, I don't see the problem. Why not simply open the
VB6 project in VB.NET and have the upgrade wizard (try to) upgrade it?
--
Armin

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

Nov 20 '05 #11
RDI
Tried your suggestion.

Upon trying to open the VB6 project: "Visual Basic 6.0 migration is not
supported with this edition of Visual Studio."

Thanks for the assistance.
--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
"RDI" <RDI!@!WriteMe. com> schrieb
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.
Sorry for asking again, but what do you need VB6 for? Of course, if you

want to produce code to be upgraded to VB.NET later, you need VB6 - but this you already know for sure. So, I don't see the problem. Why not simply open the VB6 project in VB.NET and have the upgrade wizard (try to) upgrade it?
--
Armin

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

Nov 20 '05 #12
RDI
The annoying thing about the last message is that I've read EVERY reference
to "Upgrade Wizard" that I can find in the VS.Net Help. NOWHERE does it say
anything about this lack of support--it just tells how to use it. When I
follow the instructions they provide, it get this error message.

Thanks again.

--

RDI

(remove the exclamation from the email address)

"RDI" <RDI!@!WriteMe. com> wrote in message
news:uC******** ******@TK2MSFTN GP11.phx.gbl...
Tried your suggestion.

Upon trying to open the VB6 project: "Visual Basic 6.0 migration is not
supported with this edition of Visual Studio."

Thanks for the assistance.
--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
"RDI" <RDI!@!WriteMe. com> schrieb
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.


Sorry for asking again, but what do you need VB6 for? Of course, if you

want
to produce code to be upgraded to VB.NET later, you need VB6 - but this

you
already know for sure. So, I don't see the problem. Why not simply open

the
VB6 project in VB.NET and have the upgrade wizard (try to) upgrade it?
--
Armin

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


Nov 20 '05 #13
"RDI" <RDI!@!WriteMe. com> schrieb
The annoying thing about the last message is that I've read EVERY
reference to "Upgrade Wizard" that I can find in the VS.Net Help.
NOWHERE does it say anything about this lack of support--it just
tells how to use it. When I follow the instructions they provide, it
get this error message.


The documentation doesn't know what you bought. It only documents everything
that you can buy. You should have a look at the product description before
buying it. (maybe sounds a bit hard, but I can't express it better as I'm
not a native English speaker).

Well, there is no upgrade wizard with the standard version of VB.NET.

....

Said this, I wonder why
http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx
tells us that the wizard comes with the standard version, but it's often
stated that it doesn't!??! Version 2003 does, version 2002 doesn't? Anybody
knows?
--
Armin

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

Nov 20 '05 #14
RDI
Trouble is--I never would have thought to look for that.

--

RDI

(remove the exclamation from the email address)

"Armin Zingler" <az*******@free net.de> wrote in message
news:O$******** ******@tk2msftn gp13.phx.gbl...
"RDI" <RDI!@!WriteMe. com> schrieb
The annoying thing about the last message is that I've read EVERY
reference to "Upgrade Wizard" that I can find in the VS.Net Help.
NOWHERE does it say anything about this lack of support--it just
tells how to use it. When I follow the instructions they provide, it
get this error message.
The documentation doesn't know what you bought. It only documents

everything that you can buy. You should have a look at the product description before
buying it. (maybe sounds a bit hard, but I can't express it better as I'm
not a native English speaker).

Well, there is no upgrade wizard with the standard version of VB.NET.

...

Said this, I wonder why
http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx
tells us that the wizard comes with the standard version, but it's often
stated that it doesn't!??! Version 2003 does, version 2002 doesn't? Anybody knows?
--
Armin

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

Nov 20 '05 #15

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

Similar topics

2
6475
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
3373
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
7104
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
1821
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
2692
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
9591
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10002
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,...
1
7415
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
6676
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
5312
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...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3970
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3575
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.