5 Replies - 1747 Views - Last Post: 21 July 2007 - 09:03 PM Rate Topic: -----

#1 Skinner  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 22
  • Joined: 13-August 06

WinAPI in BorlandC++ RadStudio

Posted 20 July 2007 - 01:23 PM

I want to start using WinAPI in my programs and I am using Borland RadStudio2007. All pdfs I have on this subject are based on VisualC++ - and Borland apparently used to use something called OWL. Is there a simple way of using WinAPI in Borland's compiler or am I better off using Visual C++?

Thanks.
Is This A Good Question/Topic? 0
  • +

Replies To: WinAPI in BorlandC++ RadStudio

#2 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 247
  • View blog
  • Posts: 13,505
  • Joined: 12-July 02

Re: WinAPI in BorlandC++ RadStudio

Posted 21 July 2007 - 08:42 AM

There should be no problem using a borland compiler to compile WinApi programs, as long as everything is linked properly.
Was This Post Helpful? 0
  • +
  • -

#3 Skinner  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 22
  • Joined: 13-August 06

Re: WinAPI in BorlandC++ RadStudio

Posted 21 July 2007 - 09:02 AM

View PostAmadeus, on 21 Jul, 2007 - 08:42 AM, said:

There should be no problem using a borland compiler to compile WinApi programs, as long as everything is linked properly.

OK but in the manuals I have on WinAPI it says compile a Win32 application - in RadStudio C++ Builder I am using there is no option for this, only console app, VCL app etc. What should I be using?
Was This Post Helpful? 0
  • +
  • -

#4 corliss  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 2
  • View blog
  • Posts: 189
  • Joined: 25-October 06

Re: WinAPI in BorlandC++ RadStudio

Posted 21 July 2007 - 09:43 AM

Hey guys,
I was taught using borland due to my teachers not wnat ing to be a mirosoft kiddie but I am now using vs 2005.
I would say stick with visual studios.
cheers
Was This Post Helpful? 0
  • +
  • -

#5 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 247
  • View blog
  • Posts: 13,505
  • Joined: 12-July 02

Re: WinAPI in BorlandC++ RadStudio

Posted 21 July 2007 - 06:40 PM

I'm not a borland user, so I'm not familiar with all the compiler options - what are they again?

As for sticking to VS, I'm not sure I'd want to limit myself in that manner.
Was This Post Helpful? 0
  • +
  • -

#6 no2pencil  Icon User is offline

  • Original Digital Gansta
  • member icon

Reputation: 4462
  • View blog
  • Posts: 24,906
  • Joined: 10-May 07

Re: WinAPI in BorlandC++ RadStudio

Posted 21 July 2007 - 09:03 PM

The purpose of Win APIs is that you can use your code in any environment. I've actually ported some of my code from C++ to ASM, & the APIs will still take the same arguments. So I don't see any problem in changing IDEs. One draw-back to using Windows APIs is when versions of Windows are released, if the API arguments change then you're program will need to updated to detect the version & adapt to the change as well.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1