Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ffed3d

12 views
Skip to first unread message

Jürgen Maier

unread,
Jan 16, 2010, 6:52:33 AM1/16/10
to
Hi,

i'm an old elite-Fan. Yesterday i found the FFED3D-Projekt by DreamZzz
from Russia (i found it through the Website
"http://www.frontierastro.co.uk").

It works fine so far. But i can't see the AVI-Videos (i can only hear
the announcments of the speakers). Did anyone konw a solution to solve
the problem?

Thanks in advance!

bye

Juergen

RMG

unread,
Jan 16, 2010, 8:56:15 AM1/16/10
to
Am Sat, 16 Jan 2010 12:52:33 +0100
Jürgen Maier <j.r....@t-online.de> wrote:

The problem is the function FUNC_000121 in jjffe. This would have to be made fit.

--
RMG

RMG

unread,
Jan 16, 2010, 9:04:03 AM1/16/10
to
Am Sat, 16 Jan 2010 14:56:15 +0100
RMG <nos...@nowhere.com> wrote:

For me the following works well:

int32_t FUNC_000121_DrawRGBVideo (
__UNUSED__ uint8_t * /* AVI buffer */
uint8_t * p2, /* 120x120 picture */
int p3, /* 14400 */
int p4, /* 120 */
int p5, /* 120 */
__UNUSED__ int p6, /* 8 */
int * p7, int * p8, int * p9, int * p10)
{
uint32_t i,j;
uint8_t * esi;
uint8_t color;

esi = p2;

for (i = p5; i > 0; -- i )
{
esi = p2 + p5 * i;
for (j = p4; j > 0; -- j )
{
color = DATA_008604[(*esi)];
if (color != 0)
{
DrawBoxToBuf(DATA_008607 + * p4 - j,
DATA_008608 + * p5 - i,
DATA_008607 + * p4 - 2 * j,
DATA_008608 + * p5 - 2 * i,
color );
}
esi += 1;
}
}
(*p7) = (*p8) = 0;
(*p9) = p4;
(*p10) = p5;
return 0;

}


Perhaps someone finds it useful...
--
RMG

Jürgen Maier

unread,
Jan 16, 2010, 11:37:53 AM1/16/10
to
Hi RMG,

i think, i can't follow your advise, because i have to compile the
source-code for that, right?

Thats far above off my posibilitys. Do you know an other way to show the
Vids?

Thanks!

bye
Juergen

RMG schrieb:


> Am Sat, 16 Jan 2010 14:56:15 +0100
> RMG <nos...@nowhere.com> wrote:
>
>> Am Sat, 16 Jan 2010 12:52:33 +0100

RMG

unread,
Jan 17, 2010, 5:46:09 AM1/17/10
to
Am Sat, 16 Jan 2010 17:37:53 +0100
Jürgen Maier <j.r....@t-online.de> wrote:

Sorry Juergen,

unfortunately I am not a Windows expert


--
RMG

0 new messages