Hello
MyDAC v4.30.1.15+BDS2006 SP2+Hotfixes
I have very stange problem now that the DataDir of the embedded connection component is throwing out exception in C++Builder project while fine in a delphi test project.
So I uninstalled the component and install the source code for debugging MyDAC components.
I have modified all the packages to generate all C++ files (-JPHNE option) for use in C++ project.
All components are successfully installed. And at delphi test project I can step into the pas file. But the breakpoint in pas seems always disabled in a C++Builder project.
Can any one help me how to step into pas file (DBAccess.pas etc) in a BDS2006 C++Builder project? 
And any one have the same strange problem with me?