In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

sample compiling

Xailer English public forum
Responder
mcaronis
Mensajes: 5
Registrado: Vie Sep 21, 2012 6:49 pm

sample compiling

Mensaje por mcaronis »

Maybe someone can help me. I trying to compile a sample and I'm getting this error:
A compilar: SamplesDll.prg...
A compilar: SamplesDll.rc...
A compilar: Banner.prg...
A compilar: EditBanner.prg...
A compilar: Planning.prg...
A compilar: SearchCombo.prg...
A compilar: TBanner.prg...
A compilar: TEditBanner.prg...
A compilar: TPlanning.prg...
A compilar: TSearchCombo.prg...
A compilar: ToolbarRE.prg...
A compilar: ToolbarREdll.prg...
A compilar: FilterCombo.prg...
A compilar: TFilterCombo.prg...
A compilar: LabelShadow.prg...
A compilar: TLabelShadow.prg...
A linkar: Samples.dll...
Error: Unresolved external '_HB_FUN_REGISTERCOMPONENT' referenced from G:XAILERXAILER2SAMPLESCONTROLSOBJDLLSAMPLESDLL.OBJ
Error: Unresolved external '_HB_FUN_PREVWINDOWPROC' referenced from G:XAILERXAILER2SAMPLESCONTROLSOBJDLLEDITBANNER.OBJ
16 Files, 0 Warnings, 2 Errors
Compilar tempo: 7.35s Linkar tempo: 0.11s Tempo total: 7.45s
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

sample compiling

Mensaje por ignacio »

On SamplesDll.prg check that this line of code exists:
DYNAMIC RegisterComponent
On EditBanner.prg:
DYNAMIC PrevWindowProc
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder