How do I find out which ch, dll files are missing?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How do I find out which ch, dll files are missing?

#1 Post by Eugene Lutsenko »

How do I find out which ch, dll files are missing?

Code: Select all

_LauncherCrypton2.obj: error ALK2102: unresolved external symbol DC_ICONDEFAULT
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol FILECHECK
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol STRFILE
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol FILESTR
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol DISKNAME
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol INTERNETGETCONNECTEDSTATE
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol FTPCLIENT
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol DC_IMPL
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol DC_WAITON
_LauncherCrypton2.obj: error ALK2102: unresolved external symbol DC_MSGBOX
ALINK: fatal error ALK4102: 10 external symbols unresolved
How to fix this error? I switched to Aleska 2.0 a long time ago
Attachments
Безымянный.jpg
Безымянный.jpg (26.06 KiB) Viewed 2100 times

reganc
Posts: 257
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: How do I find out which ch, dll files are missing?

#2 Post by reganc »

Open the Alaska and eXpress++ help files and do a search for them...

For example:

DC_WAITON is in the eXpress++ DCLIPX.DLL (as mentioned at bottom of function page)
DISKNAME is in Alaska's XbTools III
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How do I find out which ch, dll files are missing?

#3 Post by Tom »

Your app is missing DCLIPX.LIB and, as Regan mentioned, files from the former "Xbase Tools" - XBTBASE1.LIB and XBTBASE2.LIB (the matching DLLs are needed at runtime). Looks like your path/lib-settings (environment) are wrong.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: How do I find out which ch, dll files are missing?

#4 Post by Eugene Lutsenko »

Thank you very much. I pointed out the paths to these libraries and everything worked

Post Reply