I searched and didn't find a thread on this, so here goes:
Is it possible with PB9 to use the debugger to track through a dll written in PB9? How about if the PB9 dll is called by an exe written in another language?
EDIT: One more question. I'm having difficulties compiling one of my programs with PB9 at the moment because any time the variable name "point" is used anywhere I get a duplicate name definition error. This did not happen in PB8. I read that there is some different compiler scanning technique at play here (back/forward referencing for variables or something of that nature). Could this be causing it, or does the compiler just not like the word "point?"
Thanks
Is it possible with PB9 to use the debugger to track through a dll written in PB9? How about if the PB9 dll is called by an exe written in another language?
EDIT: One more question. I'm having difficulties compiling one of my programs with PB9 at the moment because any time the variable name "point" is used anywhere I get a duplicate name definition error. This did not happen in PB8. I read that there is some different compiler scanning technique at play here (back/forward referencing for variables or something of that nature). Could this be causing it, or does the compiler just not like the word "point?"

Thanks
Comment