cheque lo que me dijiste, ya queda dentro del exe el rc pero al ejecutarlo me marca el error siguiente
Application =========== Path and name: C:\FWH\promotoria\ata.exe (32 bits) Size: 1,843,712 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 13/01/2007, 01:34:20 Error description: Error FiveWin/3 Cannot create Dialog Box: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿResource: CUADRO
Stack Calls =========== Called from CREATEDLGERROR(0) Called from TDIALOG:ACTIVATE(0) Called from MAIN(338)
System ====== CPU type: GetCPU() failed! 2883 Mhz Hardware memory: 1024 megs
Free System resources: 90 % GDI resources: 90 % User resources: 90 %
Compiler version: Harbour Alpha build 44.0 Intl. (Flex) Windows version: 5.1, Build 2600 Service Pack 2
Windows total applications running: 0
Variables in use ================ Procedure Type Value ========================== CREATEDLGERROR Param 1: O Class: TDIALOG Local 1: C "CUADRO" Local 2: C "ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" TDIALOG:ACTIVATE Param 1: U Param 2: U Param 3: U Param 4: L .T. Param 5: U Param 6: L .T. Param 7: U Param 8: U Param 9: U Param 10: L .F. Local 1: O Class: TDIALOG Local 2: N 0 Local 3: U Local 4: U MAIN Local 1: N 250 Local 2: O Class: TSAY Local 3: N 14599344 Local 4: U Local 5: U Local 6: C "modulo de autos" Local 7: U Local 8: U Local 9: L .T. Local 10: U Local 11: O Class: TFONT Local 12: U Local 13: U Local 14: U Local 15: U Local 16: U Local 17: O Class: TSAY Local 18: N 0 Local 19: O Class: TSAY Local 20: N 0 Local 21: A Len: 10 Local 22: U Local 23: U
//REDEFINE DYNAMIC SAY VAR cSay ID 101 FONT oFont OF oSov; //VERTICAL SCROLL SPEED 30 WRAP; // CENTER SHADED; //COLOR RGB(176,196,222 ), RGB(70,130,180 )
//COUNT TO CANCELAA FOR autos->nivel=10 //NREGISTRO := NREGISTRO - CANCELAA //------------------------------------------------------------------------ DEFINE FONT oFont NAME "Ms Serif" SIZE 4,14 REDEFINE LISTBOX oSoCc FIELDS aHBitmaps[ Max( 1, AUTOS->NIVEL ) ] ,; STR(AUTOS->NUMERO) ,; AUTOS->FICHA ,; AUTOS->R_POLIZA ,; AUTOS->POLIZA ,; str(AUTOS->pagado) ; HEADERS "","Nr", "Ficha", "Poliza", "Inciso","Pagado"; COLOR RGB(46,139,87), RGB(106,90,205); FIELDSIZES 20, 30 , 64 , 130 , 130 , 130 ; ON CLICK (oSoC:Refresh(),cComi:=( autos->prima_neta*10/100),cCom:Refresh(),; cPne:=autos->prima_neta,cPnet:Refresh(),IIF(autos->nivel=10,stat:="CANCELADA",stat:="VIGENTE"),cStat:Refresh()); ON DBLCLICK ( MsgInfo ("No Disponible")); FONT oFont ID 1002 OF oSov //oSoCc:cTooltip := "(C)Copyright 2007" nClr1:=Rgb(250,0,0) //EL SELECCIONADO nClr2:=RGB(176,196,222 )
//------------------------------------------------------------------------- //stat:=space(10) NREGISTRO:=lastrec() COUNT TO nregis FOR autos->nivel=7 //NREGISTRO := NREGISTRO - CANCELAA REDEFINE SAY nREG prompt nregis ID 13 OF oSov COLOR RGB(0,0,0), RGB(248,248,255) COUNT TO CANCELAA FOR autos->nivel=10 REDEFINE SAY cCan prompt CANCELAA ID 15 OF oSov COLOR RGB(0,0,0), RGB(248,248,255) COUNT TO pendi FOR autos->nivel=1 REDEFINE SAY cPend prompt pendi ID 16 OF oSov COLOR RGB(0,0,0), RGB(248,248,255) REDEFINE SAY cPnet prompt cPne ID 17 OF oSov Picture"$99,999.99" COLOR RGB(0,0,0), RGB(248,248,255) REDEFINE SAY cCom prompt cComi ID 18 OF oSov Picture"$99,999.99" COLOR RGB(0,0,0), RGB(248,248,255) DEFINE FONT oFont NAME "Ms Serif" SIZE 6,11 REDEFINE SAY cStat prompt stat ID 19 FONT oFont OF oSov COLOR RGB(255, 165, 0 ), RGB(0, 0, 205 )