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

Threaded View

  1. #5
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Vs6 to VS2008 Template Problem

    Quote Originally Posted by rch83199 View Post
    Hi

    I'm in the midst of porting an old VS6 project to VS2008/2010 and have hit a compilation problem associated with a template class. I would appreciate any comments or suggestions on reaching a resolution to the problem!
    It would help if you tell us what to compile to duplicate the error. To do that, you should put the entire code in one source file, not several files, or create a real project using those files.

    For example, where is this file?
    Code:
    DicomDataElement.cpp
    We need this or a minimal example, to reproduce the compiler error.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; April 6th, 2011 at 10:05 AM.

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