Hi.
Trying to play sound in a resource. PlaySndRes() is documented on the .ng file. But at compile time I get the error below.
Error: Unresolved external '_HB_FUN_SNDPLAYRES' referenced from F:\MP\X12\MAIN.OBJ
Any ideas?
Reinaldo.
Hi.
Trying to play sound in a resource. PlaySndRes() is documented on the .ng file. But at compile time I get the error below.
Error: Unresolved external '_HB_FUN_SNDPLAYRES' referenced from F:\MP\X12\MAIN.OBJ
Any ideas?
Reinaldo.
Try SndPlayResource().
EMG
Enrico;
You got it!
Thank you.
Reinaldo.
MenuItem "837 Claims" RESOURCE "837_16" ;
Action ( SndPlayResource( "tic" ) ,X12_837() ) ;I don't know, sorry. Check that a valid wave resource type called "tic" is correctly inserted inside your resource file.
EMG