"Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > I think I'm making marvelous progress. Unfortunately, I'm getting
an
> > error that doesn't make sense:
> >
> > $g++ -shared -mno-cygwin -o dllhello.dll dllhello.o
> > other.dll -Wl,--out-implib,libdllhello.a -Wl
Hello again,
I think I'm making marvelous progress. Unfortunately, I'm getting an
error that doesn't make sense:
$g++ -shared -mno-cygwin -o dllhello.dll dllhello.o
other.dll -Wl,--out-implib,libdllhello.a -Wl,--enable-stdcall-fixup
Creating library file: libdllhello.a
dllhello.o(.text+0x164
I need to link against a DLL created using Borland's Delphi pascall product.
I have been provided the DLL and the pascal signatures, but I'm not sure how
to translate pascal signatures into C/C++.
I have used impdef/dlltool to generate a library file for the DLL against
which I can link, however I
That was wonderful, thank you! Now on to my next issues... ;)
Wil
"Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Hey all,
> >
> > I'm rather new to DLL programming and my C++ days are five years
> behind
> > me. So please bear with me. :)
> >
> > I'd l
Hey all,
I'm rather new to DLL programming and my C++ days are five years behind
me. So please bear with me. :)
I'd like to write a C++ program that will link as a DLL to be loaded as
a plugin in another application. I've broken the learning process down as
follows:
1) Make and compile
Howdy...
I've installed cygwin (with all current packages, actually) and now my
XP laptop will not undock. The error is that a process in still using the
COM port, so I presume that there is some process monitoring the COM port
for hard-line telnet sessions or something. Does anyone know wh
6 matches
Mail list logo