> 2010/3/21 Viktor Szakáts <harbour...@syenar.hu>:
>>> 
>>> FUNC MAIN()
>>> 
>>> DBCREATE( "aa.dbf", { { "DACC", "C", 10, 0 } } )
>>> 
>>> use aa.dbf alias aa new
>>> DBAPPEND()
>>> aa->DACC := "hello"
>>> ? "aa->DACC :", aa->DACC
>>> ? 'aa->&("DACC") :', aa->&("DACC")
>> 
>> It works here in all combinations.
> 
> Yes works if compiled with "bin/hbmk2"
> Before that I compiled with "bin/harbour" - did not work (missed what
> the parameters of the compilation?)
> But the macro does not work anyway

Here I'm getting 'hello', 'hello' output, 
and I only used hbmk2 for .exe version, 
for the rest I used plain harbour.exe and 
hbrun.exe to run it (in both .prg and .hrb 
form).

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to