When you reverse-engineer and then regenerate a PowerBuilder application, an external function with a case-sensitive name such as GetCurrentDirectoryA fails. To work around this issue, specify an alias for the function, for example:
public function ulong GetCurrentDirectoryA (ulong textlen, ref string dirtext) library “KERNEL32.dll” alias for "GetCurrentDirectoryA;ansi"
[CR 358442]
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |