How do i go about registering a .lib

Mu online season 21 - grand opening

Wittin

Ex-Δdministrator
VIP
May 7, 2003
1,341
1
244
295
I am attempting to load a source code, but in order to do this properly i need to register a certain .lib file...

How exactly do i go about doing this?
 

Wittin

Ex-Δdministrator
VIP
May 7, 2003
1,341
1
244
295
Appears i had misread the installation.txt files, and i needed to register a few .ocx's.

For those who don't know how to do this here is a guide (Windows XP):
Run: CMD.exe
type: CD %systemroot%\system32 (or the directory of the file you wish to register)
type: regsvr32 <Filename>

A pop-up message will confirm the registration.