I know what type is returned and this is not a problem .
Problem is in what content is returned.
In case where there is no command line arguments given,
returned is full file path of exe from where is called GetCommandLine () function.
....so
when you or me send command line with ShellExecute()
recieved is not only sended filepath then first:
"C:\myfolder.myexe.exe" C:\myfolder2\myfile.txtSo there is a catch...
I have found that this recieved final string must be parsed (one VB and one EB example)
explain all .
In this examples is good because chr(34) " is used as marker for extracting needed string(filepath).
by the way i really don't get it what is wrong with latest oxygen.dll because i have constantly
problem with error that
rect type is not defined !But this is not true...
So what i am do then remove latest oxygen.dll and use older which i found in some older examples.
And it is strange this not heapend one times them every time Charles release new release
old api things from includes simply don't work and constantly crush.,..