L&L on chinese OS()

hi,

did L&L13 (with lates patches) run on W2000 SP3 “chinese” OS() ?

i did copy my Xbase++ Application & LL Runtime to 2 PC
both with W2000 Sp3.
L&L do work on “german” OS but not with “chinese” OS() ?

greetings by OHR
Jimmy

AFAIK, why not? Don’t expect the designer to be in Chinese unless you
bought the Chinese language kit though.

What does ‘does not work’ mean?

Paulchen

“AUGE_OHR” AUGE_OHR@WEB.DE wrote in message
news:86181152008203628@combit.net…

hi,

did L&L13 (with lates patches) run on W2000 SP3 “chinese” OS() ?

i did copy my Xbase++ Application & LL Runtime to 2 PC
both with W2000 Sp3.
L&L do work on “german” OS but not with “chinese” OS() ?

greetings by OHR
Jimmy

hi,

AFAIK, why not? Don’t expect the designer to be in Chinese unless you
bought the Chinese language kit though.

What does ‘does not work’ mean?

it just do NOT start the Designer !?

greetings by OHR
Jimmy

Any log file information?

Paulchen

“AUGE_OHR” AUGE_OHR@WEB.DE wrote in message
news:277111162008154148@combit.net…

hi,

AFAIK, why not? Don’t expect the designer to be in Chinese unless
you
bought the Chinese language kit though.

What does ‘does not work’ mean?

it just do NOT start the Designer !?

greetings by OHR
Jimmy

hi,

first i have to say sorry to you “paul” !
i tought you are from Combit as Moderator for L&L

sorry again that i have mess up you with my Xbase++
Problem

Any log file information?
i not shure what Log you meen, does L&L generate a Logfile ?
my Xbase++ Application work on so i got no Error.

*** snip ***
MSGBOX(“starte List & Label”)

SELECT CHINABMP
DbGotop()

LL_PrintList(.T. ,; // .T. for printing a db
contens, .F. for arrays
“CHINABMP” ,; // alias of db or pointer to
source array
SetAppWindow() ,; // parent/owner window
ZPath+“CHINABMP.lst”,; // form filename
,; // printing
condition (codeblock)
.T. ,; // print from
current record to end or (.T.) from top.
lDesigner ,; // call form designer
before printing
lPreview) // show preview instead
of printing directly

*** eof ***
LL_PrintList() is from Xbase++ Devcon 2007 Tom Liehr

i can see MsgBox() but Designer do not “Pop-up” when using
“chinese” W2K Sp3 but work on “german” W2K Sp3 ?
(ok Hardware is different P4 chinese, P3 German)

i did have installed SP4 long time ago, but if i remember right
i did had some Problem with Novell (Client v4.83) and Xbase++
Memo so i had do downgrade to Sp3 again

any other Idee ?

greetings by OHR
Jimmy

Apology accepted. No harm done.

Yes, you can have debugging info (often invaluable!). Use LlSetDebug()
to set the debug level you’d like to have, and use DEBWIN2 (included
in L&L) to show the debug output.

Paulchen

“AUGE_OHR” AUGE_OHR@WEB.DE wrote in message
news:102291162008211244@combit.net…

hi,

first i have to say sorry to you “paul” !
i tought you are from Combit as Moderator for L&L

sorry again that i have mess up you with my Xbase++
Problem

Any log file information?
i not shure what Log you meen, does L&L generate a Logfile ?
my Xbase++ Application work on so i got no Error.

*** snip ***
MSGBOX(“starte List & Label”)

SELECT CHINABMP
DbGotop()

LL_PrintList(.T. ,; // .T. for printing
a db
contens, .F. for arrays
“CHINABMP” ,; // alias of db or
pointer to
source array
SetAppWindow() ,; // parent/owner window
ZPath+“CHINABMP.lst”,; // form filename
,; //
printing
condition (codeblock)
.T. ,; // print
from
current record to end or (.T.) from top.
lDesigner ,; // call form
designer
before printing
lPreview) // show preview
instead
of printing directly

*** eof ***
LL_PrintList() is from Xbase++ Devcon 2007 Tom Liehr

i can see MsgBox() but Designer do not “Pop-up” when using
“chinese” W2K Sp3 but work on “german” W2K Sp3 ?
(ok Hardware is different P4 chinese, P3 German)

i did have installed SP4 long time ago, but if i remember right
i did had some Problem with Novell (Client v4.83) and Xbase++
Memo so i had do downgrade to Sp3 again

