Search results for β€œwindev”

22 results found

turboactivate.dll vs Windev 22Answered

Post by a guest on Mar 29, 2018

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, 2018

That 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).

TA 4.0.4 TA_Deactivate() always return TA_E_INVALID_ARGS

Post by Wyatt O'Day on Sep 20, 2016

No, it's about WinDev incorrectly interpreting numbers as characters.

Post by Wyatt O'Day on Sep 20, 2016

But 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, 2016

I 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.

Windev example

Post by a guest on Apr 4, 2020

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, 2020

Hey 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.

Please there is someone who can help me ?

Post by a guest on Oct 14, 2014

I have urgent necessity to integrate a turboactivate API in my windev application. Thanks for All

Post by Wyatt O'Day on Oct 14, 2014

We 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.

windev exampleAnswered

Post by on Sep 23, 2021

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?

calling Turboactivate dll directly

Post by Sjoerd Kessels on Dec 29, 2010

Hi, I am using Windev from PcSoft to develop my application. It uses it's own language: W-language.

Windev example project (Urgent)

Post by a guest on Oct 10, 2014

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)

Integration TurboActivate with Windev

Post by Wyatt O'Day on Mar 28, 2014

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, 2014

I 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,

TurboFloat: Callback procedure - how to avoid it?

Post by Alexandre Leclerc _ on Dec 11, 2013

As for STDCALL and CDECL, WinDev is doing it transparently - we can't specify it.