cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
I have a little problem. How can I use WinAPI functions which are not defined already. Also, I need the function SHGetFolderPath which uses different dll under different windows versions. And also, how can I determine the user's home directory under Linux.
And another question. I'm not that comfortable yet with pick, so If my structure has a Vector and I need the object to be copyable, must I use optional deep copy?