any other Idee ?

greetings by OHR
Jimmy

hi,

Yes, you can have debugging info (often invaluable!). Use LlSetDebug()
to set the debug level you’d like to have, and use DEBWIN2 (included
in L&L) to show the debug output.

i did it as you told me. i got a log with a lot of Error

*** snip ***
my Xbase++ Code

PROCEDURE LL13_Init()
PUBLIC hJob := 0, hDll := 0, hDlls := 0
hDll := DllLoad(“CMLL13.DLL”) // change this if you have a different L&L
vers
hDlls := DllLoad(“CMLS13.DLL”) // and this also

IF hDll == 0

  • app quits if L&L cannot be loaded
    MsgBox(“Cannot load DLLs”,“List & Label init DLL”)
    Quit
    ELSE
    LSLoadTemplates(hDlls) // storage system, DLL functions wrapper
    LLLoadTemplates(hDll) // printing system, DLL functions wrapper
    LlSetOptionString(-1,LL_OPTIONSTR_LICENSINGINFO,‘myLicenze’) // license
    string,

LlSetDebug(LL_DEBUG_CMBTLL)

hJob := LlJobOpen(-1) // open job with default system language, one job
for

  • some options
    LlSetOption(hJob, LL_OPTION_ESC_CLOSES_PREVIEW, 1)
    LlSetDlgboxMode(LL_DLGBOXMODE_ALT9)
    LlSetOption(hJob, LL_OPTION_UISTYLE, LL_OPTION_UISTYLE_OFFICEXP)
    LlSetOption(hJob, LL_OPTION_MULTIPLETABLELINES, 1)
    ENDIF
    RETURN

