Page 1 of 1

Errors when compiling and linking \FWH\SAMPLES\FLASH.PRG

PostPosted: Thu Mar 23, 2006 7:29 am
by dpaterso
Hello,

For interest sake I just tried to compile and link \FWH\SAMPLES\FLASH.PRG with FWH March 2006 and xHB Professional March 2006 but some 'Undefined Symbols' errors occur.

How do I compile and link this .PRG to see what it does?

Regards,

Dale.

PostPosted: Thu Mar 23, 2006 8:42 am
by Antonio Linares
Dale,

What undefined symbols do you get ?

PostPosted: Thu Mar 23, 2006 11:24 am
by dpaterso
Hello,

I get errors like:

Unresolved external symbol '_HB_FUN_OLEGETPROPERTY'

Regards,

Dale.

PostPosted: Fri Mar 24, 2006 7:32 am
by Antonio Linares
Dale,

Please try it again with the libraries that we are emailing you. Here it builds and runs ok.

Also, you need to replace xHB Activex.lib with this one (from the xHB demo):
http://hyperupload.com/download/01d7a0b ... X.lib.html

Also you need to have a flash file named c:\works.swf (rename any flash file you may have like that).

PostPosted: Fri Mar 24, 2006 8:05 am
by dpaterso
Thanks again,

I did get your email and will try it.

Please don't spend too much time on this for me though - I am just trying to find out what all this talk about ActiveX and FiveWin is about.

I was just trying to compile \FWH\SAMPLES\FLASH.PRG to see what the heck it actually does and what it is used for.

Thanks again,

Dale.

PostPosted: Fri Mar 24, 2006 8:17 am
by Antonio Linares
Dale,

Better review samples\webexp.prg. It shows how to display a webpage from within your application and does not need a flash file.

PostPosted: Fri Mar 24, 2006 8:19 am
by Antonio Linares
Image

PostPosted: Fri Mar 24, 2006 8:49 am
by dpaterso
Thanks a lot,

Thats neat.

Regards,

Dale.