Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
help with Visual C++
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Yi  
View profile  
 More options Nov 4, 9:53 am
From: Yi <yilia...@gmail.com>
Date: Wed, 4 Nov 2009 06:53:48 -0800 (PST)
Local: Wed, Nov 4 2009 9:53 am
Subject: help with Visual C++

I successfully built the sparsehashmap in Visual C++ 2008 using the
supplied .sln file. How do I use google/dense_hash_map in other C++
files? I tried

#include<google/dense_hash_map>

but I got the following error:

fatal error C1083: Cannot open include file: 'google/dense_hash_map':
No such file or directory

Could anybody help me?

Thanks in advance!
Yi


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Craig Silverstein  
View profile  
 More options Nov 4, 11:32 am
From: Craig Silverstein <csilv...@google.com>
Date: Wed, 04 Nov 2009 08:32:05 -0800
Local: Wed, Nov 4 2009 11:32 am
Subject: Re: help with Visual C++

} but I got the following error:
}
} fatal error C1083: Cannot open include file:
} 'google/dense_hash_map': No such file or directory

You'll need to copy the google directory into your own project
directory tree.  I don't know much about windows development; maybe
someone else can give a bit more detail if needed.

craig


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yi  
View profile  
 More options Nov 5, 9:12 am
From: Yi <yilia...@gmail.com>
Date: Thu, 5 Nov 2009 06:12:03 -0800 (PST)
Local: Thurs, Nov 5 2009 9:12 am
Subject: Re: help with Visual C++
Thanks Craig. It worked after I copied the directories to my project.
And I have to change

#include<google/dense_hash_map>

to

#include "google/dense_hash_map"

Yi

On Nov 4, 11:32 am, Craig Silverstein <csilv...@google.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google