For Programmers: Free Programming Magazines  


Home > Archive > Clarion > March 2006 > Problem with dll files.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Problem with dll files.
Maciej Wolniewicz

2006-03-16, 6:55 pm

Hi, I'm new in Clarion. I have to write simple(I think?) program to
convert TPS to CSV. I have almost done it, but I have some simple
questions.
1. Is it possible to read record without knowledge about its structure,
like TopScan does?
2. Next, I have *.exp file which looks like this:

Library myldll
Exports
FuctionName @?

How can I use this function in other project. I'm using hand code, and
i didn't found good (working)example in documentation and on this
group. Can somebody show me simple, working code how export and import
function using hand code?. I try to use function
"CALL('dllName','functionName') but it doesn't work correct or I did
something wrong.

3. Why function RECORDS(file) sometimes return 0, despite there are
records in table(I used TopScan to see them), and I know table
structure?

Thank you for any help.
M. Wolniewicz
PS: I can't use for this job TopScan.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com