Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using a C written objects inside clipper

Status
Not open for further replies.

Procomp

Programmer
Apr 25, 2000
1
BR
How can I use a Microsoft C 5.1 written .Obj file with Clipper? Inside my obj file I have a function, that C prototype is:<br><br>void pascal PAPUS(struct_far *);<br><br>The questions are: <br>Can use this function inside a Clipper program?<br>How I declare this function using Clipper?<br><br>the struct using in my parameter is:<br>struct param<br>{<br>&nbsp;&nbsp;&nbsp;char cm;<br>&nbsp;&nbsp;&nbsp;char scm;<br>&nbsp;&nbsp;&nbsp;char lm;<br>&nbsp;&nbsp;&nbsp;char tm;<br>&nbsp;&nbsp;&nbsp;char bf[60];<br>&nbsp;&nbsp;&nbsp;char lg[100];<br>&nbsp;&nbsp;&nbsp;char st[16];<br>&nbsp;&nbsp;&nbsp;char st99;<br>}<br><br>Thanks<br>Ricardo<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top