<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Jul 2015 12:38:00 Z</lastBuildDate><pubDate>3 Jul 2015 07:31:00 Z</pubDate><description>Hi all,&#13;
&#13;
I want to pass an file descriptor to an external library. Below is what I tried:&#13;
&#13;
temp is int = fOpen("DebugTrace.txt", foAdd)&#13;
&#13;
In C fOpen returns file descriptor, whereas here I am getting File ID which will be like 2/3 etc..&#13;
&#13;
I want to do below API call:&#13;
&#13;
API("extrenal.dll","API_NAME",file_descriptor)&#13;
&#13;
Any suggestions?&#13;
&#13;
Thanks and Regards,&#13;
Naveen Rathan</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52956-file-descriptor-windev/read.awp</link><title>File descriptor in WinDev</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52956-file-descriptor-windev-52997/read.awp</comments><pubDate>8 Jul 2015 12:38:00 Z</pubDate><description>Hi Naveen,&#13;
&#13;
Here is the code:&#13;
FileName is string ASCIIZ on 256 //Check length of string in API documentation FileHandle is in…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52956-file-descriptor-windev-52997/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52956-file-descriptor-windev-52997/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52956-file-descriptor-windev/read.awp">File descriptor in WinDev</source><title>Re: File descriptor in WinDev</title></item></channel></rss>
