lazarus+fpc 2.4.3, win32, snapshot from a few days ago, but this was happening to me already many months ago
http://imagebin.org/105680 It is OK that it complains because it cannot create the dll that I am working on. This is because I forgot to unload it in the host application (the dll will be part of a plugin for this other application). This is perfectly ok, but it will trigger something else: What makes me wonder is why it pops up the messagebox with this 'unable to find file ""' message everytime this happens. No error no messagebox. Other compile errors: no messagebox. Only when the output file is locked. And strangely the very same message also appears if I click the Test button in the Project Options to test the compiler options. The current project is a library proect that does not have any dependencies in LCL, it only uses Windows and SysUtils. I can compile everything and all works perfect, there does not seem to be anything missing that it needs, I can even use breakpoints and debug and follow it down into the deepest depths of the source of all used units and includes, so it seems to be able to find every file it could ever need, but I cannot get rid of this find file "" message. Did somebody else come across this strange behavior already and was able to find what caused it? Is there something I might have messed up in the configuration already months ago and can repair without deleting the entire configuration? Bernd -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