Welcome to DEBWIN V.2.15
CMPR13 : 00:57:07.360 000003ac ++CMPR13.DLL 13,0,0,0 (07-10-11 15:24)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMPR13.DLL]
CMLS13 : 00:57:07.360 000003ac ++CMLS13.DLL 13,3,0,0 (07-11-26 09:43)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMLS13.DLL]
CMUT13 : 00:57:07.360 000003ac ++CMUT13.DLL 13,3,0,0 (07-11-14 11:04)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMUT13.DLL]
CMCT13 : 00:57:08.411 000003ac ++CMCT13.DLL 13,2,0,0 (07-11-14 11:04)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMCT13.DLL]
CMBR13 : 00:57:08.411 000003ac ++CMBR13.DLL 13,3,0,0 (07-11-22 11:20)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMBR13.DLL]
CMDW13 : 00:57:08.421 000003ac ++CMDW13.DLL 13,0,0,0 (07-10-11 15:24)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMDW13.DLL]
CMLL13 : 00:57:08.421 000003ac ++CMLL13.DLL 13,5,0,0 (07-11-27 16:06)
[C:\YIUIMEX\BROWLIST.EXE] [C:\YIUIMEX\CMLL13.DLL]
CMLL13 : 00:57:08.482 000003ac [XPPRT1.dll] LlSetDebug(0x00000001)
CMLL13 : 00:57:08.482 000003ac [XPPRT1.dll] ->SerNo=1, LVF=00000002,
state=00000000
CMLL13 : 00:57:08.662 000003ac [XPPRT1.dll] SysInfo of
: 08-01-18 0:57:08
CMLL13 : 00:57:08.662 000003ac [XPPRT1.dll] Application
: C:\YIUIMEX\BROWLIST.EXE [0.02]
CMLL13 : 00:57:08.662 000003ac [XPPRT1.dll] List & Label
: C:\YIUIMEX\CMLL13.DLL [13,5,0,0 (07-11-27 16:06)]
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] Serial number
:
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] Memory Usage
: 0 KB used, 1164 KB allocated (=0%), 9 objects
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] LL flags
: USE_IDP,DD(),MCBS(enabled)
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] User and system name
: Administrator on CHINA1700B
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] Open jobs
: 0 (in this task)
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] ACP, OEMCP, LIBCP
: 936, 936, 936
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] Keyboard
: 00000804
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll] OS version
: Windows NT 5.0, build 2195, , Uniprocessor Free
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll]
: Emulated OS: Windows 2000 (Professional), (Application Server),
(Uniprocessor Free), (x86-32 Processor) v5.0 Build:2195
CMLL13 : 00:57:08.672 000003ac [XPPRT1.dll]
: Underlying OS: Windows 2000 (Professional), (Uniprocessor Free), (x86-32
Processor) v5.0 Build:2195
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Proc Affinity Mask
: sys=00000001, app=00000001
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Active Processor Mask
: 00000001
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] VM Environment
: GDT 0x80: unknown VM
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Physical memory
: total 720368 KB, free 600508 KB
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Virtual memory
: total 2097024 KB, free 1190524 KB
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Paging file
: total 1737896 KB, free 1631888 KB
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] MemAllocator
: -1
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] GDI Resources
: 33 objects used
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] Working Set
: min 200 KB, max 1380 KB
CMLL13 : 00:57:08.682 000003ac [XPPRT1.dll] process times
: Kernel 110 ms, User 0 ms
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] Modules
:
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 00400000
: BROWLIST.EXE 0.02 Browser fuer
chinesiche BitMaps (C:\YIUIMEX) , EXE, Stack=1000/100000,
OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 004F0000
: XPPUI1.dll 1.90.0331.8(tw) Xbase++ Runtime
DLL, Hotfix for PDR 5562 (C:\YIUIMEX) , relocated from 00400000, DLL,
OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 006F0000
: XPPRT1.dll 1.90.0331.5(tw) Xbase++ Runtime
DLL, , contains fixes fo (C:\YIUIMEX) , relocated from 00400000, DLL,
OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 02BB0000
: FOXDBE.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , relocated from 00400000, DLL,
OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 02CE0000
: CDXDBE.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , relocated from 00400000, DLL,
OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 030C0000
: NWSHLXNR.DLL
(C:\WINNT\System32\NLS\DEUTSCH) , relocated from 6a400000, DLL,
OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 030E0000
: NOVNPNTR.DLL 4.90 Novell NetWare
Provider (C:\WINNT\System32\NLS\DEUTSCH) , relocated from
6a400000, DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 03190000
: CMLL13.DLL 13,5,0,0 (07-11-27 16:06) combit List &
Label Reporting Engine (C:\YIUIMEX) , relocated from 30000000, DLL,
OSVer=1.11/4.0/GUI
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 036F0000
: cmLS13.DLL 13,3,0,0 (07-11-26 09:43) combit List &
Label Storage API and Prev (C:\YIUIMEX) , relocated from 31000000, DLL,
OSVer=1.11/4.0/GUI
CMLL13 : 00:57:08.692 000003ac [XPPRT1.dll] 03910000
: cmPR13.DLL 13,0,0,0 (07-10-11 15:24) combit
Hierarchical Profile Manager (C:\YIUIMEX) , relocated from 30c00000,
DLL, OSVer=1.11/3.10/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 039A0000
: cmBR13.DLL 13,3,0,0 (07-11-22 11:20) combit Data
Browser Control (C:\YIUIMEX) , relocated from 31c00000, DLL,
OSVer=1.11/4.0/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 03B30000
: cmUT13.DLL 13,3,0,0 (07-11-14 11:04) combit Utility
Functions (C:\YIUIMEX) , relocated from 30800000, DLL,
OSVer=1.11/3.10/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 03BB0000
: cmCT13.DLL 13,2,0,0 (07-11-14 11:04) combit Custom
Controls (C:\YIUIMEX) , relocated from 31800000, DLL,
OSVer=1.11/4.0/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 03DC0000
: cmDW13.DLL 13,0,0,0 (07-10-11 15:24) combit
Multiformat Drawing Manager (C:\YIUIMEX) , relocated from 38e00000,
DLL, OSVer=1.11/4.0/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 10000000
: som.dll
(C:\YIUIMEX) , DLL, OSVer=1.0/4.0/GUI
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42000000
: XppNat.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42540000
: XPPUI2.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=4.0/4.0/CMD
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42680000
: XPPDBGC.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42860000
: ASRDBC10.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42930000
: DBFDBE.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.702 000003ac [XPPRT1.dll] 42A00000
: NTXDBE.dll 1.90.0331 Xbase++ Runtime
DLL (C:\YIUIMEX) , DLL, OSVer=1.0/4.0/0x0
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50D00000
: CLNWIN32.DLL 6.0.0 NetWare? Client
Library (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50D20000
: CALWIN32.DLL 6.0.0 NetWare? Calls
Library (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50D50000
: NETWIN32.DLL 5.5.10 NetWare? Net
Library (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50DA0000
: CLXWIN32.DLL 6.0.0 NetWare?
Connection Library (C:\WINNT\System32) , DLL,
OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50DB0000
: NCPWIN32.dll 6.0.0 NetWare? Core
Protocol Library (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 50DF0000
: LOCWIN32.DLL 6.0.0 NetWare?
Localization Library (C:\WINNT\System32) , DLL,
OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 58200000
: NOVNPNT.DLL 4.90.1.1 Novell NetWare
Provider (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 58300000
: MAPBASE.dll 4.90 Novell NetWare
Provider (C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 58380000
: NWSHLXNT.dll
(C:\WINNT\System32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.712 000003ac [XPPRT1.dll] 6A400000
: MAPBASER.DLL v4.90 Novell NetWare
Provider (C:\WINNT\System32\NLS\DEUTSCH) , DLL,
OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 6DD30000
: INDICDLL.dll 5.00.2920.0000 Keyboard Language
Indicator Shell Hook E (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 74FA0000
: WS2HELP.DLL 5.00.2134.1 Windows Socket
2.0 Helper for Windows NT (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 74FB0000
: WS2_32.DLL 5.00.2134.1 Windows Socket
2.0 32-Bit DLL (C:\WINNT\System32) , DLL, OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 74FD0000
: WSOCK32.DLL 5.00.2152.1 Windows Socket
32-Bit DLL (C:\WINNT\System32) , DLL, OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 75010000
: MPR.dll 5.00.2146.1 Multiple Provider
Router DLL (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 750E0000
: SAMLIB.DLL 5.00.2160.1 SAM Library DLL
(C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 750F0000
: ntlanman.dll 5.00.2157.1 Microsoft(R) Lan
Manager (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 75100000
: NETAPI32.dll 5.00.2194.1 Net Win32 API DLL
(C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 75150000
: NETRAP.DLL 5.00.2134.1 Net Remote Admin
Protocol DLL (C:\WINNT\System32) , DLL, OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 75160000
: NETUI1.DLL 5.00.2134.1 NT LM UI Common
Code - Networking classe (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.722 000003ac [XPPRT1.dll] 751A0000
: NETUI0.DLL 5.00.2134.1 NT LM UI Common
Code - GUI Classes (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 75280000
: oledlg.dll 1.0 Microsoft
Windows™ OLE 2.0 User Inter (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 75950000
: LZ32.DLL 5.00.2134.1 LZ
Expand/Compress API DLL (C:\WINNT\system32) , DLL,
OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 75E00000
: IMM32.DLL 5.00.2180.1 Windows 2000
IMM32 API Client DLL (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 76AF0000
: comdlg32.dll 5.00.2920.0000 Common Dialogs
DLL (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 77530000
: WINMM.dll 5.00.2161.1 MCI API DLL
(C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 77560000
: SHELL32.dll 5.00.2920.0000 Windows Shell
Common Dll (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 777C0000
: WINSPOOL.DRV 5.00.2167.1 Windows Spooler
Driver (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 777E0000
: VERSION.dll 5.00.2134.1 Version Checking
and File Installation L (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 77930000
: WLDAP32.DLL 5.00.2168.1 Win32 LDAP API
DLL (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 77960000
: DNSAPI.DLL 5.00.2181.1 DNS Client API
DLL (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.732 000003ac [XPPRT1.dll] 77990000
: OLEAUT32.dll 2.40.4512
(C:\WINNT\system32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77A30000
: ole32.dll 5.00.2181.1 Microsoft OLE for
Windows (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77B30000
: COMCTL32.dll 5.81 Common Controls
Library (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77BC0000
: SECUR32.DLL 5.00.2154.1 Security Support
Provider Interface (C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77C50000
: SHLWAPI.DLL 5.00.2920.0000 Shell
Light-weight Utility Library (C:\WINNT\system32) , DLL,
OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77D20000
: RPCRT4.DLL 5.00.2193.1 Remote Procedure
Call Runtime (C:\WINNT\system32) , DLL, OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77D90000
: ADVAPI32.dll 5.00.2191.1 Advanced Windows
32 Base API (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77DF0000
: USER32.DLL 5.00.2180.1 Windows 2000 USER
API Client DLL (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/GUI
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77E60000
: KERNEL32.DLL 5.00.2191.1 Windows NT BASE
API Client DLL (C:\WINNT\system32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77F40000
: GDI32.DLL 5.00.2180.1 GDI Client DLL
(C:\WINNT\system32) , DLL, OSVer=5.0/4.10/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 77F80000
: ntdll.dll 5.00.2163.1 NT Layer DLL
(C:\WINNT\System32) , DLL, OSVer=5.0/4.0/CMD
CMLL13 : 00:57:08.742 000003ac [XPPRT1.dll] 78000000
: MSVCRT.DLL 6.10.8637.0 Microsoft (R) C
Runtime Library (C:\WINNT\system32) , DLL, OSVer=4.0/4.0/GUI
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] Drives available
: C:;D:;K:;Z:
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] Temporaries
:
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] GetTempPath()
: C:\Documents and Settings\Administrator\Local Settings\Temp\ (hard disk,
36413680 KB free), R/W check OK
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] env(TEMP)
: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp (hard disk, 36413680 KB free)
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] env(TMP)
: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp (hard disk, 36413680 KB free)
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] env(PATH)
:
C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\nls;C:\WINNT\system32\nls\DEUTSCH;Z:.
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll] Printers
:
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll]
: LOCAL: Kyocera Mita FS-1010 KX on LPT2:, Shared, Complete 1st, Status
00000000
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll]
: Kyocera Mita FS-1010 KX: Kyocera Mita FS-1010 KX on \KY513C77\PRINTER,
Complete 1st, Status 00000000
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll]
: BroadGun pdfMachine: BroadGun pdfMachine on PDFPORT1:, Status 00000000
CMLL13 : 00:57:08.752 000003ac [XPPRT1.dll]
: \YIU001\NEC_P60: NEC Pinwriter P60 on \YIU001\NEC_P60, Status 00000000
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll] Default printer
: LOCAL on LPT2: via winspool
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll] Installed Locales
: 34(ESP), 45(DNK), 49(DEU), 1(USA), 34(ESP), 358(FIN), 33(FRA), 354(ISL)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 39(ITA), 31(NLD), 47(NOR), 55(BRA), 46(SWE), 62(IDN), 34(ESP), 27(ZAF)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 298(FRO), 60(MYS), 254(KEN), 86(CHN), 41(CHE), 44(GBR), 52(MEX), 32(BEL)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 41(CHE), 32(BEL), 47(NOR), 351(PRT), 358(FIN), 673(BRN), 43(AUT), 61(AUS)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 34(ESP), 2(CAN), 65(SGP), 352(LUX), 2(CAN), 502(GTM), 41(CHE), 41(LIE)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 64(NZL), 506(CRI), 352(LUX), 353(IRL), 507(PAN), 33(MCO), 27(ZAF), 1(DOM)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 1(JAM), 58(VEN), 1(CAR), 57(COL), 501(BLZ), 51(PER), 1(TTO), 54(ARG),
263(ZWE)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 593(ECU), 63(PHL), 56(CHL), 598(URY), 595(PRY), 591(BOL), 503(SLV),
504(HND)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll]
: 505(NIC), 1(PRI)
CMLL13 : 00:57:08.762 000003ac [XPPRT1.dll] Usage Overview
: none found
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll] Installed NLS
: 10000(c_10000.nls), 10008(c_10008.nls), 10079(c_10079.nls),
1250(c_1250.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 1251(c_1251.nls), 1252(c_1252.nls), 1253(c_1253.nls), 1254(c_1254.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 1255(c_1255.nls), 1256(c_1256.nls), 1257(c_1257.nls), 1258(c_1258.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 1361(c_1361.nls), 20000(c_20000.nls), 20127(c_20127.nls),
20261(c_20261.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 20866(c_20866.nls), 20932(c_20932.nls), 20936(c_20936.nls),
20949(c_20949.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 28591(C_28591.NLS), 28592(c_28592.nls), 28595(c_28595.nls),
28597(c_28597.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 28605(c_28605.nls), 37(c_037.nls), 437(c_437.nls), 500(c_500.nls),
50220(c_is2022.dll)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 50221(c_is2022.dll), 50222(c_is2022.dll), 50225(c_is2022.dll),
50227(c_is2022.dll)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 50229(c_is2022.dll), 52936(c_is2022.dll), 850(c_850.nls), 860(c_860.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 861(c_861.nls), 863(c_863.nls), 865(c_865.nls), 874(c_874.nls),
932(c_932.nls)
CMLL13 : 00:57:08.772 000003ac [XPPRT1.dll]
: 936(c_936.nls), 949(c_949.nls), 950(c_950.nls), ACP(936), OEMCP(936),
MACCP(10008)
CMLL13 : 00:57:08.782 000003ac [XPPRT1.dll]
: OEMHAL(vgaoem.fon)
CMLL13 : 00:57:08.782 000003ac [XPPRT1.dll] LlJobOpen(255)
CMLL13 : 00:57:08.822 000003ac [XPPRT1.dll] SerNo(opt)=mySerial
CMLL13 : 00:57:08.822 000003ac [XPPRT1.dll] ->SerNo=mySerial,
LVF=00000000, state=00000002
CMLL13 : 00:57:08.822 000003ac [XPPRT1.dll] ->SerNo=1, LVF=00000002,
state=00000000
CMLL13 : 00:57:08.852 000003ac [XPPRT1.dll] =-101 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:08.852 000003ac [XPPRT1.dll]
LlSetOption(-101,102,0x00000001)
CMLL13 : 00:57:08.852 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:08.852 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:08.852 000003ac [XPPRT1.dll] LlSetDlgboxMode(0x0000000a)
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll]
LlSetOption(-101,99,0x00000001)
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll]
LlSetOption(-101,20,0x00000001)
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:08.862 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))

my Application is now loadet

CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll]
LlPreviewSetTempPath(-101,'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp')
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] LlDefineFieldStart(-101)
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll]
LlDefineFieldExt(-101,‘BILDNR’,'1002 ',0x10000000,0x00000000)
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll]
LlDefineFieldExt(-101,‘BILDNAME’,'Riesengarn.13/15 BT m.Sch.IQF
',0x10000000,0x00000000)
CMLL13 : 00:57:45.875 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.885 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.885 000003ac [XPPRT1.dll]
LlDefineFieldExt(-101,‘BILDTEXT’,'13/15 µ¥¶Ý
',0x10000000,0x00000000)
CMLL13 : 00:57:45.885 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.885 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.885 000003ac [XPPRT1.dll]
LlDefineFieldExtHandle(-101,‘BITMAP’,0x2a0503d5,0x20000004,0x00000000)
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll]
LlDefineVariableExt(-101,‘company_name’,‘Yiu-Software’,0x10000000,0x00000000)
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll]
LlDefineVariableExt(-101,‘JOB_Date’,‘18.01.08’,0x10000000,0x00000000)
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll]
LlDefineVariableExt(-101,‘JOB_Path’,'K:\YIUIMEX',0x10000000,0x00000000)
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.895 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll]
LlDefineFieldExt(-101,‘number’,‘0’,0x08000000,0x00000000)
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll]
LlDefineLayout(-101,0x0001000c,‘Designer’,0x00000002,‘K:\YIUIMEX\CHINABMP.lst’)
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\XPPRT1.dll]
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\XPPRT1.dll]
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\BROWLIST.EXE]
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] WRN: the parent window’s
thread is not the current thread!
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.905 000003ac [XPPRT1.dll]
LlPrintWithBoxStart(-101,2,‘K:\YIUIMEX\CHINABMP.lst’,0x00000200,0,0x0001000c,‘Preview’)
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\XPPRT1.dll]
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\XPPRT1.dll]
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] [called by
C:\YIUIMEX\BROWLIST.EXE]
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] LlPrint(-101)
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] LlPrintFieldsEnd(-101)
CMLL13 : 00:57:45.915 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] LlPrintEnd(-101,0)
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll]
LlPreviewDeleteFiles(-101,‘K:\YIUIMEX\CHINABMP.lst’,'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp')
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] *** [Error in parameter #1:
invalid job handle]
CMLL13 : 00:57:45.925 000003ac [XPPRT1.dll] =-1 ((errortext unavailable,
there is no active List & Label job))

that was it … no Designer etc.

CMLL13 : 00:59:07.232 000003ac [XPPRT1.dll] LlSetDebug(0x00000000)
CMLL13 : 00:59:07.242 000003ac --CMLL13.DLL 13,5,0,0 (07-11-27 16:06)
[C:\YIUIMEX\BROWLIST.EXE]
CMDW13 : 00:59:07.242 000003ac --CMDW13.DLL 13,0,0,0 (07-10-11 15:24)
[C:\YIUIMEX\BROWLIST.EXE]
CMBR13 : 00:59:07.242 000003ac --CMBR13.DLL 13,3,0,0 (07-11-22 11:20)
[C:\YIUIMEX\BROWLIST.EXE]
CMCT13 : 00:59:07.242 000003ac --CMCT13.DLL 13,2,0,0 (07-11-14 11:04)
[C:\YIUIMEX\BROWLIST.EXE]
CMUT13 : 00:59:07.242 000003ac --CMUT13.DLL 13,3,0,0 (07-11-14 11:04)
[C:\YIUIMEX\BROWLIST.EXE]
CMLS13 : 00:59:07.242 000003ac --CMLS13.DLL 13,3,0,0 (07-11-26 09:43)
[C:\YIUIMEX\BROWLIST.EXE]
CMPR13 : 00:59:07.242 000003ac --CMPR13.DLL 13,0,0,0 (07-10-11 15:24)
[C:\YIUIMEX\BROWLIST.EXE]
Application End

*** eof ***
same Code run on “german” W2K Sp3 and XP OS()

greetings by OHR
Jimmy

Good ol’ log :wink:

Well you open the LL job with “CMBTLANG_DEFAULT” (255), which means
you tell LL to load Chinese designer language in a Chinese
environment. As you apparently do not have the Chinese language kit
for List&Label, LlJobOpen returns failure. The “lots of errors” are
results of that fact - only a few calls can succeed without a valid
job handle.

Solutions:
a) buy the corresponding language kit
b) is you cannot open the job, try other CMBTLANG_ constants until
LlJobOpen returns success
c) use the CMBTLANG_ constant you know you have a language kit for

