` Printed Icetips Article

Icetips Article



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



Printed May 4, 2024, 4:32 pm
This article has been viewed/printed 35120 times.
Google search has resulted in one hit on this article since January 25, 2004.