Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 3:42 am This article has been viewed 35209 times. Google search has resulted in one hit on this article since January 25, 2004.
|
|