Opening a job with CMBTLANG_DEFAULT is kind of dangerous, as you
obviously see. Remeber you’d also get the same problems in a US
Windows, as you only have the German kit (I assume), etc…

Paulchen

“AUGE_OHR” AUGE_OHR@WEB.DE wrote in message
news:33769118200822627@combit.net…

hi,

Yes, you can have debugging info (often invaluable!). Use
LlSetDebug()
to set the debug level you’d like to have, and use DEBWIN2
(included
in L&L) to show the debug output.

i did it as you told me. i got a log with a lot of Error

hi,

Well you open the LL job with “CMBTLANG_DEFAULT” (255), which means
you tell LL to load Chinese designer language in a Chinese
environment. As you apparently do not have the Chinese language kit
for List&Label, LlJobOpen returns failure. The “lots of errors” are
results of that fact - only a few calls can succeed without a valid
job handle.

ok this i understand for Designer/Preview, but what about printing ?

i have to look into my Xbase++ Code again, but i think if i set
Designer / Preview to .F. it still does not print …

Solutions:
a) buy the corresponding language kit
b) is you cannot open the job, try other CMBTLANG_ constants until
LlJobOpen returns success
c) use the CMBTLANG_ constant you know you have a language kit for

ok, try & error :slight_smile:

Opening a job with CMBTLANG_DEFAULT is kind of dangerous, as you
obviously see. Remeber you’d also get the same problems in a US
Windows, as you only have the German kit (I assume), etc…

