How to distinguish between VB5 and VB6 projects?

I need to support several minor old applications, and most of them do not have or have minimal documentation. There are a couple of them that were written either in VB5 or in 6, but I can’t say that. There seems to be no big difference in the appearance of the source code, and I can load one of them using VB6 and even run them in the IDE, but I have a feeling that the oldest of them is VB5. Is there a way to check the code check, which project was created? Or in some other way.

+3
source share
2 answers

The .VBP file for the VB6 project will contain the following line:

Retained=0

VB5 . VB6 VB5, "".

+2

.

, , , "VB Selector", , .

0

Source: https://habr.com/ru/post/1710107/


All Articles