Menu

SVN-Code Commit Log


Commit Date  
[r9270] by mikeaubury

Added a new 4gl function 'aclfgl_call_in_shared' -
that last two parameters should be a share library file and function

File.4gl:
function func(a)
define a char(20)
display "Hello ",a
end function

Compile this as a DLL
$ 4glpc --as-dll File.4gl -o File.so

You can then call it using

main
call aclfgl_call_in_shared("Bob",
# Last two parameters are file and function name..
"File","func")
end main

2007-03-22 20:16:11 Tree
[r9269] by mikeaubury

Ensure key values are initialised before they are required

2007-03-22 11:13:32 Tree
[r9268] by mikeaubury

945: ascii 0, can't be printed in a report

2007-03-22 11:08:24 Tree
[r9267] by briantan

change A4GL_SQLCNVPATH to use @aubitdir@ from @prefix@ (probably the same)

2007-03-19 14:39:06 Tree
[r9266] by mikeaubury

Increase buffer size

2007-03-19 12:18:32 Tree
[r9265] by mikeaubury

fix to not set varchars to ""

2007-03-19 08:12:56 Tree
[r9264] by mikeaubury

.

2007-03-16 20:27:15 Tree
[r9263] by gyver309

Fixes related to memory freeing

2007-03-16 16:35:59 Tree
[r9262] by mikeaubury

949: window name limitation

2007-03-15 18:06:37 Tree
[r9261] by gyver309

Some temporary, I hope, fixes, making error handling working more correctly.

2007-03-15 17:53:28 Tree
Older >