Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Templates: Adding driver to project 2005-06-06 -- Sean Cameron (capesoft) Newsgroups: softvelocity.public.clarion6
> Compiling an app, DOS driver requires a C6Dosx.lib that does not exist on
> the LIB directory. How to overcome this problem?
It is likely that a third party template is trying to add C62Dosx.lib
becuase the Clarion version reports itself as 6.2 and the template does not
handle it. A better way to add the DOS driver in the template is using:
#Fix(%Driver,'DOS')
#Project(%DriverLib)
This avoids breaking the template between versions.
--
Regards,
Sean Cameron
CapeSoft
Work Smarter, Not Harder!
www.capesoft.com
Tel +27 21 715 4000
Fax +27 21 715 2535
Today is November 21, 2024, 7:09 am This article has been viewed 35210 times. Google search has resulted in one hit on this article since January 25, 2004.
|
|