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. ATL / WTL / STL
  4. get project full name

get project full name

Scheduled Pinned Locked Moved ATL / WTL / STL
data-structureshelpquestion
1 Posts 1 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.
  • J Offline
    J Offline
    JabraJabra
    wrote on last edited by
    #1

    hi, im trying to get the project's full name by iterating the projects array. EnvDTE::Projects *l_pProjects; l_pSolution->get_Projects(&l_pProjects); long *l_Count = new long; l_pProjects->get_Count(l_Count); for(long l = 0; l < *l_Count; l++) { EnvDTE::Project *l_pPrj; VARIANT v; v.lVal = 0; l_pProjects->Item(v,&l_pPrj); BSTR fullname; l_pPrj->get_FullName(&fullname); // PROBLEM! } the problem is where the comment "// PROBLEM!" is. it just won't work? what am i doing wrong?

    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