raoergsls / miranda

Automatically exported from code.google.com/p/miranda
0 stars 1 forks source link

test dll #1348

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Miranda Version                  : <Copy from Help/About>
Unicode Build                    : Yes/No
Test Build # (if applicable)     :
Plugin Version # (if applicable) :

What steps will reproduce the problem?
1. why i use delphi 7 can show new Plugins ,but use delphi 2010 build to 
test.dll is not show at mainmenuitem?

Original issue reported on code.google.com by tanqw...@gmail.com on 9 May 2011 at 9:01

GoogleCodeExporter commented 8 years ago
delphi 2010 pchar is pwidechar
change pchar to pansichar  or param is pansichar 
:
var
PRealParam:PAnsiChar;

CallProcedure( PChar(PRealParam) );

Original comment by tanqw...@gmail.com on 12 May 2011 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by sami%mir...@gtempaccount.com on 28 May 2011 at 3:56