k, I made a simple test app with c++
and by posthing this, I even made it "open source" 
Code:
int _tmain(int argc, _TCHAR* argv[])
{
for (int i = 0;i<argc;i++) {
int o = printf("%d -> %s\n",i, argv[i]);
}
return 0;
}
you can get it from HERE
with this, it's proven that it's not a kixtart issue.
_________________________
!download
KiXnet