How to implement Tunking?
System Admin
1
Posts
1
Posters
5
Views
1
Watching
-
I am builld a midi related program, windows 95/98 has a unacceptable timer latency. I consult the MSDN which has a article name "overcome the timer-latency problem in MIDI sequencers" mentiond this problem. But the solution it provide is using 16 bit DLL to implement timer procedures, so must do some thunking? What is thunking? how to implement it? thanks for help.