Recent

Author Topic: C / Cpp code blocks  (Read 4416 times)

Vcoder

  • Newbie
  • Posts: 2
C / Cpp code blocks
« on: June 21, 2010, 09:27:20 pm »
Does Lazarus support c/cpp code blocks?

I have some routines written in c. Is it possible to use them in my lazarus projects?

v-t-l

  • New Member
  • *
  • Posts: 10
Re: C / Cpp code blocks
« Reply #1 on: June 21, 2010, 10:36:16 pm »
No.
Lazarus is just an IDE for FreePascal compiler.
You can try to compile your C-code separately into .o-file(s) or .a-file with GCC and then to link it into your freepascal application.

 

TinyPortal © 2005-2018