Monkey V66: DataBuffers: cannot load over 4096 byt

Monkey Forums/Monkey Bug Reports/Monkey V66: DataBuffers: cannot load over 4096 byt

AdamRedwoods(Posted 2012) [#1]
Monkey V66
problem with Databuffers.cpp (cpp target)

Cannot load over 4096 bytes, results in garbage.

This took me a while to find...
bool BBDataBuffer::_Load( String path )


need to increment the memcpy pointer:
p+=n;



marksibly(Posted 2012) [#2]
Eek!