Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: extern "C" in VisualStudio Pin
darkbyte27-Aug-04 13:38
darkbyte27-Aug-04 13:38 
GeneralRe: extern "C" in VisualStudio Pin
Marcello27-Aug-04 14:32
Marcello27-Aug-04 14:32 
GeneralRe: extern "C" in VisualStudio Pin
darkbyte27-Aug-04 15:49
darkbyte27-Aug-04 15:49 
GeneralRe: extern "C" in VisualStudio Pin
Marcello28-Aug-04 18:59
Marcello28-Aug-04 18:59 
GeneralRe: extern "C" in VisualStudio Pin
darkbyte27-Aug-04 16:03
darkbyte27-Aug-04 16:03 
GeneralRe: extern "C" in VisualStudio Pin
Marcello28-Aug-04 12:32
Marcello28-Aug-04 12:32 
GeneralRe: extern "C" in VisualStudio Pin
Marcello28-Aug-04 19:00
Marcello28-Aug-04 19:00 
GeneralRe: extern "C" in VisualStudio Pin
Marcello28-Aug-04 19:07
Marcello28-Aug-04 19:07 
Problem solved !

I had the feeling that vc70 was not reading this darn definition file, because by changing it it was not asking to rebuild.

So I looked around and I found the option:

Property Pages > Linker > Input > Module Definition File >

and there I put AutoExp.def

where the content is:
<br />
	LIBRARY   AutoExpEx<br />
	DESCRIPTION "Implements Custom Evaluator for Microsoft Debugger"<br />
	EXPORTS<br />
	VCF_VariantEvaluate			@1<br />


It works !
The linker screams both with the DLLEXPORT declaration and/or I do not use the '@'

Note that the help in VisualStudio says that we should not specify the file in the environment, only to include it into the project !
But it works.

Thanks a lot !
I really appreciated !
Generalsocket error WSAEFAULT Pin
ns27-Aug-04 4:54
ns27-Aug-04 4:54 
QuestionSDI-App in regular DLL with its own message queue? Pin
Dawn_x27-Aug-04 4:27
Dawn_x27-Aug-04 4:27 
Generalfind a string in a large sequence. Pin
Maximilien27-Aug-04 4:12
Maximilien27-Aug-04 4:12 
GeneralRe: find a string in a large sequence. Pin
David Crow27-Aug-04 5:40
David Crow27-Aug-04 5:40 
GeneralRe: find a string in a large sequence. Pin
Maximilien27-Aug-04 6:07
Maximilien27-Aug-04 6:07 
GeneralRe: find a string in a large sequence. Pin
Blake Miller27-Aug-04 7:13
Blake Miller27-Aug-04 7:13 
GeneralMultiple Inheritance question Pin
InheritThis!27-Aug-04 3:27
sussInheritThis!27-Aug-04 3:27 
GeneralRe: Multiple Inheritance question Pin
thowra27-Aug-04 3:41
thowra27-Aug-04 3:41 
GeneralRe: Multiple Inheritance question Pin
InheritThis!27-Aug-04 3:54
sussInheritThis!27-Aug-04 3:54 
GeneralRe: Multiple Inheritance question Pin
Marcello27-Aug-04 6:29
Marcello27-Aug-04 6:29 
GeneralRe: Multiple Inheritance question Pin
Member 209155829-Aug-04 20:24
Member 209155829-Aug-04 20:24 
Generaltype cast Pin
sinacetiner27-Aug-04 1:28
sinacetiner27-Aug-04 1:28 
Generalloading a program Pin
Daniel Kanev27-Aug-04 1:04
Daniel Kanev27-Aug-04 1:04 
GeneralRe: loading a program Pin
David Salter27-Aug-04 1:10
David Salter27-Aug-04 1:10 
Generalalignment in grid control Pin
nainakhawaja27-Aug-04 0:15
nainakhawaja27-Aug-04 0:15 
GeneralRe: alignment in grid control Pin
David Crow27-Aug-04 9:34
David Crow27-Aug-04 9:34 
GeneralRe: alignment in grid control Pin
nainakhawaja27-Aug-04 19:22
nainakhawaja27-Aug-04 19:22 

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.