LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

create an SQL toolkit dll for non toolkit developers

On our project, we have one developer who is doing the database work, which requires the sql toolkit to be installed.  Our other developers aren't doing any database work, and as such don't have the toolkit installed.  However the project won't build correctly without the proper library installed.
 
I was told that we can have our one database developer build a dll in CVI of his finished work, which can then be distributed to the other workstations, and this would solve our problem.  Is this feasible?  Are there any caveats?
 
MES
0 Kudos
Message 1 of 3
(3,263 Views)
I guess this means there shouldn't be any problem.  However we're having one now that we've built and distributed our DLL.
 
Using the DLL on the machine that built it seems to work, but it doesn't on the other machines.  We get an error: "Null pointer argument to library function." 
 
Also, We should be able to use this with other versions of CVI, correct?
 
Thanks,
MES
 
If it makes a difference, we're using the borland compiler in CVI to create the DLL, as well as for building with the DLL

Message Edited by MES on 04-03-2006 01:30 PM

0 Kudos
Message 2 of 3
(3,223 Views)

Does anyone know if this is a possible solution?  Can we work with one sql toolkit?  I would appreciate any reply.

edit:  Forget it.... we've solved our own problem.

Message Edited by MES on 04-04-2006 09:19 AM

0 Kudos
Message 3 of 3
(3,209 Views)