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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.25 seconds.

  1. Replies
    6
    Views
    2,704

    Re: Passing variant variable through LPVOID

    I don't know what complier you are using, but the code you have posted doesn't comply with ANSI c++ and won't be portable across different compilers eg. your code doesn't compile with Microsoft...
  2. Replies
    6
    Views
    2,704

    Re: Passing variant variable through LPVOID

    Classes cannot have assignments made to member variables as part of the class definition. Only integral static members can have values assigned as part of the definiton. You will need to have some...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured