On 24 Sep 2002 at 9:05, Bill Nalen wrote: > Robert, can we have an option to use the Python parser or Bill's Java > parser? As I mentioned earlier, the Java parser seems to allow me to pluck > content from my intranet using authentication and the Python one doesn't.
Sure thing. All that would be needed is the commandline that is required. > I think it would also allow end users to not have to install Python if they > have Java already installed. I may also be able to compile the Java code > to a native Win32 library to take away the need to install an interpreter > at all. I haven't gotten the source yet, so I'm unable to offer a patch to > do this. External libraries don't work very well in wxWindows as they need to match the compiler it was made on. If there is a possibility that could wrap the java library into an exe, or an exe that just loads and gives a public interface to the DLL that work great. > Also, would it be useful to view the pdb after it has been completed? Like > a view now option? This could use the code from Bill's GTK viewer perhaps? > Just a thought. It would he handy to allow a desktop viewer, for reading docs, and also for development. Best wishes, Robert _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