i only have that Source from L&L Alaska Sample (only 3 …) and the
Source from Xbase++ Devcon 2007 Session (Tom Liehr). All Sample
use hJob := LlJobOpen(-1) so i did the same. Now i know that -1 have
the function to load default Language.

but “where” do i found my “default” Language Kit ? is it a *.DLL ?

thx for Help
greetings by OHR
Jimmy

RTFM. Plain and simple.

ok, try & error :slight_smile:

No, RTFM.

i only have that Source from L&L Alaska Sample (only 3 …) and the
Source from Xbase++ Devcon 2007 Session (Tom Liehr). All Sample
use hJob := LlJobOpen(-1) so i did the same. Now i know that -1 have
the function to load default Language.

Still RTFM :wink:

but “where” do i found my “default” Language Kit ? is it a *.DLL ?

Again RTFM ;-)))

Yes, it’s a DLL (although named LNG). The name (CMLL13.LNG) is a
combination of the module name (CMLL13) and the language (CMBTLANG_xxx
constant in hexadecimal notation).

Printing also needs that LNG file (even if you don’t ever see a string
from it if you have no dialog, no errors, …)

Paulchen

hi,

Yes, it’s a DLL (although named LNG). The name (CMLL13.LNG) is a
combination of the module name (CMLL13) and the language (CMBTLANG_xxx
constant in hexadecimal notation).

