C# Application that installs a c++ dll -
i made small 32 bit c# application installs c++ dll file resources folder on hd following c# code.
file.writeallbytes(folder + @"\test.dll", properties.resources.testdll);
it works expected when i'm using dll works partly , crashes, if replace dll installed 32 bit c# application dll hd i've added beginning c# project resources, works.
why? because c# installation program 32 bit , installed dll through resources 64 bit dll??
someone knows how resources 32/64 bit works?
regards, morgan
Comments
Post a Comment