PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc van Cauwenberghe on April 10, 2011, 12:51:02 PM

Title: SQL Tools SLL Firefly
Post by: Marc van Cauwenberghe on April 10, 2011, 12:51:02 PM
Has anyone been using the new SQL Tools LIB.
I have 3 questions.

1) I used to set the the authorisation code in the FF_WINMAIN. The new SQL Tools help file says in the .INC File. What is the best way using FF?

2) I want to LINK the PBLIB so that I have one exe. Where do I put the LINK statement?

3) Should I include the .inc file in my project or INCLUDE it somewhere?


Thanks for any answer and have a great sunday!

Marc

Title: Re: SQL Tools SLL Firefly
Post by: Pat Dooley on April 10, 2011, 04:32:05 PM
I would think that you would put both the #INCLUDE and #LINK in FF_AppStart.
The Auth Code in SQLT3.INC should work fine, since you will always need that include file for a SQL3 project.
I haven't made all the changes yet to use PB10/FF3, but that is where I would start.
Title: Re: SQL Tools SLL Firefly
Post by: Marc van Cauwenberghe on April 10, 2011, 04:37:32 PM
Thank you Pat,

will let you know.

regards,
Marc
Title: Re: SQL Tools SLL Firefly
Post by: Marc van Cauwenberghe on April 11, 2011, 06:27:19 AM
That worked perfectly, thanks.

Marc
Title: Re: SQL Tools SLL Firefly
Post by: Marc van Cauwenberghe on April 11, 2011, 06:33:29 AM
By the way,

I only had to change one statement SQL_ResColStr into SQL_ResColString .

Marc