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

Search:

Type: Posts; User: r.muehlbauer

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,486

    perhaps it works linking with the vc6 .lib?

    perhaps it works linking with the vc6 .lib?
  2. it is!

    of course it is:

    g_MyStructList.push_front( m );


    makes a copy of the memory block;
    its the same as:


    struct {
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured