open session "string"

Fernando Ortiz <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <CAKK5tB1xab1i+G=A=jNkjKEzOPmymeUHr0dNZH3+JBKoF1VusQ@mail.gmail.com>
Hi,

I'm still using 1.2-1 in  production ...

I can use

main
open session uno for database "test1"
end main

But trying new version 1.2-30 from CVS I got a compile-time error

[root@ocs aubit4glsrc]# 4glpc pru.4gl -o pru.4ae
Assertion failed: print_ident not implemented yet (File:compile_c.c
Line:7909)
Err:Program  stopped at '', line number 0.
Error status number -30289.
Assertion failed.
Error compiling pru.4gl
Exit program..          1

If I use a char variable it compiles fine in both versions

main
define w_t char(10)
let w_t = "test1"
open session uno to database w_t
end main

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.