Обсуждение: cvs download of VB files a problem

Поиск
Список
Период
Сортировка

cvs download of VB files a problem

От
"Tim Finch, FosterFinch Ltd"
Дата:
Dave or anyone!

I have downloaded, via cvs, pgadmin2, binaries, pgschema and activex trees
from the cvs, generally with no problems.

I use VB6 SP5 here! Can't open the main pgadminII project - every form dies
on load giving this sort of log file output :

'0' could not be loaded
Line 0: The file C:\cygwin\sources\pgadmin\pgadmin2\frmConnect.frm could
not be loaded.

Trying to import the forms manually after project load then adds them to
MODULES!!! If I open the frm from the module after manual import I get this :

Version 5#
Begin VB.Form frmAbout
    BorderStyle = 1        'Fixed Single
    Caption = "About"
    ClientHeight = 3135
    ClientLeft = 45
    ClientTop = 330
    ClientWidth = 4545
    Icon            =   "frmAbout.frx":0000
    LinkTopic = "Form1"
    MaxButton = 0           'False
    MinButton = 0           'False
[cut rest of content]


Also, in the process of trying this out I have managed to save the project
file, so its back to the cvs tree to get another one..

Are you guys all stuck on VB5 by any chance? Are you aware of this VB6 SP5
IDE import problem? I'm well stuck for trying to get involved if this is
going to be a universal problem with all the pgadmin stuff. vbp seems to
load other than this, and bas files come in OK.

Tim.


Re: cvs download of VB files a problem

От
Dave Page
Дата:

> -----Original Message-----
> From: Tim Finch, FosterFinch Ltd [mailto:tim@fosterfinch.co.uk]
> Sent: 26 February 2002 19:00
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] cvs download of VB files a problem
>
>
> Dave or anyone!
>
> I have downloaded, via cvs, pgadmin2, binaries, pgschema and
> activex trees
> from the cvs, generally with no problems.
>
> I use VB6 SP5 here! Can't open the main pgadminII project -
> every form dies
> on load giving this sort of log file output :
>
> '0' could not be loaded
> Line 0: The file
> C:\cygwin\sources\pgadmin\pgadmin2\frmConnect.frm could
> not be loaded.
>
> Trying to import the forms manually after project load then
> adds them to
> MODULES!!! If I open the frm from the module after manual
> import I get this :
>
> Version 5#
> Begin VB.Form frmAbout
>     BorderStyle = 1        'Fixed Single
>     Caption = "About"
>     ClientHeight = 3135
>     ClientLeft = 45
>     ClientTop = 330
>     ClientWidth = 4545
>     Icon            =   "frmAbout.frx":0000
>     LinkTopic = "Form1"
>     MaxButton = 0           'False
>     MinButton = 0           'False
> [cut rest of content]
>
>
> Also, in the process of trying this out I have managed to
> save the project
> file, so its back to the cvs tree to get another one..
>
> Are you guys all stuck on VB5 by any chance? Are you aware of
> this VB6 SP5
> IDE import problem? I'm well stuck for trying to get involved
> if this is
> going to be a universal problem with all the pgadmin stuff.
> vbp seems to
> load other than this, and bas files come in OK.

Weird. We all use VB6 SP5. All I can think is to try grabbing the tree
again, but use WinCVS which we know works OK.

Regards, Dave.