[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with extension for MzScheme



Quoting "Leon Heller":
> I'm trying to get the simple 'Hello World' extension example to work, using 
> Visual C++ 6.0 to create a Windoze dll.

Are you using mzc, or invoking the VC compiler/linker directly? Using
mzc is usually much easier, because it invokes the VC compiler and
linker with the necessary flags and export files.

As for the actual problem, it looks like `scheme_initialize_internal'
from mzdyn.obj is not exported from your DLL.

Matthew