Need some pointers/hints in writing a Windows Application

Posted by Bragaadeesh on Stack Overflow See other posts from Stack Overflow or by Bragaadeesh
Published on 2010-03-19T18:43:19Z Indexed on 2010/03/19 19:01 UTC
Read the original article Hit count: 148

Hi,

I want to create applications in windows that has complete portability (within windows OSes of course). I have tried using one application written in Visual C++ but I had a real tough time in making it run in other windows OS (like it required .net framework libraries to be installed). This put me on the back foot because I had to copy a set of DLLs from one machine to another and most of the time something works some does not.

And I am TOTAL amateur in writing windows based applications since my technological forte is mostly Java. Where to kick off? (like which tools/IDEs to begin with since I am seriously into writing my own utilities/tools).

I am open to clarification should you guys feel my question is vague/blunt.

Thanks.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about visual-c++