PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Does somebody used Windev from an external language (C/C++)
Does somebody used Windev from an external language (C/C++)
Started by Phil, Aug., 18 2004 2:46 PM - 1 reply
Posted on August, 18 2004 - 2:46 PM
Does somebody has used Windev from an external language, like C/C++ ?

Phil.
Posted on August, 19 2004 - 10:00 PM
Hi Phil,

I have integrated WinDev once from ANSI C for integrating COM Port
management into an ERP system (JDE/OneWorld) in order to send and retrieve
data to and from any serial RS-232 device (Barcode scanners [send+receive],
Mettler Toledo & other brand weighing scales[send+receive] Zebra barcode
printers [send only]). The approach worked wonderfully well, even over a
global WAN using Citrix and having the required modules only installed on
the Citrix servers.

It took some time to figure it all out, but after all it went fairly fast
and simple. There are complete examples for integrating C/C++ with WinDev.
With WinDev 8 they also shipped a C# example apart from (V)Basic, Java,
Cobol, Fortran, and Pascal. Check the "External Languages" subfolder in your
WD installation directory.

I hope this helps !

Regards,

Peter

"Phil" <philippe.delbos@wanadoo.fr> schreef in bericht
news:412331cf$1@news.pcsoft.fr...


Does somebody has used Windev from an external language, like C/C++ ?

Phil.