Re: entry point error

31 views
Skip to first unread message
Message has been deleted

Joe Smack

unread,
May 24, 2018, 7:32:40 PM5/24/18
to v8-users
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;

Ben Noordhuis

unread,
May 25, 2018, 2:07:35 AM5/25/18
to v8-users
On Fri, May 25, 2018 at 1:26 AM, Joe Smack <messi...@gmail.com> wrote:
> Can anybody please help me with my errors;
> The procedure entry point ??0ByteSink@icu_61@@@ could not be located in the
> dynamic link library G:\project\v8simp\icui18n.dll
> The procedure entry point ??0ByteSink@icu_61@@@ could not be located in the
> dynamic link library G:\project\v8simp\v8.dll

Looks like you need to link against the core ICU DLL. I think it's
called icuuc.dll but it could also be something like icucommon.dll.
Reply all
Reply to author
Forward
Message has been deleted
0 new messages