Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 12:49:10 +0000



Post From: Offering To The Community: Brett Johnson's Standard Tool Kit

[2018-03-29 10:55:39]
bjohnson777 (Brett Johnson) - Posts: 284
Update to Trade: Status Report: Had to remove fsync() because of windoze issues. fflush() is still there and will immediately write out the file to the file system (almost a bit redundant with fclose() following it). fsync() was used to tell the file system to immediately write to disk. Not a major loss, but it was nice to have in case of a crash or power outage. In most probabilities, closing the file will cause the file system to write to disk within several seconds, anyway.

Also Note: The compiled DLL is 64bit now. Running SC 32bit for the remote build of a 32bit DLL didn't work. My initial tests don't show any problems with the 64bit DLL. My heavier charts load like normal.