I am working on a project with some friends where I'll be coding the GUI in Windows, of course. My friends are doing the backend functions in Visual C++. What I'm trying to decide is what is the quickest, easiest and best app to use for building a nice GUI that will easily integrate to their libraries?
I need something that will take me no more than a month or so to do the interface but it has to be compatible with the other functions. I know some C and I've used VB before. I definitely do not want to use VB this time so I am leaning towards Borland C Builder. I have no real experience with the Windows api or mfc or whatever so coding by hand, I think, would take longer than needed.
What do you think? Do I have any other options besides C Builder? Has anyone had any issues using C Buider and VC++ together before?
Thanks.



LinkBack URL
About LinkBacks



. Is this what you want?
). I always liked programming console apps because of the emphasis on the utility of it, and after moving on to Windows, quickly decided I would like to use a "visual" environment to produce the bulk of the GUI in order to continue enjoying that utilitarian programming style. While I haven't reached the visual aspect quite yet, I have come close to the source code version. Here is a small example of Hilo in action.