Link to home
Create AccountLog in
Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Avatar of jimmyjoe
jimmyjoe

.dll won't load
Customer keeps getting:

Run Time error 3633
Can't load DLL:MSJTER35.DLL

But the file is in the system directory.
OS= win 98
system dir=  windows/system

Tried manually registering the file but got a load library failed error.

Any ideas???

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Prabu15Prabu15

It means that some support or dependant DLLs are
missing for MSJTER35.DLL.

Are you creating ur setup using the Package and deployment wizard ? if yes, then VB will detect all dependant DLLs.
That will solve ur problem !

If u have Visual Studio 6 CD look at the tools menu and u have a 'Depends' tool which will list all dependant DLLs.
you could then copy them into ur customer's machine.


ASKER CERTIFIED SOLUTION
Avatar of Richie_SimonettiRichie_Simonetti🇦🇷

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.