Recent content by lboisset

  1. L

    DLL Problems

    Hello, It seems that I solve it. The problem is that even almost all my code is pure C++ and there are near to nothing VCL stuff, something remains. And it seems to be the Exception object. If I create the DLL as Threaded the Exception object seems to throw outside, surelly it's looking for...
  2. L

    DLL Problems

    Hello, Does someone have any problem using DOA controls inside DLLs? My problem is that when the code is in a normal program an any TOracleQuery raises an exception (No datafound or anything) it properly goes to the catch sections. But when it's in a dll. The exceiption goes directly outside...
Back
Top