Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.msdos.programmer > #646
| From | Ross Ridge <rridge@csclub.uwaterloo.ca> |
|---|---|
| Newsgroups | comp.os.msdos.programmer |
| Subject | Re: Borlands Tasm5 and data in a DLL |
| Date | 2012-06-14 16:21 -0400 |
| Organization | University of Waterloo |
| Message-ID | <jrdh3t$4cl$1@rumours.uwaterloo.ca> (permalink) |
| References | <4fd6504d$0$6942$e4fe514c@news2.news.xs4all.nl> <4fd992c5$0$6850$e4fe514c@news2.news.xs4all.nl> <jrd1i5$1od$1@rumours.uwaterloo.ca> <4fda3fd6$0$6920$e4fe514c@news2.news.xs4all.nl> |
In article <4fda3fd6$0$6920$e4fe514c@news2.news.xs4all.nl>, >Hello Ross, > >> This might be the problem. I don't think the implib utility can >> tell the difference between data and code being exported from >> a DLL so generates only code imports. > >That is why I was looking for more info to the 'PublicDLL' spec. I had >hoped that I could either add some info or use anoither like it so ImpLib >would know the provided label was not a procedure, but data. > Try using the import library created by the linker > with the -Gi flag instead. R.Wieser <address@not.available> wrote: >Alas, I'm using Borlands tools, and they do not seem to have such a switch. That's the switch my copy of Borland's ILINK32 (from the free Borland C++ 5.5 distrubution) uses to generate an import library at link time. You might try using that version of the linker. Ross Ridge -- l/ // Ross Ridge -- The Great HTMU [oo][oo] rridge@csclub.uwaterloo.ca -()-/()/ http://www.csclub.uwaterloo.ca/~rridge/ db //
Back to comp.os.msdos.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-11 22:10 +0200
Re: Borlands Tasm5 and data in a DLL JJ <jaejunks_at@_googlemail_dot._com> - 2012-06-12 16:54 +0000
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-12 19:54 +0200
Re: Borlands Tasm5 and data in a DLL JJ <jaejunks_at@_googlemail_dot._com> - 2012-06-13 00:14 +0000
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-13 10:54 +0200
Re: Borlands Tasm5 and data in a DLL JJ <jaejunks_at@_googlemail_dot._com> - 2012-06-12 16:57 +0000
Re: Borlands Tasm5 and data in a DLL Ross Ridge <rridge@csclub.uwaterloo.ca> - 2012-06-12 18:54 -0400
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-13 10:37 +0200
Re: Borlands Tasm5 and data in a DLL Ross Ridge <rridge@csclub.uwaterloo.ca> - 2012-06-13 13:03 -0400
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-14 09:30 +0200
Re: Borlands Tasm5 and data in a DLL Ross Ridge <rridge@csclub.uwaterloo.ca> - 2012-06-14 11:55 -0400
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-14 21:49 +0200
Re: Borlands Tasm5 and data in a DLL Ross Ridge <rridge@csclub.uwaterloo.ca> - 2012-06-14 16:21 -0400
Re: Borlands Tasm5 and data in a DLL "R.Wieser" <address@not.available> - 2012-06-15 12:18 +0200
Re: Borlands Tasm5 and data in a DLL rugxulo@gmail.com - 2012-06-19 18:27 -0700
csiph-web