Click here to Skip to main content
16,007,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIS THERE ANYBODY WHO HAS GOT ANY WORKAROUND? Pin
Bernhard3-Oct-01 2:19
Bernhard3-Oct-01 2:19 
GeneralRe: IS THERE ANYBODY WHO HAS GOT ANY WORKAROUND? Pin
NormDroid3-Oct-01 2:28
professionalNormDroid3-Oct-01 2:28 
GeneralRe: IS THERE ANYBODY WHO HAS GOT ANY WORKAROUND? Pin
Bernhard3-Oct-01 2:35
Bernhard3-Oct-01 2:35 
GeneralRe: IS THERE ANYBODY WHO HAS GOT ANY WORKAROUND? Pin
Christian Graus3-Oct-01 3:24
protectorChristian Graus3-Oct-01 3:24 
Generalthank you... Pin
Bernhard3-Oct-01 3:27
Bernhard3-Oct-01 3:27 
GeneralCreate VC DLL for Delphi ! Please Help !!! Pin
2-Oct-01 20:59
suss2-Oct-01 20:59 
GeneralRe: Create VC DLL for Delphi ! Please Help !!! Pin
Michael P Butler2-Oct-01 23:53
Michael P Butler2-Oct-01 23:53 
GeneralRe: Create VC DLL for Delphi ! Please Help !!! Pin
Daniel Lohmann3-Oct-01 0:08
Daniel Lohmann3-Oct-01 0:08 
- Be sure to export your DLL functions with "C" linkage. Easiest to achive this is to use a module definition file (.DEF).

- Do not use __declspec(dllimport/dllexport), 'cause this exports using so called "decorated names" which are compiler-vendor specific.

- This restricts exports also to plain C functions only. It is not possible to export classes or overloaded functions (because you need decorated names for it).

- Build the necessary import stuff for the other languages, e.g and UNIT for delphi that includes all symbols of your header file.


Daniel

--

Daniel Lohmann

http://www.losoft.de
GeneralRe: Create VC DLL for Delphi ! Please Help !!! Pin
Tomasz Sowinski3-Oct-01 0:26
Tomasz Sowinski3-Oct-01 0:26 
GeneralRe: Create VC DLL for Delphi ! Please Help !!! Pin
3-Oct-01 0:29
suss3-Oct-01 0:29 
GeneralRe: Create VC DLL for Delphi ! Please Help !!! Pin
Michael P Butler3-Oct-01 23:20
Michael P Butler3-Oct-01 23:20 
QuestionHow can I convert my simple dll to a COM module ? Pin
2-Oct-01 20:56
suss2-Oct-01 20:56 
AnswerRe: How can I convert my simple dll to a COM module ? Pin
Christian Graus2-Oct-01 21:08
protectorChristian Graus2-Oct-01 21:08 
AnswerRe: How can I convert my simple dll to a COM module ? Pin
David Salter3-Oct-01 10:51
David Salter3-Oct-01 10:51 
GeneralTemplates Pin
vijayaramaraju2-Oct-01 20:45
vijayaramaraju2-Oct-01 20:45 
GeneralRe: Templates Pin
Christian Graus2-Oct-01 21:02
protectorChristian Graus2-Oct-01 21:02 
QuestionSimple question : What is COM dll ? And what is its different ? Pin
2-Oct-01 20:40
suss2-Oct-01 20:40 
AnswerRe: Simple question : What is COM dll ? And what is its different ? Pin
Michael Dunn2-Oct-01 21:56
sitebuilderMichael Dunn2-Oct-01 21:56 
GeneralTHANK YOU ! Pin
2-Oct-01 22:36
suss2-Oct-01 22:36 
GeneralSerialize Pin
2-Oct-01 20:34
suss2-Oct-01 20:34 
GeneralRe: Serialize Pin
Joel Holdsworth3-Oct-01 9:19
Joel Holdsworth3-Oct-01 9:19 
GeneralGeneral ATL/COM question Pin
Christian Graus2-Oct-01 19:26
protectorChristian Graus2-Oct-01 19:26 
GeneralRe: General ATL/COM question Pin
Michael Dunn2-Oct-01 19:51
sitebuilderMichael Dunn2-Oct-01 19:51 
Generalchanging screen resolution dynamically Pin
erhemas2-Oct-01 18:51
erhemas2-Oct-01 18:51 
GeneralRe: changing screen resolution dynamically Pin
Christian Graus2-Oct-01 19:11
protectorChristian Graus2-Oct-01 19:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.