Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: Please update PB Documentation regarding WIN32 System Calls for x86/x64

$
0
0

In PB 10 and above you should be calling the W version:

 

Function boolean SendMessageString(...) Library "user32.dll" Alias For "SendMessageW"

 

or add ;Ansi:

 

Function boolean SendMessageString(...) Library "user32.dll" Alias For "SendMessageA;Ansi"

 

The ;Ansi method should be used primarily for functions that only come in Ansi flavors.


Viewing all articles
Browse latest Browse all 7329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>