-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smb_dir file missing on Xcode Project -[smb_dir not included in TOSMBClient/libdsm/bdsm] #19
Comments
Hi there! Um, it should already be in there! I upgraded the framework to use the latest version of libdsm a few days ago: https://github.com/TimOliver/TOSMBClient/blob/master/TOSMBClient/libdsm/bdsm/smb_dir.h It's not exposed on the Objective-C level yet. That needs to be implemented in |
yes, i can see in https://github.com/TimOliver/TOSMBClient/blob/master/TOSMBClient/libdsm/bdsm/smb_dir.h and in finder also I'm able to find but when i include TOSMBClient in app its showing default i have to add it manually . After adding I'm not able to call the methods which are in smb_dir.h |
Oh! Whoops! You're right! It's not actually in the project! I'm not sure how that happened! |
Hi thanks for the update and I'm able to create directories now. Im having one issue here
some times its crashing on the about line (smb_share_get_list(self.session, &list, &shareCount); with BAD_ACCESS, please let me know any thing to update. Thanks, |
No problems! Umm, sorry. I'm still learning how If you find out what's causing it, please let me know! :) |
hi, I got crash multiple times while downloading the large files from network with the following error, could you please helpme on this. TOSMBClientExample(220,0x16e0a3000) malloc: *** error for object 0x15711d600: incorrect checksum for freed object - object was probably modified after being freed. Thanks, |
Hi Tim,
I have tried to create a folder by using TOSMBClient and to create a folder it requires a method names as
**int smb_directory_create(smb_session s, smb_tid tid, const char path);
method is available in smb_dir.h file, but the file is not included in TOSMBClient.Please include the file and update the framework if possible as early.
/**
*/
Thanks,
Narendra V
The text was updated successfully, but these errors were encountered: