marco.meli
2nd April 2016, 03:07
Hello,
I'm newbie and I start to create a CC-Library to get out a field (cprpd100.plid) I need to have in <userarea> of a BOD . So I have get out customization library part by "boibdbl505sb00" and put in a new General library "boibdbl505cc00", addFieldTable as described in the comments. Compiling the new library in debuging mode and test saving by session for planner attributes, I'm expecting a debugger windows come up but nothing happens. How can I say to jump in the CC-Library and / or #ifdef CUSTOMIZATION_LIBRARY is defined ?
Thanks.R.Marco.

Ajesh
7th April 2016, 07:52
As i understand correctly you want to go in Debug Mode for that library but you cannot go in, Is it correct?

Some of the things you can check
1) The Package VRC corresponding to the Package Combination attached to your user Data, and the Package VRC of the dll Library,which you have put in Debug, are they same? They need to be at the same level.
2) Try putting the program script which calls the dll also in Debug.

These couple of things should help.