Search found 914 matches: unicode

Return to advanced search

Mauro,

Prueba a cambiar "AS STRING" por "AS LPSTR".

Llegas a ver el MsgInfo() ?

Puedes poner la declaración de mysql_connect() en C ? Para comprobar si espera las cadenas en unicode ó no.
by Antonio Linares
Sun Aug 27, 2006 11:11 am
 
Forum: FiveWin para Pocket PC
Topic: Uso de ODBC e MySql no Pocket
Replies: 9
Views: 4320

http://www.codejock.com/downloads/

then:

ActiveX / COMThis evaluation can be used with Visual Studio 5.0, 6.0, .NET 2002, .NET 2003, and .NET 2005. Unicode versions of the OCX files are currently not provided with the evaluation version.

Xtreme Suite Professional Edition


Regards
Otto
by Otto
Sat Jul 08, 2006 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office 2007 menu
Replies: 39
Views: 15270

... and prefixing "\\?\" to the path. The "\\?\" tells the function to turn off path parsing. This lets you use paths that are nearly 32,000 Unicode characters long. You must use fully-qualified paths with this technique. This also works with UNC names. The "\\?\" is ignored as part of the ...
by modicr
Tue May 16, 2006 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in cGetFile()
Replies: 7
Views: 2043

... update. You may have to raise the GUI update period, and generally run the client with the UI closed, though. http://www.p2pnet.net/story/8158 * Unicode support: The same executable can be used both in Unicode mode (windows 2000 or later) or in ANSI compability mode (windows ME or earlier). This ...
by modicr
Sun Apr 30, 2006 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New EMF printer class and Windows 95
Replies: 13
Views: 5148

Re: XML e d'intorni

Piscicelli Zingoni wrote:1 riga: UTF-8: che roba e'.


Dovrebbe essere un tipo di codifica dei caratteri (forse Unicode 8 bit).

EMG
by Enrico Maria Giordano
Sun Mar 05, 2006 5:56 pm
 
Forum: All products support
Topic: XML e d'intorni
Replies: 1
Views: 1020

... module handle that refers to a module different than the one intended. Windows 95/98/Me: GetModuleHandleW is supported by the Microsoft Layer for Unicode. To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems. Example ...
by Enrico Maria Giordano
Fri Feb 03, 2006 2:35 pm
 
Forum: FiveWin for CA-Clipper
Topic: Detect other application running
Replies: 5
Views: 1889

Re: 2 questions

... that is launched as a result of calling ShellExecute, use ShellExecuteEx. Windows 95/98/Me: ShellExecute is supported by the Microsoft Layer for Unicode. To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems. See Also ...
by Enrico Maria Giordano
Tue Jan 31, 2006 7:58 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5484

Antonio, Jes, I same think about that. 1. Transform to ANSI. 2. From ANSI to Unicode UTF-8 Functions: ANSItoUnicode('UTF-8') There are Functions AnsiToWide(cAnsi) -> cUnicode WideToAnsi(cUnicode) -> cAnsi I have UnicodeCharacterDatabase from http://www.unicode.org. ...
by Vlado
Tue Dec 27, 2005 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From DBF database Report in XML document , Unicode: UTF 8
Replies: 3
Views: 1338

From DBF database Report in XML document , Unicode: UTF 8

Anybody could give an example to solve the following problem:

From DBF database Report in XML document , Unicode:UTF 8.
Data in DBF are in ANSI and OEM.

Thanks

Vlado
by Vlado
Mon Dec 26, 2005 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From DBF database Report in XML document , Unicode: UTF 8
Replies: 3
Views: 1338

Yes, it is the equivalent to write L"hello". The C compiler generates a hello in unicode.
by Antonio Linares
Fri Dec 02, 2005 12:54 pm
 
Forum: FiveWin for Pocket PC
Topic: FindWindow
Replies: 11
Views: 3310

Roberto,

Its fixed! :) Thanks to Master Hernan Diego!

Just changes these lines,

winapi\mgetcrea.c:

#ifndef UNICODE
_retnl( ( LONG ) CreateWindowEx( WS_EX_CLIENTEDGE,
_parc( 1 ), ...

classes\tget.prg:

remove WS_BORDER style.
by Antonio Linares
Mon Nov 07, 2005 5:20 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Antonio, Sorry, but RegSetValue still only writes half the string plus some spurious data. I believe the length of the string after conversion to unicode and including the terminating null is required (I've been reading MS help) :? . My simple tests just write a string then read it back for display ...
by Jon Munro
Wed Oct 26, 2005 7:11 am
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169

Jon, 'RegQueryValue' is possibly missing the unicode to ascii conversion of the result and just returns the first character... Yes, you are right. We have just fixed it and a new build is ready for download. The emulator doesn't seem to support ...
by Antonio Linares
Sun Oct 23, 2005 3:29 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169

Antonio Thanks for the update! 'RegQueryValue' is possibly missing the unicode to ascii conversion of the result and just returns the first character...tried patching it myself but clipapi.h prevents me. On the emulator I just used the 'owner' key to test this. ...
by Jon Munro
Sun Oct 23, 2005 1:26 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169
Previous

Return to advanced search