i did copy from my c:\Programme\combit\LL13\Redistributierbare Dateien
all to the chinese Workstation and use CMBTLANG_GERMAN

Printing also needs that LNG file (even if you don’t ever see a string
from it if you have no dialog, no errors, …)

but i get a other “Warning” :
*** snip ***
Your Licence does not include processing of Multibyte or Unicode Characters.
Processing multibyte Characters might cause unpredictable behaviour.
*** eof ***

If i click “ok” Designer will pop-up but “modal-state” seems to work
different and “block” the OS() while CPU is about 20% ??? Same
happend to Preview. In both case i have to wait util they are “ready”
before i can “open Notepad” or something else.
Is the the behaviour the “Warning” is talking about ?

Now you can say : Buy a chinese Language Pack … but there is no
chinese Language pack which i can buy yet.

*** snip ***
Zu Ihrer Information: leider ist bislang kein chinesisches Sprachkit fuer
die Version 13 geplant.
*** eof ***

so what can i do now to use List & Label on a chines OS() ?

greetings by OHR
Jimmy

There are two differnt problems.

a) You use the Chinese Windows. No problem there AFAIK unless you want
to issue Chinese/Japanes/… texts. You seem to have the Standard LL
version, do you? That one does not support Unicode and/or Multibyte
codepages (see
[url=http://www.combit.net/files/CMS/LL/Reporting_LL13_Preisliste.pdf).

Usually][/url] you just need to take the LNG you have (German or English,
maybe) and tell LL to use that language in the user
interface(CMBTLANG_xxx in LlJobOpen()).

b) You also need to set the codepage if the codepage you need differs
from the destination system (LL_OPTION_CODEPAGE). Default is the
system’s codepage, which is disallowed in your license. This setting
affects all printing and string handling.

