Comment #10 on issue 9007 by coolaj86: Crash on First Run
http://code.google.com/p/chromium/issues/detail?id=9007

I'm new to C and C++, but I've had this NotImplemented error in my own  
projects.

It was a problem in the Makefile such that a certain object file wasn't  
being
compiled, or it had purposefully been (re)moved / replaced, yet the header  
for that
object was still being included in some other area.

When you compile everything goes fine as the prototype exists, but when you  
go to
execute the function in the object, it isn't there.

Maybe do a diff on those svn versions on the Makefile and the file  
structure?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to