'Support' wrote:
Hello
I need to see it. Can you show these issues remotely?
Well, it is difficult to show it, even remotely.
But I investigate on my side.
First the Access Violation error during the linking process seems to be due to the add of acntBCB6_R.lib in my main package.
Not the library itself I think, it could have been anything, but the fact a library has been added like this.
When you open a *.bpr or *.bpk, there is the following parts:
By installing alphaskin's library on my environment, acntBCB6_R.lib has been added automatically to the LIBRARIES part of my main executable.
And this is what provoked the error above when compiling.
I do not know the difference between LIBRARIES, SPARELIBS and PACKAGES and how do you can edit from the IDE of BCB6.
But I removed acntBCB6_R.lib from LIBRARIES, added it to SPARELIBS and added acntBCB6_R.bpi to PACKAGES by using a text editor and it works fine.
I managed to get an environment which works now.
This problem is more about BCB6 itself than alphaskin.
Actually I have quite difficulties to understand the way packages and libraries work with BCB6.
Sorry for the disturbance.