AssemblyCompanyAttribute & CompanyName in VC++

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using VC++ in Studio 2003, I am setting AssemblyCompanyAttribute in the
assemplyinfo.cpp heowever Application::CompanyName always returns an empty
string.
This means that calls like CommonAppDataRegistry always return an invalid
path.
Anybody got any suggestions?
Thanks
 
Using VC++ in Studio 2003, I am setting AssemblyCompanyAttribute in the
assemplyinfo.cpp heowever Application::CompanyName always returns an empty
string.
This means that calls like CommonAppDataRegistry always return an invalid
path.
Anybody got any suggestions?
try this newsgroup:
microsoft.public.dotnet.languages.vc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top