You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi thanks but i don't understand this ??
This is to get a valid path to your user-folders without hard-coding the whole path: "c:\\...\\yourFolder\\".
This function is not imported in WinFile_v600! So you have to add this line between the two #imports:
This is to get a valid path to your user-folders without hard-coding the whole path: "c:\\...\\yourFolder\\".
This function is not imported in WinFile_v600! So you have to add this line between the two #imports:
@ gooly i told you already it's wrong
you have to use SHGetFolderPath() and besides you use win7 and he use Winxp
@ gooly i told you already it's wrong
I m really confuse I don't know what is going on can you tell me what is the right way ??
This is to get a valid path to your user-folders without hard-coding the whole path: "c:\\...\\yourFolder\\".
This function is not imported in WinFile_v600! So you have to add this line between the two #imports:
Hi getting error don't know why ??
'OpenNewFileForWriting' - function not defined
'GetEnvironmentVariableW' - function not defined@ gooly i told you already it's wrong
you have to use SHGetFolderPath() and besides you use win7 and he use Winxp
Can you please give me some sample of code so that i used it and see whether working or not ??for both reading and writing the file code???from different folder and also the file is csv ???
Hi getting error don't know why ??
'OpenNewFileForWriting' - function not defined
'GetEnvironmentVariableW' - function not definedThis function is not imported in WinFile_v600! So you have to add this line between: #import "kernel32.dll" ... #import:
This function is not imported in WinFile_v600! So you have to add this line between: #import "kernel32.dll" ... #import:
I have added but what about thiis error ??
OpenNewFileForWriting' - function not defined
@ gooly i told you already it's wrong
you have to use SHGetFolderPath() and besides you use win7 and he use Winxp
ok - xp may still be ANSI and not wide (CP_UTF8).
But GetEnvironmentVariableW will be more 'future-safe' especial if he will install Win 7 or 8 as xp is not supported anymore.
I myself won't like the idea reading/writing wide-char but the path-string is still ANSI?
Well ankityadav should try and print out the paths and use what ever works.
Gooly
ok - xp may still be ANSI and not wide (CP_UTF8).
But GetEnvironmentVariableW will be more 'future-safe' especial if he will install Win 7 or 8 as xp is not supported anymore.
I myself won't like the idea reading/writing wide-char but the path-string is still ANSI?
Well ankityadav should try and print out the paths and use what ever works.
Gooly
OpenNewFileForWriting' - function not defined
Can you please give me some sample of code so that i used it and see whether working or not ??for both reading and writing the file code???from different folder and also the file is csv ???
You already have all the answers you need in this post
The question is do you just want someone to write for you the entire code