Recent

Author Topic: Please suggest tool to demo linking to lazarus .so file  (Read 3714 times)

Michael Collier

  • Sr. Member
  • ****
  • Posts: 301
Please suggest tool to demo linking to lazarus .so file
« on: January 22, 2012, 03:47:09 pm »
Hi, I have generated a library in lazarus for 3 platforms Windows (.dll) Mac (.dylib) and linux (.so)

To demonstrate to users that a library can be used in 3rd party (non lazarus) tools, I have static linked and executed on the following:

1. Windows, using Microsoft Visual c# express edition - linked to the .dll file
2. Mac (ppc), xcode tools - linked to the .dylib file

Can someone suggest a linux based development tool to quickly get up and running with my lazarus generated .so file? I'm aware of netbeans, codeblocks, qtcreator and have started searching google for help with those. Ideally I'd like to download and try whichever is the quickest to implement as I won't really be using it much after this demo as my main dev tool is the lazarus side of things.

TIA

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Please suggest tool to demo linking to lazarus .so file
« Reply #1 on: January 22, 2012, 04:03:28 pm »
just gcc for me, writing:

gcc blablabla.c -lmylib

is faster than making any project in any IDE.

Michael Collier

  • Sr. Member
  • ****
  • Posts: 301
Re: Please suggest tool to demo linking to lazarus .so file
« Reply #2 on: January 22, 2012, 04:25:36 pm »
Yep - that worked! Thanks


 

TinyPortal © 2005-2018