I am reading a loggfile, and updating a listbox with entrys that match a certain criteria.
This is done from a worker-thread (via a callback)
-------
My original app's GUI is SDK-style, my testapp has its GUI proggrammed in DDT.
-------
Problem: SDK-style is 500% faster than DDT.
With this I mean that I read and display 5 hits in a second with SDK
and only read and display 1 hit per second when using DDT.
-------
I must stress the fact that the function reading the loggfile reside in a DLL,
and I use the same DLL for both apps...
Someone having experienced this before?
------------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
This is done from a worker-thread (via a callback)
-------
My original app's GUI is SDK-style, my testapp has its GUI proggrammed in DDT.
-------
Problem: SDK-style is 500% faster than DDT.
With this I mean that I read and display 5 hits in a second with SDK
and only read and display 1 hit per second when using DDT.
-------
I must stress the fact that the function reading the loggfile reside in a DLL,
and I use the same DLL for both apps...
Someone having experienced this before?
------------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
Comment