>
> here is my simple program:
>

#include "stdafx.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>


#include "libplatform/libplatform.h"
#include "v8.h"

using namespace v8;
#pragma comment(lib, "v8.dll.lib")


int main(int argc, char* argv[])
{
v8::V8::InitializeICUDefaultLocation(argv[0]);
    return 0;
} 

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to