i tested it on windows xp in virtualbox, no problems, it is working. maybe it has todo with the 64bit windows release. please check the code, because i am not running windows 64bit based release. mainly i am ...
is it possible in C++ to allocate a memory-space like in PureBasic and write and read peaces of data like in PureBasic similar to the Peek* and Poke* functions?
I mean that you can write and read in the same memory block also with for sample PeekA and PeekL and PeekD and PokeB, PokeF ...
i am working since a while on an own alternative gadget to scintilla. there is a problem on redrawing the input code while press on enter or move to the previous or next line. i need some help. i know it is a bit large code, but i think that other people would also take advantage about it ...