Re: [v8-users] entry point error

2018-05-25 Thread Joe Smack
Copied it over first thing :) Weird.

-- 
-- 
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.


Re: [v8-users] entry point error

2018-05-24 Thread Ben Noordhuis
On Fri, May 25, 2018 at 1:26 AM, Joe Smack  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.

-- 
-- 
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.


[v8-users] entry point error

2018-05-24 Thread Joe Smack
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

-- 
-- 
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.