22 results found
Dear Wyatt, π I would like to propose an example for using your good turboactivate.dll (or APIs) with the Windev 22 development tool.There is a completely free (english) version of the windev 22 at this address:http://www.windev.com/windev/WD-Express.htm Windev is an important development tool and deserves your attention π I sincerely hope that you will consider my request π An example project you have built is much more reliable and important than an example created by others π Sincerely Sergio Best Regards
Answer by Wyatt O'Day on Mar 30, 2018That meant we would have to write 2 versions for Windev (and shell out the money for expensive software we honestly would never use outside of writing the example).
No, it's about WinDev incorrectly interpreting numbers as characters.
Post by Wyatt O'Day on Sep 20, 2016But it really should be a 1-byte integer. It sounds like WinDev is re-interpreting anything passed in to a apiCharacter type -- do they have a plain old byte-type?
Post by Alexandre Leclerc _ on Sep 22, 2016I set back the interface declaration to an apiCharacter and I made a call forcing a Charact(0) instead of a simple 0 as before. Surprise! WinDev is indeed converting the 0 into a 0, I guess.
I hope I can also see the Windev soon the examples in your website. Thank you so much.Sergio.
Post by Wyatt O'Day on Apr 5, 2020Hey Sergio, This was discussed before: https://wyday.com/forum/t/4124/turboactivate-dll-vs-windev-22/#post-19591 Apparently their free versions isn't compatible with their paid version.
I have urgent necessity to integrate a turboactivate API in my windev application. Thanks for All
Post by Wyatt O'Day on Oct 14, 2014We have a couple of customers using TurboActivate & TurboFloat with WinDev, but we don't have a pre-built example to share with you right now.
Dear Wyday, im a your customer and i have necessity to an example code for windev (like c or c++), can you help me in this step?
Hi, I am using Windev from PcSoft to develop my application. It uses it's own language: W-language.
I urgently need to know if any user uses the system limelm (turboactivate) with Windev (www.windev.com or www.pcsoft.fr) and if you have an example for the 'use Thanks and Best Regards, Sergio (sergiocionini@libero.it)
but I do not understand how to integrate the LIMELM (TurboActivate) system with WINDEV. I know we have at least 2 customers using PCSoft/Windev.
Post by SERGIO CIONINI on Mar 28, 2014I saw that LIMELM may be the right choice to integrate into my software, but I do not understand how to integrate the LIMELM (TurboActivate) system with WINDEV.Is it possible to have a complete example written for WINDEV ? Nb Windev (www.windev.com or www.pcsoft.fr) is a rad case tools like to Delphy or Real Basic (xojo) and can call external DLL fonctions Thanks and Best Regards,
As for STDCALL and CDECL, WinDev is doing it transparently - we can't specify it.