Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/14/2010 in all areas

  1. You are correct LV CLN only recognized "framework" This is strange, there are plenty of frameworks that you can link to, try carbon framework. Anyway LV VIs are often calling frameworks. To see an example check /vi.lib/Platform/Miscellaneous.llb/TickCount.vi See the attached file. I've made a basic wrapper that call sqlite3 functions. It links against the OSX version of SQlite 3 using the OTHER_LDFLAGS = -lsqlite3 in the linker options for the selected target. I have also modified the low level vis to include the OSX calls. See the provided All_OSX.vi to have a direct link to the modified VIs. I DID NOT DO CHECK SQLite PARAMETERS, you should not use the VIs as is, but carefully check that the c and LV code are in adequacy! In the terminal doing a > nm SQLite3x32_dylib show that you did not export the sqlite3 symbols! Note that LV does not unload a framework, you have to quit LV to reload the framework, this is quite painful if you don't have an SSD. Hope this help ChS LV_SQLite_v001.zip
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.