CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1998
    Posts
    1

    Using Sourcesafe



    When I first checkout out a form and made some changes and then check it back in, things look fine. But when I check it back out again and make some changes and then check it back in, the problem occurs. Actually I can build fine. I just want to know if it would cause any problems in the future. I did a diff between the first and second versions and the grid control's version number changed.


    Code:

    First Version:

    Begin SSDataWidgets_B.SSDBGrid SSDBGridOffc1

    Bindings = "frmOffice.frx":0442

    Height = 1935

    Left = 240

    TabIndex = 10

    Top = 3480

    Width = 9135

    _Version = 196614


    Second Version:

    Begin SSDataWidgets_B.SSDBGrid SSDBGridOffc1

    Bindings = "frmOffice.frx":0442

    Height = 1935

    Left = 240

    TabIndex = 10

    Top = 3480

    Width = 9135

    _Version = 196616


    If anyone has any informtion about this, please let me know. Thank you!

  2. #2
    Join Date
    Nov 1998
    Posts
    2

    Re: Using Sourcesafe



    Hi Roger


    Be sure to have the *.FRX - File checked in, too.


    Regards

    Jurgen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured