Click here to Skip to main content
16,010,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generali want some lesson for dynamic declaration Pin
CHEICKNA TRAORE18-Sep-02 12:11
CHEICKNA TRAORE18-Sep-02 12:11 
GeneralRe: i want some lesson for dynamic declaration Pin
Chris Losinger18-Sep-02 12:14
professionalChris Losinger18-Sep-02 12:14 
GeneralIcons with shortcut layers Pin
CaesarCZ18-Sep-02 11:55
CaesarCZ18-Sep-02 11:55 
GeneralRe: Icons with shortcut layers Pin
Michael Dunn18-Sep-02 12:00
sitebuilderMichael Dunn18-Sep-02 12:00 
GeneralUnicode to Arabic 1256 Pin
Hadi Rezaee18-Sep-02 11:43
Hadi Rezaee18-Sep-02 11:43 
GeneralCRT .dll's for Winsock Pin
Aaron Schaefer18-Sep-02 11:13
Aaron Schaefer18-Sep-02 11:13 
GeneralPassing strings from VC to a VB COM dll Pin
ns18-Sep-02 11:11
ns18-Sep-02 11:11 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns18-Sep-02 11:28
ns18-Sep-02 11:28 
Well, I did what I said above, and got the VC compile error:

C:\msway\mswayView.cpp(174) : error C2664: 'MakeDB' : cannot convert parameter 1 from 'class CString' to 'unsigned short ** '


with:
ptr.CreateInstance(__uuidof(Class1));
 ptr->MakeDB(strFile,dataBaseName);


on the VC side

and

Public Function MakeDB(txtPMAFilename As String, dataBaseName As String)


on the VB side.

Help!!

Thanks,
ns
(ps. I am going to convert my CStrings into char * but dont know if that will do it...)
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns18-Sep-02 11:35
ns18-Sep-02 11:35 
GeneralRe: Passing strings from VC to a VB COM dll Pin
Bart Robeyns18-Sep-02 12:12
Bart Robeyns18-Sep-02 12:12 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns_18-Sep-02 13:50
sussns_18-Sep-02 13:50 
GeneralRe: Passing strings from VC to a VB COM dll Pin
Anonymous18-Sep-02 21:08
Anonymous18-Sep-02 21:08 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns19-Sep-02 1:19
ns19-Sep-02 1:19 
GeneralRe: Passing strings from VC to a VB COM dll Pin
Bart Robeyns19-Sep-02 11:21
Bart Robeyns19-Sep-02 11:21 
GeneralFinal question...I hope Pin
ns19-Sep-02 11:37
ns19-Sep-02 11:37 
GeneralRe: Passing strings from VC to a VB COM dll Pin
Michael Dunn18-Sep-02 12:02
sitebuilderMichael Dunn18-Sep-02 12:02 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns_18-Sep-02 13:52
sussns_18-Sep-02 13:52 
GeneralRe: Passing strings from VC to a VB COM dll Pin
ns19-Sep-02 1:03
ns19-Sep-02 1:03 
GeneralGUI front end Pin
WhiteLegend18-Sep-02 10:57
WhiteLegend18-Sep-02 10:57 
GeneralRe: GUI front end Pin
Ravi Bhavnani18-Sep-02 11:05
professionalRavi Bhavnani18-Sep-02 11:05 
GeneralRe: GUI front end Pin
xai18-Sep-02 11:19
xai18-Sep-02 11:19 
QuestionWhat path to code in #import? Pin
ns18-Sep-02 10:45
ns18-Sep-02 10:45 
AnswerRe: What path to code in #import? Pin
Michael Dunn18-Sep-02 10:45
sitebuilderMichael Dunn18-Sep-02 10:45 
GeneralRe: What path to code in #import? Pin
ns18-Sep-02 10:55
ns18-Sep-02 10:55 
GeneralRe: What path to code in #import? Pin
Michael Dunn18-Sep-02 11:58
sitebuilderMichael Dunn18-Sep-02 11:58 

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.