Giter VIP home page Giter VIP logo

df32func's Introduction

df32func

Some useful helper functions to speed up development when working with DataFlex 3.2 console mode.

Requirements

MinGW or compatible GNU C compiler: http://www.mingw.org/ DataFlex 3.2 Console Mode or greater: http://www.dataaccess.com/ For regex functionality requires the GNU posix regex libraries: http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz/download

Installation

Ensure you have both DF32 and MinGW environments set up correctly and have both bin directories are in your path (i.e. locations of "dfcomp" and "make")

Open a DOS prompt and cd into df32func directory.

To build the dynamic link library and the dataflex precompiled package:

build all

To build just the dataflex precompiled package:

build df

Or build each independently

The dynamic link library:

cd src/c
make clean
make

The dataflex precompiled package:

cd src/df32
dfcomp df32func.mk -p

Alternatively include the dataflex includes as required directly in dataflex source code.

Once everything is built, copy the dataflex .pki and .flp files to the location where your dataflex setup expects to find it's pkg and flx files. Copy both df32func.dll and libgnurx-0.dll to a location in your path.

df32func's People

Contributors

glynastill avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.