Same behavior with dlls mentioned by you!
I've tested it with WinXPSP2

Moderators: Hacker, petermad, Stefan2, white
Great news!fg_2002fr wrote:it seems that christian found this bug
see here : http://ghisler.ch/board/viewtopic.php?t=12623&sid=97b573baa2572cbfeefc2af371358063
You got itfg_2002fr wrote:to nsp
do you mean a function to call one exported function with parameters like that ?
DllCall ( "dll", "return type", "fonction" [, "type1", param1 [, "type n", param n]] )
examples : DllCall('wininet.dll', 'long', 'InternetOpen', 'str', $s_Agent, 'long', $l_AccessType, 'str', $s_ProxyName, 'str', $s_ProxyBypass, 'long', $l_Flags)