If i click “ok” Designer will pop-up but “modal-state” seems to work
different and “block” the OS() while CPU is about 20% ??? Same
happend to Preview. In both case i have to wait util they are
“ready”
before i can “open Notepad” or something else.
Is the the behaviour the “Warning” is talking about ?

I wouldn’t know. I never seen that, but then it might be a combination
I don’t use.

What do you need from LL in that chinese system? Work with a German,
English or Chinese user interface? Print German, English or Chinese
text?

Paulchen

hi,

a) You use the Chinese Windows. No problem there AFAIK unless you want
to issue Chinese/Japanes/… texts. You seem to have the Standard LL
version, do you? That one does not support Unicode and/or Multibyte
codepages (see
[url=http://www.combit.net/files/CMS/LL/Reporting_LL13_Preisliste.pdf).

yes][/url] i have the standart Version. i do know understand what it meen
that they say “not support Unicode”. Is it for Designer/Preview GUI
Interface ?
The standart Version does Preview/Print Unicode Sign !!!

Usually you just need to take the LNG you have (German or English,
maybe) and tell LL to use that language in the user
interface(CMBTLANG_xxx in LlJobOpen()).

that is what i use now LlJobOpen(CMBTLANG_GERMAN)

b) You also need to set the codepage if the codepage you need differs
from the destination system (LL_OPTION_CODEPAGE). Default is the
system’s codepage, which is disallowed in your license. This setting
affects all printing and string handling.

