Search found 46 matches: guid

Return to advanced search

Re: Create help system with F1

chatGPT proposal: Topic ID: A unique identifier for each help topic. This field can be an auto-incrementing numeric value or a GUID (Globally Unique Identifier) that serves as a primary key for the table. Topic Title: The title or heading of the help topic. This field should store a concise ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 869

Re: Manifest

... --- i recommend to use "DPIAWARE" so it will NOT depend on Windows "Scale" also "compatibility" (GUID for supportedOS) and "trustInfo" should be IHMO in Manifest
by Jimmy
Thu Oct 27, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1790

Re: Error de Ejecuccion Con BCC74 de 64 bits

... xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Popup" Guid="{47bfa2b7-bd54-4fac-b70b-29021084ca8f}" /> <EventID>26</EventID> <Version>0</Version> <Level>4</Level> ...
by ruben Dario
Wed Nov 10, 2021 9:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Ejecuccion Con BCC74 de 64 bits
Replies: 8
Views: 968

Re: Resedit closes problems after Windows 10 update

... 0 Id. de informe: 62754635-d8a1-4028-8d91-073e6c146f32 Estado del informe: 268435456 Depósito con algoritmo hash: 0758bc351100ecb0a46f1e72d1780692 GUID de archivo .cab: 0 XML de evento: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider ...
by Antonio Linares
Mon Jul 19, 2021 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

Problem x:\fwh\samples\dshow.prg

hi, i like to run Demo Sample for DSHOW but i got a lot of Error when compile in CMD Box of x:\fwh\samples i type  Build.Bat Dshow and this i got as Result Lines 5167, Functions/Procedures 2 Generating C source output to 'dshow.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embar...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1412

mod harbour session js session object

... the session object from javascript. Can you show me how I could substitude generateUUID() - javascript function for example date() and time() as GUID with harbour and then pass harbour variable to javascript. Thank you in advance Otto https://mybergland.com/fwforum/sessionobject.png ...
by Otto
Sun Jul 28, 2019 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177

ASCII85 Encoded GUID

Hi guys,

I want to use GUID but in the shortest form possible. Then I stumble on https://blog.codinghorror.com/equipping ... cii-armor/

Does anyone have a lib/routine that can encode/decode string using ASCII85?

Thank you
by hua
Tue May 15, 2018 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCII85 Encoded GUID
Replies: 0
Views: 351

Re: Create GUID from Harbour

Rhlawek thanks.
by manuelcalerosolis
Thu Jun 22, 2017 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create GUID from Harbour
Replies: 5
Views: 1212

Re: Create GUID from Harbour

In the hbwin contrib library harbour has the function win_uuidcreatestring()
by rhlawek
Wed Jun 21, 2017 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create GUID from Harbour
Replies: 5
Views: 1212

Re: Create GUID from Harbour

Carlos,

Intento usar su función de generación de GUID de 32 bits pero me devuelve una cadena vacía.

Alguna idea?

Saludos.
by manuelcalerosolis
Wed Jun 21, 2017 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create GUID from Harbour
Replies: 5
Views: 1212

Re: Unique ID

by hua
Fri Jun 09, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unique ID
Replies: 2
Views: 564

Re: Tomando fotos con la webcam

... dshow.prg(86): error C2143: syntax error: missing ';' before ':' dshow.prg(95): error C2440: 'function': cannot convert from 'const GUID' to 'const IID *const ' dshow.prg(95): warning C4024: 'CoCreateInstance': different types for formal and actual parameter 1 dshow.prg(96): error ...
by luisduque
Sun Aug 28, 2016 4:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 15561

Can you implement ADO type 'adGUID' for ADS 12?

can you please expand adofuncs.prg to the type 'adGuid'? ADS 12 has the new type Guid as database field. Example: function FieldTypeAdoToDbf (nType) do case case AScan ({} 8,128,129,130,200,201,202,203,204,205, nType)> 0; return 'C' -> case ...
by Gross
Tue Jun 07, 2016 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you implement ADO type 'adGUID' for ADS 12?
Replies: 2
Views: 677

GUID de un servidor

Hola amigos, mis mejores deseos para este 2016 Gracias a Pavlo Vidal, con la siguiente funcion me da el GUID de una maquina: FUNCTION PE_GUID() //Extrae el Identificador Unico Global (GUID) del equipo (SerialProtect() de Pablo Vidal en el foro)local oLoc := CreateObject( ...
by RodolfoRBG
Fri Jan 08, 2016 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GUID de un servidor
Replies: 0
Views: 336

Re: DBF to SQL converter program

...   240408ServTicket      5666             240409InvNumb         50344           240555  And I thought GUIDs were NOT guaranteed to be unique. As I understand it, they just have a very low probability of collision. Well, there are different GUID lengths. ...
by reinaldocrespo
Tue Aug 25, 2015 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17991
Next

Return to advanced search