This forum is closed. Thank you for your contributions.
i want to do remote(not only LAN, but WAN) file sync with unmanaged code(c++).
but except to MSF+WCF file sync(it's Managed code) , i can't find anying.
how can i sync remote(WAN) file with unmanaged code?
thanks.
Sorry, though I am not sure what really you are looking for. I think you can still use unmaged code sync through WCF.
Below is some link, may give you some idea.
How to: Synchronize Files by Using Unmanaged Code http://msdn.microsoft.com/en-us/library/cc305401.aspx
unmanaged client for WCF Service http://social.msdn.microsoft.com/Forums/zh-HK/vcgeneral/thread/93882290-e6a1-4342-9ee6-b5a3ac5ad250
Thanks,
Ping