Quote Originally Posted by KrissKross
Is OOP something that I will need for a project like this?
Thanx for the help
Only if you hope to finish in a reasonable timeframe. You have a large task ahead of you so ask yourself what do you want to focus on? The task of interacting with the hardware or figuring out how to display an edit box or button. Using a framework such as MFC, ATL, or C# Winforms can greatly reduce the amount of time spent to create the Windows (er, Windowing) portion of the overall application. Using the framework approach might be a great way to get a jumpstart in the overall project.