gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

C/C++ > Implementing "write"

#8704 - Sweex - Fri Jul 18, 2003 11:46 am

I was reading Tepples' post about having to implement 'write' for the sake of ie. pure virtual functions (http://forum.gbadev.org/viewtopic.php?t=1222). I did exactly how described, but it still said undefined reference to 'write'.

Now my question; Did anyone succesfully implement the function write? Is there anything special you have to do to get this working?