From: Marc O. i L. <mar...@tr...> - 2003-11-06 15:42:00
|
Hi, We are going to use OpenC++ in a project, but we need to have a working Win32 version. Creating a driver for use in VisualStudio.NET is not easy, as the editor does not allow changing the compiler executable. So I've had to separate OpenC++ in two parts, a library and a driver. This requires very small modifications to the project, and can be a step towards having a more modular code organization. I send you a patch (taken using cvs diff -u) with the required changes, and I plan on having a Windows driver in short time. Regards, Marc Ordinas i Llopis |