Re: [osg-users] download file with .net plugin
Lilinx schrieb: > hi, all > The platform: windows xp, vc 71 > > I want download file with .net plugin,and write to the disk before > osgDB::readfile. > but I find that the result is wrong. it is seen that some unwanted '0D' was > writen into the file. > why? > do you mean ASCII hex
[osg-users] download file with .net plugin
hi, all The platform: windows xp, vc 71 I want download file with .net plugin,and write to the disk before osgDB::readfile. So I add some code : if( reader != 0L ) { //***