Forum > General

C / Cpp code blocks

(1/1)

Vcoder:
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:
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.

Navigation

[0] Message Index

Go to full version