Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
290 views

Test framework for [insert language here]

I am looking for a test framework to introduce automated tests for a language without much test support. As far as I can understand, I need a framework that's capable of running the VDF tests using ...
1
vote
2answers
269 views

Is there a regular expression dll or library that I can use for a language that does not have one?

I program in Visual DataFlex. Are there any libraries that I can use to give my programs regular expression matching? It could be ActiveX, or COM, or maybe even just a DLL.
1
vote
1answer
177 views

Strategies for sharing common business logic across different programming languages

Having a monolithic business application with complex business logic implemented in Visual Dataflex, we are facing the challenge of maintaining our business logic across programming languages as ...
1
vote
2answers
239 views

Receiving automatic notification from SQL Server when a table is non-empty

I would like to use an SQL Server table as an action queue. So whenever the table is non-empty, I'd like some sort of notification to my VDF application, in order to avoid constantly polling the ...
0
votes
1answer
45 views

Looking for an ActiveX Component capable of rendering PNG’s transparency and translucency

I need a component or some way to render PNGs on my application in order to improve its design. I believe somewhere some control should exist, but I did not find it. I am developing on Visual ...
0
votes
0answers
23 views

Multiple Software Installs on 20 machines

Our servers need the Nvidia PhysX software, DirectX 9 installer, MSVC5/8 runtimes and DEP disabled. We have about 25 machines, and doing this one by one is extremely tiresome. I know Steam (gaming ...
0
votes
2answers
681 views

Test framework for web services

We have a monolithic application written in Visual Dataflex, and various supporting applications written in other (.NET) languages. They all share the same database, and need to follow the same ...