CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the bug here?
> Thanks for the response. My documentation (I'm using BCB1) says that I
> have to include BCBMM.LIB and distribute BCBMM.DLL with the application if
> I'm going to pass classes with Strings to a DLL. When I did that, the
> program crashed while it was starting up. What I did was to change the
> calls so that instead of passing TStringField, I'm passing char *. I do
> the conversion in the main program. Now it works.
You probably didn't include Sharemem. I don't have the BCB1
documentation handy at the moment, but it states that in addition to
the BCBMM.LIB, you need to include sharemem. For some reason, the
text in the DLL source forgets to mention the #include of sharemem.
Michael Trier
Developer's Corner Journal
http://www.dcjournal.com
-----------------------------
Have you checked out our new site? Sure, nothing has
changed, but we do have a new cool url.
W Komornicki's Home Page |
Main Index |
Thread Index