Win32 - First Full Pass (Smaller Message)

Alan Gutierrez ajglist at izzy.net
Sun Jan 12 07:44:11 GMT 2003


With apologies to the moderator for posting a 71 KB message to the list, I
submit this link: http://www.izzy.net/~ajglist/khtml/

Please do not forward the original message - Alan Gutierrez

----------------------------------------------------------------------------

Attached are two diffs, notes, and a configuration header. The configuration
header is x_config.h for lack of a better name.

Things went well. On this pass, rather than muck with the code, I mucked with
the complier settings. After taking note of a VC++ warning, I turned it off.
You can discuss then warnings and determine if any of them are valid.

There were only two that seemed to be reasonable to me. Issues 23 and 24.

I will look at my last patch and back out those changes made in order to quell
compiler warnings.

Please keep in mind that I am not submitting this as a patch! It is for
disucssion. If my one of notes seems to imply that I am flippantly altering
the very soul of KHTML, this is not the case. I am just getting the code to
the point where I can trace through it in VC++.

Moving forward this is my goal:

<html>
   <body>Hello, World!</body>
</html>

Here are my next steps:

1) Repackage my Visual C++ projects into four library projects:
     * KHTML
     * KJS
     * KWQ
     * CoreFoundation - Class libraries from Darwin
2) Get as much of CoreFoundation to compile as possible. (Looks promising)
3) Get as much of KWQ to compile as possible.
4) Bracket code that won't compile with #if 0. (Most of KWQ)

Alan Gutierrez





More information about the kfm-devel mailing list