me again ..
this time i am working on getting the grid object ported to windows nt/2k
.
the problem i am running into now is in the linker . heres what i am getting ..
Finished pass 1 grid.obj : error LNK2019: unresolved external symbol __imp__rtext_new_without_senditup referenced in function _grid_vis Debug/grid.dll : fatal error LNK1120: 1 unresolved externals
there's a trick there, you have to link with the pd object wich contains "rtext_new_without_senditup", i think it's g_text.o.
Good luck !!
Yves/