rupertb
31st July 2002, 23:07
I've found the following statement in the 'Baan DDC Complete Reference Guide': No examples of DDC driver code are provided. Baan supplies sample driver code on request.
Is this true, can I approach our local Baan support center requesting the driver?
Much obliged!
Rupert
:confused:
mark_h
31st July 2002, 23:29
It never hurts to ask. If I found this in Baan provided documents - I would call and ask. Or maybe I would do it online. The worst that they can say is that it is not covered under your maintenance agreements. If you do give them a call please let us know what happens.
Thanks
Mark
dbclark79
2nd August 2002, 00:52
There is a $BSE/bin/lib/ddc directory available per every installation of Baan. Within the "source" subdirectory is a ddc_driver.c file that can be compiled and used a very generic and basic driver to demonstrate how DDC is used. This driver reads information from an ASCII file and not directly from an RF Scanner. It can also be used as a starting point for a developer to build their own robust DDC driver.
In addition, there is also a "doc" directory that contains additional DDC information.
-David B. Clark
dbclark79@juno.com
rupertb
2nd August 2002, 13:29
Thanks chaps, I posted a call on support.baan.com. They refered me through to solution 7869. We never had the ddc software loaded. Strange as it seems we've always received the apilib.Z file as part of the portingset, however an uncompress always yielded the file apilib (without an extension). Now how was I to know that that's a tar archive :D. I've extracted all the goodies, source, includes and examples - yahoo new toys! Although I haven't been able to compile the ddc_driver.c file yet - some obscure errors. Should I start a new thread regarding this problem with the driver and if so, where?
Regards,
Rupert
mark_h
2nd August 2002, 14:32
I would start a new thread in this forum about the errors while compiling. That way people could find the solution you posted(thanks) and find how you resolved the error issue by searching for DDC. At least I hope someone can answer you question.
Also thought I would mention that I found our ddc directory under $BSE/api/ddc.
Mark