Markus Hannebauer wrote: > > what is the minimum setup procedure for allowing > ECLiPSe to be called via the C++ interface under Windows NT? > We have copied the files eclipse.dll and edge_finder.dll > to the system directory, but there seems to be more to be done. > You need something that looks like (a subset of) the Eclipse installation directory, which basically means there must be a lib and possibly lib/i386_nt subdirectory with at least the following files (this applies to version 5.0) <eclipsedir>/lib/ kernel.eco (before 5.0 a bunch of .sd files instead) eclipse_language.ecl suspend.pl version.pl other libraries you use (*.pl, *.ecl, *.eco) <eclipsedir>/lib/i386_nt/ dlls for libraries you use (e.g. edge_finder.dll) When Eclipse runs, it must be able to find <eclipsedir>. Normally it does that by looking up the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\IC-Parc\ECLiPSe\X.Y where X.Y is the version number. In the embedded case, you should instead call ec_set_option_ptr(EC_OPTION_ECLIPSEDIR, "<eclipsedir>"); before you call ec_init(). The registry is then ignored. -- Joachim Schimpf / phone: +44 20 7594 8187 IC-Parc, Imperial College / mailto:J.Schimpf@ic.ac.uk London SW7 2AZ, UK / http://www.icparc.ic.ac.uk/eclipseReceived on Wed Jul 12 15:50:54 2000
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:05 PM GMT GMT