CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: group project

  1. #1
    Join Date
    Sep 2001
    Posts
    254

    group project

    I have 2 project and have group it, is it possible to share one modules and other resources in project GROUP, how ?

    thks cyrus

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: group project

    Does this group consist of Standard EXE projects alone ¿
    If that is the case, you'd need to make them communicate with one another, by creating an ActiveX EXE project instead

  3. #3
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: group project

    If you want to share a module, you have to add it to both projects within the group.
    If you want to make changes to it, the IDE will only allow to open it once for editing, so both projects will always share the same module and be aware of all changes you make.
    If you want to edit the module, it does not matter, if you double click it in the first or in the second project. It is both the same file.

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