Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win32 development

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hey
I was told that if I want to write Win32 Applicaions for Windows then I cant use DJGPP, as it only compiles DOS Apps. Is this true? If so, can you recomend some Win32 compilers(free). I dont want to use Microsoft Visual...
Isnt Borland a Win32 compiler that you can actually create Windows GUI. Any other compilers that are better then Borland?
 
The borland compiler will compile straight windows programs but you have to use -tW option:

>bcc32 -tW yourapp.cpp

And fiddle with other settings sometimes.

When you say win32 do you mean non-MFC or just any windows programming in C++?
--Will Duty
wduty@radicalfringe.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top