CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MegaCode535

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    731

    Excel Import

    Guys,

    I have a project to import data from one worksheet into database SQL Server 2008 on Windows Server 2008 using Interop. The project in debug mode works fine, but accessing the site from a...
  2. Replies
    10
    Views
    1,454

    Re: Constructor receiving struct as parameter

    No, it doesn´t.
  3. Replies
    10
    Views
    1,454

    Re: Constructor receiving struct as parameter

    Yes, but the structs are the same. This doesn´t work even with the cast "Form1::S^"
  4. Replies
    10
    Views
    1,454

    Re: Constructor receiving struct as parameter

    error C2664: cannot convert parameter from ':Form1::S ^' to 'Form2::S ^'

    Of course the struct name has been replaced, but it was declared into the two classes.
  5. Replies
    10
    Views
    1,454

    Re: Constructor receiving struct as parameter

    It didn´t work for me.
  6. Replies
    10
    Views
    1,454

    Constructor receiving struct as parameter

    Does anyone know if I can send a struct as parameter into a constructor?
  7. Replies
    1
    Views
    1,480

    __gc[] syntax

    I´m just wondering what´s going wrong in the following conversion:

    Byte var1[] to array< Byte >^var1
    It works.

    Byte var2 __nogc [10] to array< Byte >^ var2
    It fails.

    Cheers
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured