Search found 57 matches: getprofstring

Return to advanced search

Re: Impresoras en Terminal Server

... indicado antes, cosa que no debería ocurrir. Ocurre lo mismo con el array que devuelve la función AGetPrinters(), ya que en ambos casos se utiliza GetProfString( "Devices", 0 ) que a su vez llama a GetPrivateProfileString() de la api. De esto me dí cuenta hace tiempo y para evitarlo añadí ...
by Sebastián Almirón
Thu Feb 08, 2024 10:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresoras en Terminal Server
Replies: 6
Views: 329

Re: New FTDN April/Abril 2023 (FWH 23.04)

... [cTitle] ) * La función FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess Ahora también soporta texto UTF8. * Corrección: la función GetProfString() causaba un GPF en Windows 7 si se compilaba con Visual C 2022. https://forums.fivetechsupport.com/viewtopic.php?p=258683#p258683 Muchas ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1740

New FTDN April/Abril 2023 (FWH 23.04)

... cJsonText/File, [cTitle] ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess now supports UTF8 text also. * Fix: function GetProfString() was causing a GPF in Windows 7 if compiled using Visual C 2022. https://forums.fivetechsupport.com/viewtopic.php?p=258683#p258683 Many ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1740

Re: Windows 7 / MSVS 2022 Crash

Looking at my codes I was in doubt if the function was GETPROFSTRING or GETPVPROFSTRING.
It happened right when the program opened an .INI file.
by Giovany Vecchi
Mon Apr 10, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 2938

Re: Windows 7 / MSVS 2022 Crash

... sources\winapi\profile.c. I don't know why this happens. Compiling with MSVC 2022 the program caused GPF in the windows 7 system. In the 'GETPROFSTRING' function. With the memory stack address of the GPF number I looked in my .MAP file generated by the MSVC compiler and it corresponded ...
by Giovany Vecchi
Sun Apr 09, 2023 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 2938

Re: Build version of fivewin libraries on MSVC

... stopped. So I tested it again generating in MSVC after I generated the libs in the new version of visual studio and it also stopped. Also test GetProfString on windows 7 with MSVC. Some computers just shut down. More like I said before: It's still early to conclude this behavior. It could be ...
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 530

Re: Buffer size GetPvProfString() profile.c

Dear Enrico,

Already modified for next FWH version

Also modified in GETPROFSTRING()

many thanks
by Antonio Linares
Thu Apr 07, 2022 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buffer size GetPvProfString() profile.c
Replies: 2
Views: 335

Re: add fields to existing dbf

The simpliest way to add a new field to an existing dbf is as follows: local cgroep := space( 17 ) local oBrush, oBar, oBmp local cOldBmp := GetProfString( "Desktop", "WallPaper" ) local oPrn, fntArial1, nRow, fntArial2, cName, cLoca, cPost local nRecNo := RecNo() local cTitle:= ...
by jds
Thu Jul 23, 2020 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add fields to existing dbf
Replies: 7
Views: 1097

Terminal-server problem

... aGetPrinters(), I can't see 'Adobe PDF', but the other installed printer , and a lot of printers that are not installed anymore. It seems that GetProfString(), that is called from PRINTER, does not see the correct printers. This is the first time that I have this problem, it is also the first ...
by Marc Vanzegbroeck
Sat Oct 07, 2017 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Terminal-server problem
Replies: 4
Views: 962

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6328

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2085

Error compiling with latest Xharbour commercial

Hi to all. I've tried in several ways to correct these errors, linking different libraries but I can't find a way. Someone has a solution ? Thanks a lot. Massimo Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPA...
by Massimo Linossi
Sat Jul 11, 2015 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2085

Re: FWH 13:09 Default Printer

Oscar,

Please try this code:

MsgInfo( StrTran( GetProfString( "Devices" ), Chr( 0 ), Chr( 13 ) + Chr( 10 ) ) )

and post here your result
by Antonio Linares
Sat Nov 16, 2013 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12630

Re: FWH 13:09 Default Printer

... User = \\OASYS4\Samsung SCX-4200 Series After ::hDC = PrinterDcFromName( , cModel, ) MsgInfo( cModel ) = \\OASYS4\Samsung SCX-4200 Series MsgInfo( GetProfString("Device") ) = CutePDF Writer Only the first time after the user selects the printer is that the report is printed in \\OASYS4\Samsung ...
by ORibeiro
Fri Nov 15, 2013 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12630

Re: FWH 13:09 Default Printer

What value has cModel ?

And what do you get for GetProfString( "Devices" ) ?
by Antonio Linares
Fri Nov 15, 2013 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12630
Next

Return to advanced search