Can Anybody help me with any suggestions ?

I am trying to customize Mozilla into a CD Broser. I just need the plain
browser with no tool nor menu bars. It needs to be able to launch executable
files and display HTML pages.

So far, I've build Mozilla and am in the process of "Rolling my own
Browser". I am lost in this section though.

I am currently doing the configuration, but I keep getting this messege:

make-jars -v -d ..\..\dist\WIN32_O.OBJ\bin\chrome -f jar -s
..\..\dist\WIN32_O.O
BJ\Embed\tmpchrome
+++ making chrome D:/mozilla/source/mozilla/embedding/config  =>
..\..\dist\WIN3
2_O.OBJ\bin\chrome/embed.jar
rm: cannot remove directory `..\\..\\dist\\WIN32_O.OBJ\\Embed\\tmpchrome':
Not a
 directory
NMAKE : fatal error U1077: 'rm' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'F:\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.

D:\mozilla\source\mozilla\embedding\config>


And it is not running. Does anybody have a clue on what I might be doing
wrong. I've already checked the environment variables, and everything seems
to be ok, unless I forgot something, or I did not change something.

I really appreciate your time, for I know everyone around here seems to be
busy.

Thanks,
Fatima
-----Original Message-----
From: jeet shahani [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 05, 1999 12:05 PM
To: [EMAIL PROTECTED]; Rajanikanth Tanikella
Subject: Re: embedding??


Hi,

How small can an embedded Mozilla get?  I have got it down to 7.38 MB 
from 17.7 MB.  This with no code changes..

Any comments..What is the lowest one has been able to bring it down to?

R/
Jeet

Rajanikanth Tanikella wrote:

> Embedded Mozilla refers to using components of the Mozilla browser
> within other applications that you build. If you were building an
> application that for whatever reason needed you to display HTML in a
> window, then you could use the embedding source code of Mozilla to do
> that task. This saves you the trouble of writing all that HTML parsing
> and rendering code yourself.
> 
> The Mozilla Project tries to make this relatively easy to do. Look at
> the example code in mozilla/embedding/tests.
> 
> If you were interested in writing a web browser for a PDA using Mozilla,
> you would likely be looking at a job of pruning the large Mozilla
> application down to something that would run on a PDA rather than
> building an embedded app for the PDA. (Well, I suppose you could write a
> fairly simple program such as the gtkEmbed example and embed Mozilla in
> that for the PDA, but I suspect this is too simplistic and underpowered
> a solution.)
> 
> I hope that explanation helps.
> 
> Raj
> 
> 
> hgiem wrote:
> 
>> Mmmm...
>> 
>> i have very basic questions.
>> 
>> what is the embedded mozilla???
>> it's a sort of web browser for PDA??
>> ....
>> is it very different from the mozilla?
>> and is it a full-featured browser??
>> 
>> mmm i'm very confused.....
>> thanks.
> 

Reply via email to