Hi, I'm currently implementing V8 interface in my app in order to compare with my current activescript / jscript solution.
There may be very good rationale behind it but I have been forced to rename v8/src/memory.h to v8/src/v8memory.h. This is because <memory.h> is a popular standard include used to commit evil by my code and I suspect others and it seems src/ia32 includes require v8/src to be in include path. In future I will attempt to revert to using only string.h in my own project for my evil bit banging but was curious if there was perhaps some other reason for v8 to be using standard library file names that already exist in typical C++ toolchains. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
