Click here to Skip to main content
15,867,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
«_Superman_»13-May-09 20:45
professional«_Superman_»13-May-09 20:45 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1613-May-09 20:54
zhiyuan1613-May-09 20:54 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1613-May-09 23:49
zhiyuan1613-May-09 23:49 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
«_Superman_»14-May-09 2:01
professional«_Superman_»14-May-09 2:01 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1614-May-09 4:35
zhiyuan1614-May-09 4:35 
AnswerRe: how to call c++ .dll with object file library in vb 6 Pin
Naveen13-May-09 19:04
Naveen13-May-09 19:04 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1613-May-09 19:54
zhiyuan1613-May-09 19:54 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
Naveen13-May-09 20:15
Naveen13-May-09 20:15 
You can call a c function exported in a c/c++ dll from a VB application. And to export a c function all you have to do is put the following keywords in front of the function to export as shown below

extern "C" __declspec( dllexport ) void AnotherCFunc();

extern "C" - is used to avoid the name mangling


GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1613-May-09 20:27
zhiyuan1613-May-09 20:27 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
Naveen13-May-09 20:46
Naveen13-May-09 20:46 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
zhiyuan1613-May-09 20:57
zhiyuan1613-May-09 20:57 
GeneralRe: how to call c++ .dll with object file library in vb 6 Pin
CPallini13-May-09 21:20
mveCPallini13-May-09 21:20 
QuestionHow to increase size of tool tip in my application. Pin
birajendu13-May-09 9:55
birajendu13-May-09 9:55 
AnswerRe: How to increase size of tool tip in my application. Pin
Randor 13-May-09 10:40
professional Randor 13-May-09 10:40 
AnswerRe: How to increase size of tool tip in my application. Pin
Chandrasekharan P13-May-09 17:26
Chandrasekharan P13-May-09 17:26 
AnswerRe: How to increase size of tool tip in my application. Pin
«_Superman_»13-May-09 19:03
professional«_Superman_»13-May-09 19:03 
QuestionCan't find a solution for showing more dialog windows. Pin
hrddd13-May-09 8:13
hrddd13-May-09 8:13 
AnswerRe: Can't find a solution for showing more dialog windows. Pin
Maximilien13-May-09 8:53
Maximilien13-May-09 8:53 
QuestionHow to calculate the time between LBUTTONDOWN and LBUTTONUP? Pin
wb_program13-May-09 8:04
wb_program13-May-09 8:04 
AnswerRe: How to calculate the time between LBUTTONDOWN and LBUTTONUP? Pin
JBAK_CP13-May-09 8:30
JBAK_CP13-May-09 8:30 
AnswerRe: How to calculate the time between LBUTTONDOWN and LBUTTONUP? Pin
Nibu babu thomas13-May-09 18:45
Nibu babu thomas13-May-09 18:45 
AnswerRe: How to calculate the time between LBUTTONDOWN and LBUTTONUP? Pin
Taran913-May-09 21:07
Taran913-May-09 21:07 
QuestionCannot Open Recordset Pin
Astitva2313-May-09 8:00
Astitva2313-May-09 8:00 
AnswerRe: Cannot Open Recordset Pin
Stuart Dootson13-May-09 9:17
professionalStuart Dootson13-May-09 9:17 
AnswerRe: Cannot Open Recordset Pin
Astitva2313-May-09 12:10
Astitva2313-May-09 12:10 

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.