Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: exposing functions Pin
toxcct11-Apr-06 1:09
toxcct11-Apr-06 1:09 
GeneralRe: exposing functions Pin
V.11-Apr-06 1:14
professionalV.11-Apr-06 1:14 
GeneralRe: exposing functions Pin
toxcct11-Apr-06 1:24
toxcct11-Apr-06 1:24 
GeneralRe: exposing functions Pin
V.11-Apr-06 1:51
professionalV.11-Apr-06 1:51 
QuestionRe: exposing functions Pin
prasad_som11-Apr-06 2:23
prasad_som11-Apr-06 2:23 
AnswerRe: exposing functions Pin
V.11-Apr-06 3:15
professionalV.11-Apr-06 3:15 
GeneralRe: exposing functions Pin
prasad_som11-Apr-06 22:39
prasad_som11-Apr-06 22:39 
GeneralRe: exposing functions Pin
V.11-Apr-06 22:49
professionalV.11-Apr-06 22:49 
There is no error.

What I have done is loaded the tlb in a C++ project (it didn't load in a C# project).
The C++ project made some classes as a wrapper for the functions exposed by the tlb file.
I compiled the C++ as a dll and imported that dll in my C# project.

So the dll is just a wrapper for the tlb file. Nothing more.

The result is that I can create an object of the class, but none of the functions are visible in intellisense. When I type it manually, the compiler says the function doesn't exist.

My apologies if it wasn't clear.

Coulda, woulda, shoulda doesn't matter if you don't.
GeneralRe: exposing functions Pin
prasad_som11-Apr-06 23:40
prasad_som11-Apr-06 23:40 
GeneralRe: exposing functions Pin
V.11-Apr-06 23:55
professionalV.11-Apr-06 23:55 
GeneralRe: exposing functions Pin
prasad_som12-Apr-06 2:50
prasad_som12-Apr-06 2:50 
GeneralRe: exposing functions Pin
V.12-Apr-06 2:52
professionalV.12-Apr-06 2:52 
QuestionRe: exposing functions Pin
David Crow11-Apr-06 3:04
David Crow11-Apr-06 3:04 
AnswerRe: exposing functions Pin
V.11-Apr-06 3:13
professionalV.11-Apr-06 3:13 
GeneralRe: exposing functions Pin
jayart11-Apr-06 6:23
jayart11-Apr-06 6:23 
GeneralRe: exposing functions Pin
V.11-Apr-06 10:08
professionalV.11-Apr-06 10:08 
Questionstrange outlined "breakpoints" in debug mode? Pin
9ine11-Apr-06 0:46
9ine11-Apr-06 0:46 
AnswerRe: strange outlined "breakpoints" in debug mode? Pin
Waldermort11-Apr-06 0:51
Waldermort11-Apr-06 0:51 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
9ine11-Apr-06 1:10
9ine11-Apr-06 1:10 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
9ine11-Apr-06 1:26
9ine11-Apr-06 1:26 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
RChin11-Apr-06 2:20
RChin11-Apr-06 2:20 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
9ine11-Apr-06 4:46
9ine11-Apr-06 4:46 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
jayart11-Apr-06 6:27
jayart11-Apr-06 6:27 
GeneralRe: strange outlined "breakpoints" in debug mode? Pin
9ine12-Apr-06 0:39
9ine12-Apr-06 0:39 
QuestionHow to use tinyxml writting xml file ? Pin
chybin11-Apr-06 0:32
chybin11-Apr-06 0:32 

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.