createthread

createthread in WinCE

I have this code written in MFC as a win32 application: CZoneThread* pThread = new CZoneThread( sZoneInfo ); pThread->CreateThread(); Here, CZoneThread is another class. Will this code work correctly in WinCE as well? ...

Error in C++ builder CreateThread().

Hey, I'm Trying to make a programa in C++ that generate triangle, square and sine, waves. I enter the frequence, amplitude, etc, and it calculates the average of the wave. And i cah choose what wave generate by selecting a radio button. This is a real-time system, so, if a wave is being plotted and if I choose a radio buton corresponden...