Developing plugins Delphi strings utf8 - IDE_GetConnectionInfo

RamosIt

Member²
Hi. I'm developing a plugin. I'm trying to use
IDE_GetConnectionInfo in Delphi 2010 but i have no idea how to declare parameters

In the plugindoc.pdf i see:

IDE_GetConnectionInfo: procedure(var Username, Password, Database: PChar); cdecl;

but all variables contains ???? as result.

If i try to compile dll using d2007 all works fine...

Could you please help me?
 
Back
Top