Always ANSI_CHARSET
Date: Tue, 30 Dec 2003 03:44:32 +0200
Hi,
I've noticed on the source of forms that delphi keeps adding
MYCOUNTRY_CHARSET instead of ANSI_CHARSET. Since my software is going to be
worldwide released can I declare somewhere that i want ONLY ANSI_CHARSET?
Now I have to manually fix the problem for every form. And I have to have in
my mind on every new component I'm adding..
PS: Maybe the wrong newsgroup, sorry.
Thanks
Relevant Pages
- Re: How do I stop a TSP written in Delphi crashing on Add Provider?
... > You cast mod to a pointer to TCHAR but you declare it a char. ... >> Dim buffer As String ... >> I can successfully use the code above to access a functions in the Delphi ... (microsoft.public.win32.programmer.tapi) - Re: How do I stop a TSP written in Delphi crashing on Add Provider?
... Private Declare Function TSPI_providerUIIdentify Lib "PSTSP.DLL" (ByRef ... I can successfully use the code above to access a functions in the Delphi ... I cannot read it or write to it without experiencing a C Program crash (var ... int, but writing affects only the local copy ... (microsoft.public.win32.programmer.tapi) - Re: Migrating ASP/MSSQL app from IIS 4 to IIS 6
... > declare @P1 int ... >> Use SQL Profiler to verify that the commad text you expect to be ... >> a quicker response by posting to the newsgroup. ... (microsoft.public.inetserver.asp.db) - Re: Converting C to Delphi
... macro and a million constants. ... Can this be imported into delphi or do I ... > Perform those calculations yourself and declare the constants with the ... One is temp, ... (alt.comp.lang.borland-delphi) - Re: Search is busted, cant index PDFs, fullcrawlstart too?
... Wrong newsgroup. ... Blog: www.lozzi.net ... "DECLARE ... When I upload PDFs, i get the above error still. ... (microsoft.public.dotnet.framework.aspnet) |
|