hm … so if i have a “german” licence only i have to set
LL_OPTION_CODEPAGE to “german” on a chinese OS() ?
how is the Syntax, can not find a (Xbase++) Sample ?

What do you need from LL in that chinese system? Work with a German,
English or Chinese user interface? Print German, English or Chinese
text?

Chinese OS() W2K sp3, DBF with “german” (Arial, :Codepage 186)
and “chinese” (Gb2312) and Bitmaps in same Report.

thx for help
greetings by OHR
Jimmy

If you want to print mixed German and Chinese, you need LL
professional as you need the Unicode version to support multiple
codepages (better: not to need one at all).

In your code, you also need to make sure that you really use that
Unicode DLL (CULL13/CULS13 instead of CMLL13/CMLS13).

Then you have two alternatives:

a) pass your parameters as Unicode.

b) If you don’t have the texts in Unicode (I don’t know the
capabilities/features of xBase++ and your database), you need to set
the codepage before the variable definition (or, of course, for ANY
API called which passes or returns string!). In this case, use the “A”
version of the API, of course!

LlSetOption(LL_OPTION_CODEPAGE,1252)
LlDefineVariableA(“DeutscherText”, “Hällo Wörld”);
LlSetOption(LL_OPTION_CODEPAGE,950)
LlDefineVariableA(“ChinesischerText”, “”);

Then LL will translate the texts according to the codepage that is
active during a LL API call.

When you do this, you should be able to display Chinese and German
texts. Depending on the font, you still need to set the font’s script
in the designer’s font properties. If you did install Far East support
in your German XP, this is also valid for your German XP.

Paulchen