View Full Version : Hellboy Producer making 'Echo'- COMIC BOOK ADAPTATION. Not A Good Idea...
"Echo" is a great comic book story.
But they should not convert this into a live action feature.
This movie should be 100% animation -- buckets of paint and inkers....
This could be a light version of female version of AKIRA.
JAPAN..........please come to our rescue.
http://www.darkhorizons.com/news/14674/terry-moore-s-echo-becomes-a-film
Do you agree....
Ben, when December rolls around in a few months, would you grant me one Christmas wish and refrain from posting here for one week? Just seven measly days. That's all I ask. A Ben-free zone to make my holiday season a little brighter.
Think about it. You'll have no idea how much good cheer you'll spread by just taking some time away from the site.
Thanks for the consideration, champ.
M~
I BET money that this producer will not listen to anyone.
Champagne Wishes And Caviar Dreams-- listen
to Japan animation...I told them.
Terrance Mulloy
07-21-2009, 06:47 PM
I BET money that this producer will not listen to anyone.
At least you'll have something in common with him.
Echo -- just checked it out again.
this has potential to be huge.
Six days. That's all I'm asking for now, Ben. Six days. You've already made me negotiate down a full 24-hours. Please. For the love of God, please.
NePatsFan
07-21-2009, 09:05 PM
Some stories were meant to be created in the animation medium and that's all there is to it. I'd have to agree with you, Ben.
I heard they were doing a live action Voltron as well. Why? Hopefully after
G I Joe flops, they'll learn their lesson.
:mpopcorn: Some comic stores on the net, are selling out of Echo.
The power of one blog.
Damn.
So unfair.
thewire
07-22-2009, 04:55 AM
At least you'll have something in common with him.
That got a laugh out of me, I admit. :D
Echo- read it again.
Love it.
This is one cool story.
Madbandit
07-22-2009, 08:12 AM
At least you'll have something in common with him.
LOL
Five days, Ben. Just one work week. It'll fly by in an instant. You can do it! I have faith in you!
just found out Echo -- marketing -- will be COMIC CON 2009,
if you're going -- check it out.
Okay, FOUR days. This is my final offer. Seriously. Take it or leave it. Think of all the wonderful things you could do with four days away from Done Deal, Ben! Oh, the possibilities!
E,the dialouges in Echo is right on the money.
Just to show how the writing for comics and scripts
can be different. COMIC CON is going to be a blast.
E. No problem.
Anagram
07-23-2009, 01:05 AM
The way negotiations are going MacG's going to end up spending a week away...
The way negotiations are going MacG's going to end up spending a week away from DDP...
:|
THREE days, Ben. 72 hours. You can do that standing on your head.
Poetic C
07-23-2009, 11:44 AM
Dude. Ben is sooooo a BOT. I'm convinced. Hands down. A bot with a human handler.
Ben-Bot - I command you to cease and desist!
Accessing SQL Server from C++
#define DBNTWIN32
#include <stdio.h>
#include <windows.h>
#include <sqlfront.h>
#include <sqldb.h>
// Forward declarations of the error handler and message handler.
int err_handler(PDBPROCESS, INT, INT, INT, LPCSTR, LPCSTR);
int msg_handler(PDBPROCESS, DBINT, INT, INT, LPCSTR, LPCSTR,
LPCSTR, DBUSMALLINT);
main()
{
PDBPROCESS dbproc; // The connection with SQL Server.
PLOGINREC login; // The login information.
DBCHAR name[100];
DBCHAR city[100];
// Install user-supplied error- and message-handling functions.
dberrhandle (err_handler);
dbmsghandle (msg_handler);
// Initialize DB-Library.
dbinit ();
// Close the connection to SQL Server.
dbexit ();
return (0);
}
int err_handler (PDBPROCESS dbproc, INT severity,
INT dberr, INT oserr, LPCSTR dberrstr, LPCSTR oserrstr)
{
printf ("DB-Library Error %i: %s\n", dberr, dberrstr);
if (oserr != DBNOERR)
{
printf ("Operating System Error %i: %s\n", oserr, oserrstr);
}
return (INT_CANCEL);
}
int msg_handler (PDBPROCESS dbproc, DBINT msgno, INT msgstate,
INT severity, LPCSTR msgtext, LPCSTR server,
LPCSTR procedure, DBUSMALLINT line)
{
printf ("SQL Server Message %ld: %s\n", msgno, msgtext);
return (0);
}
vBulletin v3.6.2, Copyright ©2000-2013, Jelsoft Enterprises Ltd.