I have several ATL / COM based DLLs that I use Visual C ++ 6.0 on. I need a few "old" things from the generated DLLs:
(1) They should be compatible with projects developed in Visual Basic 6.0 (old VB6, not VB.Net).
(2) They must be compatible with older operating systems - a minimum of Windows 98 SE. To be clear, I mean that they should work on such OSs, and not on the fact that I will need to develop them on a machine running such an OS.
I am tired of Visual Studio 6.0. Converting to Dot Net (or any other significant change like this) is out of the question at this time, so I must continue to use VB6. But can I switch to the new Visual Studio C ++ with minimal effort (i.e. a bit if some conversion is required)?
If so, are there any "gotchas" that I should follow?
Thanks.
source share