Hi, I'm trying to convert a Delphi Dll to a Lazarus one. After a couple of changes the Dll compiles as expected, the problem is that I need to add some fields to version information resource.
When I check Project Options -> Version Information -> Include version info... The compiler automatically generates an .rc file. If I manually edit this file adding the fields I need, the next time I compile my program, the file is recreated removing my new fields. How can I avoid this problem? P.S.: I'm trying to create a Netscape plugin. The browser reads the resources contained in the dll looking for the string "MIMEType". Thanks in advance, Leonardo. _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus