inthandle =FileOpen("test.txt",FILE_READ|FILE_BIN);// valid handle from a 4MB text file produced using notepad.exestr =FileReadString(handle,100000);Print(GetLastError());// this prints 4004 - not enough memoryPrint(StringLen(str));// this prints 4093 - expect 100000 Yes, the followin...
I have tried converting the csv file into fxt. But I have got error while I tried to use it in the metatrader 4 strategy tester. I used this script convert_csv_to_mt.py and the data from here https://github.com/FX-Data/FX-Data-EURUSD-DS/tree/EURUSD-2019 But the metatrader ...
11 Failed to copy with 3 errors: last error was: Update Create failed: sftp: "Cannot open file in mode: CREATE|READ|TRUNCATE|WRITE" (SSH_FX_OP_UNSUPPORTED) ncwadded a commit that referenced this issueDec 2, 2019 sftp: open files for update write only to fix AWS SFTP interop -fixes…...
ie: can't read Obj's (File node), when exporting obj (geometry->sphere (polygon)) saves as a zero byte file. On another machine, it works fine. I've tried to delete my$Home directory of Houdini preferences and reinstalled Houdini 9.5 / 10 as well without problems. Someone mentioned ...
Now how does this all relate to the Read File Node in ConnectFX? Well, the Read File Node sort of bypasses all of these rules and creates a few new ones of it’s own. It’s nice that as structured as Smoke’s media management is, that there is an internal way to workaround it ...
Aug. 7, 2023 7:29 p.m. This is an odd one. I can read some exported files from C4D and some don't. All files were exported the same way, the only thing I can guess is that might have to do with file size. The smaller sub 1Gig files open fine, I have a 4 gig one that...