Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. .net 2003 compilation error!

.net 2003 compilation error!

Scheduled Pinned Locked Moved COM
helpcsharpc++comquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kunja_chan
    wrote on last edited by
    #1

    :((Guyz, help me!! I am creating a .net 2003/ATL COM dll, and am including some header files of the legacy application. Now am getting some great compilation errors: [B]error C2146: syntax error : missing ';' before identifier 'int_type' error C2838: 'int_type' : illegal qualified name in member declaration[/B] These error belongs to the following code snippet in my legacy .h file typedef Base::int_type int_type; another error: [B]error C2226: syntax error : unexpected type 'T'[/B] this belongs to : template class CAfwASOFileSet { public: CAfwASOFileSet(T* aso, T::_FsdFileSets fileset) : ........ Any idea guyz?! I desperately need a solution! Pl help me Thnx!!

    D 1 Reply Last reply
    0
    • K kunja_chan

      :((Guyz, help me!! I am creating a .net 2003/ATL COM dll, and am including some header files of the legacy application. Now am getting some great compilation errors: [B]error C2146: syntax error : missing ';' before identifier 'int_type' error C2838: 'int_type' : illegal qualified name in member declaration[/B] These error belongs to the following code snippet in my legacy .h file typedef Base::int_type int_type; another error: [B]error C2226: syntax error : unexpected type 'T'[/B] this belongs to : template class CAfwASOFileSet { public: CAfwASOFileSet(T* aso, T::_FsdFileSets fileset) : ........ Any idea guyz?! I desperately need a solution! Pl help me Thnx!!

      D Offline
      D Offline
      darkbyte
      wrote on last edited by
      #2

      isnt it supposed to be something like: template class CAfwASOFileSet { .....

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups