Hola Cristóbal:
Estoy intentando probar el ejemplo que posteaste, compila bien
pero al ejecutar me tira el siguiente error, será que me falta
alguna lib?, no le cambié nada a tu código.
- Code: Select all Expand view
Application
===========
Path and name: C:\AppKdx\AppKdx.Exe (32 bits)
Size: 3,950,592 bytes
Compiler version: Harbour 3.2.0dev (r1904111533)
FiveWin version: FWH 19.05
C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
Windows version: 6.2, Build 9200
Time from start: 0 hours 0 mins 3 secs
Error occurred at: 08/09/19, 10:41:52
Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = N 0
[ 2] = C ,
Stack Calls
===========
Called from: Source\AppKdx.Prg => VIEWLEAFLET( 90 )
Called from: Source\AppKdx.Prg => MAIN( 13 )
System
======
CPU type: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz 3696 Mhz
Hardware memory: 8089 megs
Free System resources: 90 %
GDI resources: 90 %
User resources: 90 %
Windows total applications running: 5
1 ,
2 , C:\AppKdx\AppKdx.Exe
3 , C:\WINDOWS\System32\shcore.dll
4 DDE Server Window, C:\WINDOWS\System32\OLE32.DLL
5 G, C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.267_none_5f5dd779821ce72
Esta es la línea 90
- Code: Select all Expand view
cInitMap += aData[ 1 ][ 3 ] + ", " + aData[ 1 ][ 2 ] + " ], 13);" + CRLF
Saludos