This dll file is on my resource file
and basically i use this code to access my resources

Code:
 System.IO.File.WriteAllBytes("C:\eYESTRA1N\mydll.dll", My.Resources.mydll)
now my problem is the dll i am using right now isnt mine, its from the exe that i embeded on my program,
and its name cause an error on my codes

this is the dll libgcc_s_dw2-1.dll

and when i put it on my codes the "dw and 2 will have and space between them and the number 1 on its name will also separated automatically...

how to fix it?

this is the error

Code:
System.IO.File.WriteAllBytes("C:\eYESTRA1N\APKINSTALLER\libgcc_s_dw2-1.dll", My.Resources.libgcc_s_dw2 - 1)
thanks in advance
System.IO.File.WriteAllBytes("C:\eYESTRA1N\APKINSTALLER\libgcc_s_dw2-1.dll", My.Resources.libgcc_s_dw2 - 1)