Ok, to test it, i require the function fw_wcslen()! Can somebody send me or show the place in source?
Ok, to test it, i require the function fw_wcslen()! Can somebody send me or show the place in source?
size_t fw_wcslen( const wchar_t * s )
{
const wchar_t *p;
p = s;
while (*p)
p++;
return p - s;
}…...
pDir = fw_parWideLen( 4, 512 );
wLen = ( ( dwFlags & OFN_ALLOWMULTISELECT ) ? SIZE_IN_BYTES : 512 ); //<strong>reactivate</strong>
pFile = fw_parWideLen( 8, wLen ); //<strong>change</strong>
pFilter = fw_parWideLen( 1, 800 );
pText = ( LPSTR ) pFilter;
for ( w = 0; w < 800; w++ )
…...
ofn.nMaxFile = wLen; //<strong>change</strong>
…...Günther,
Is it working fine now ?
Many thanks for your great feedback ![]()
I now can get many files ( 300 i have tested)!
Please email me your modified file, thanks!
Antonio, sent!
Antonio, is this included in new version?
Günther,
No, it is not included yet. I am checking why it has not been included yet.
Please email it to me again, thanks
We found your email and we are implementing it.
many thanks for the reminder
Antonio,
no te olvides de incluir esto ya que a mi tmb me casca.
Gracias.!
Please, what in english?