This dll file is on my resource file
and basically i use this code to access my resources
now my problem is the dll i am using right now isnt mine, its from the exe that i embeded on my program,Code:System.IO.File.WriteAllBytes("C:\eYESTRA1N\mydll.dll", My.Resources.mydll)
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
thanks in advanceCode:System.IO.File.WriteAllBytes("C:\eYESTRA1N\APKINSTALLER\libgcc_s_dw2-1.dll", My.Resources.libgcc_s_dw2 - 1)
System.IO.File.WriteAllBytes("C:\eYESTRA1N\APKINSTALLER\libgcc_s_dw2-1.dll", My.Resources.libgcc_s_dw2 - 1)




Reply With Quote