Hello. I use an application written withTeam Developer 6.1 and I have the following issue with one of my clients.
When I am trying to print through the application, I get an error that Ordinal 222 could not be located in the Dynamic Link Library C:/"Folder of Installation"
This happens for 3 .dll that are in the installation folder. GSWAG32.dll , rdwi61.dll and QRPTi61.dll
Does anyone has encountered this issue? Any help appreciated, thank you.
Ordinal <x> Could Not Be Located in the Dynamic Link Library
Re: Ordinal <x> Could Not Be Located in the Dynamic Link Library
Just to see what happens, have you tried (with a copy of your application) setting the export ordinals, for every function declared in "External Functions" for those DLL's, to zero?
Example:
Example:
Code: Select all
Library name: vti73.dll
ThreadSafe: No
Function: VisStrSubstitute
Description: Substitutes all occurrences of one string with another string.
Export Ordinal: 0
Returns
String: HSTRING
! the modified string.
Parameters
String: LPWSTR
! sSource - Source string
String: LPWSTR
! sSearch - String to search for
String: LPWSTR
! sReplace - Replacement string
About Me: CJ Veniot's Curriculum Vitae
-
- Founder/Site Admin
- Posts: 3447
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
Re: Ordinal <x> Could Not Be Located in the Dynamic Link Library
Is the correct version of "Microsoft Visual c++ 2008 redistributable" installed on that system?
Try running the setup from the deployer located in folder
Try running the setup from the deployer located in folder
vc9redist\vcredist_x86.exe
Regards,
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Who is online
Users browsing this forum: [Ccbot] and 0 guests