Log in

View Full Version : Building lmcrypt with Borland C++


Buz Killer
December 8th, 2000, 11:11
Hi,

How can I create lmcrypt with non-microsoft
C, Borland for example ?

Buzkiller.

Nolan Blender
December 8th, 2000, 23:22
Dunno if you can - I don't think the Borland linker
liked lmgr.lib. You should be able to call
the relevant routines in the DLL file from
Borland C++ though.

Buz Killer
December 9th, 2000, 13:27
Hi Nolan,

When I try to build makekey I get this message :
"Error:Unresolved external '_lc_init' referenced from
module makekey.c"
There are 5 more messages like that.
How can I solve this problem ?

buzkiller

Nolan Blender
December 11th, 2000, 13:52
The symbols are located in lmgr.lib - if you can get it to link
against that, you should be set.

I don't know if the Borland compilers like the lib file
though - I tried with C++ builder 4 and it choked.

I didn't try very hard though, since I use msvc anyway.