mccoysc

Results 66 comments of mccoysc

In chrome version 70,work and not work,50%. this time work and next not

and as the above code,i supplied all callback needed

and also,i used the new "gun.js" and 'sea.js' code in github which time are shown "2 days agao". the same code as above, after first run ,every i run the...

4,all structures should be aliganed by same count(8,etc)

size is one part of many issues……for example,2 structures have same suze but may be different in field offset and so on. > On Feb 25, 2018, at 21:49, Liryna...

Ok,i'll give a x86/×64 compatible .h file,maybe in next end of a week > On Feb 25, 2018, at 21:57, Liryna wrote: > > Yes ofc, like DOKAN_ACCESS_STATE is a...

and may be another way: user can't load dll directly,instead,you write a COM exe(called out-process COM) and export COM interface for dokan users.and the COM exe is in native mode(x64...

and...en...you can also support dokan.dll with the same apis,but,the low-level code is changed: for example: dokan.dll export an API called initDokan(),may be now you call DeviceIoControl to interactive with kernel,but...

kernelCOMdokan.dll(x86/x64) > On Feb 25, 2018, at 22:31, Liryna wrote: > > the library is also used for msys2 & cygwin, COM will not be an option here 😞 >...