Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSHBrowseForFolder and shell namespace extensions Pin
Greg Ingels26-Mar-09 9:40
Greg Ingels26-Mar-09 9:40 
AnswerRe: SHBrowseForFolder and shell namespace extensions Pin
Code-o-mat26-Mar-09 9:55
Code-o-mat26-Mar-09 9:55 
QuestionRun-time error in Matrix ADT Pin
Ma7moud El-Naggar26-Mar-09 9:35
Ma7moud El-Naggar26-Mar-09 9:35 
AnswerRe: Run-time error in Matrix ADT Pin
Stuart Dootson26-Mar-09 11:03
professionalStuart Dootson26-Mar-09 11:03 
GeneralOT - Welcome Pin
CPallini26-Mar-09 11:15
mveCPallini26-Mar-09 11:15 
GeneralRe: OT - Welcome Pin
Ma7moud El-Naggar31-Mar-09 8:58
Ma7moud El-Naggar31-Mar-09 8:58 
GeneralRe: OT - Welcome Pin
CPallini31-Mar-09 9:32
mveCPallini31-Mar-09 9:32 
QuestionWhat is the best solution for this problem?? Pin
Kiran Satish26-Mar-09 8:36
Kiran Satish26-Mar-09 8:36 
Hi all,

Here is the situation. We have this driver box that we can communicate via USB using the libraries provided by the manufacturer. The library came with a .tlb, /lib and .h file and its written based on COM model and requires ATL support. So, in VC++ I can just create a MFC application and add an ATL object, include the .h file, import the .tlb file and create CComPtr variable derived for their object for the driver and communicate with the driver through that object. Everything works fine.

But now I need to use the library that they provided in LabWindows CVI where these libraries wont work. It doesnt have ATL support. I tried creating a MFC applciaiton where it listens to the serial port and CVI sending commands to the MFC application via serial port, but this is slow.

Is there any other way where I can create something that can be added into CVI as an object without bothering about the stuff in the object other than just communicating with it within the CVI program (ActiveX??).

thanks in advance.

PKNT

AnswerRe: What is the best solution for this problem?? [modified] Pin
CPallini26-Mar-09 8:56
mveCPallini26-Mar-09 8:56 
GeneralRe: What is the best solution for this problem?? Pin
Kiran Satish27-Mar-09 7:04
Kiran Satish27-Mar-09 7:04 
QuestionActive Directory ExecuteSearch enum results with LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER Pin
Petr Stejskal26-Mar-09 6:16
Petr Stejskal26-Mar-09 6:16 
QuestionHow to set Header and footer in Excel file With use of MFC in VC++6.0 [modified] Pin
rocky8226-Mar-09 6:06
rocky8226-Mar-09 6:06 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
Michael Schubert26-Mar-09 6:16
Michael Schubert26-Mar-09 6:16 
GeneralRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
led mike26-Mar-09 8:35
led mike26-Mar-09 8:35 
JokeRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
CPallini26-Mar-09 9:16
mveCPallini26-Mar-09 9:16 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
David Crow26-Mar-09 8:37
David Crow26-Mar-09 8:37 
QuestionHow to update the CFormView Pin
Koutans26-Mar-09 5:52
Koutans26-Mar-09 5:52 
AnswerRe: How to update the CFormView Pin
Stuart Dootson26-Mar-09 8:13
professionalStuart Dootson26-Mar-09 8:13 
QuestionCalling javascript function from mfc activex control Pin
B060611526-Mar-09 4:59
B060611526-Mar-09 4:59 
AnswerRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 5:57
led mike26-Mar-09 5:57 
GeneralRe: Calling javascript function from mfc activex control Pin
Michael Schubert26-Mar-09 6:03
Michael Schubert26-Mar-09 6:03 
JokeRe: Calling javascript function from mfc activex control Pin
Cedric Moonen26-Mar-09 6:05
Cedric Moonen26-Mar-09 6:05 
JokeRe: Calling javascript function from mfc activex control Pin
CPallini26-Mar-09 7:24
mveCPallini26-Mar-09 7:24 
GeneralRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 8:11
led mike26-Mar-09 8:11 
GeneralRe: Calling javascript function from mfc activex control Pin
CPallini26-Mar-09 8:18
mveCPallini26-Mar-09 8:18 

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.