Click here to Skip to main content
15,911,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Unhandled exception at 0x0052aba7 Pin
Maxwell Chen5-Jan-09 19:04
Maxwell Chen5-Jan-09 19:04 
QuestionMake a mfc Application as dll Pin
VCsamir5-Jan-09 18:21
VCsamir5-Jan-09 18:21 
AnswerRe: Make a mfc Application as dll Pin
Randor 6-Jan-09 19:23
professional Randor 6-Jan-09 19:23 
GeneralRe: Make a mfc Application as dll Pin
VCsamir9-Jan-09 20:57
VCsamir9-Jan-09 20:57 
GeneralRe: Make a mfc Application as dll Pin
Randor 10-Jan-09 4:12
professional Randor 10-Jan-09 4:12 
GeneralRe: Make a mfc Application as dll Pin
VCsamir13-Jan-09 19:20
VCsamir13-Jan-09 19:20 
GeneralRe: Make a mfc Application as dll Pin
VCsamir15-Jan-09 17:27
VCsamir15-Jan-09 17:27 
QuestionCreating DLL in VC++ to use in CVI (C) Pin
Kiran Satish5-Jan-09 17:39
Kiran Satish5-Jan-09 17:39 
Hi,

Recently we have a new hardware that came with USB interface and is written as COM object library with a .tlb and .lib file along with .h(which has only #define constants) file. I create an MFC project with ATL support and using this library it was easy to program in VC++ by including .h file and importing .tlb file and declaring a CComPtr and at last using CoCreateInstance to create a instace of the comptr. But this is all not possible in CVI. Is there any way to create a DLL with ATL support that can be used in CVI (which is basically a C compiler). I tried creating a ATL DLL and using it in CVI and it came up with a lot of errors in WINNT.H or is there any other way to interface with this hardware??

thanks,
-PNT

PKNT

AnswerRe: Creating DLL in VC++ to use in CVI (C) Pin
Garth J Lancaster5-Jan-09 22:52
professionalGarth J Lancaster5-Jan-09 22:52 
QuestionChanging EXE Bitmap.. Pin
CuteAshaVC++5-Jan-09 16:26
CuteAshaVC++5-Jan-09 16:26 
AnswerRe: Changing EXE Bitmap.. Pin
Sarath C5-Jan-09 20:06
Sarath C5-Jan-09 20:06 
QuestionRe: Changing EXE Bitmap.. Pin
CuteAshaVC++5-Jan-09 20:59
CuteAshaVC++5-Jan-09 20:59 
AnswerRe: Changing EXE Bitmap.. Pin
Code-o-mat5-Jan-09 21:53
Code-o-mat5-Jan-09 21:53 
AnswerRe: Changing EXE Bitmap.. Pin
enhzflep6-Jan-09 2:04
enhzflep6-Jan-09 2:04 
Questionhow to get buffer in standard C language Pin
PhuLove5-Jan-09 15:51
PhuLove5-Jan-09 15:51 
GeneralRe: how to get buffer in standard C language Pin
Luc Pattyn5-Jan-09 16:06
sitebuilderLuc Pattyn5-Jan-09 16:06 
GeneralRe: how to get buffer in standard C language Pin
PhuLove7-Jan-09 1:58
PhuLove7-Jan-09 1:58 
GeneralRe: how to get buffer in standard C language Pin
Luc Pattyn7-Jan-09 2:12
sitebuilderLuc Pattyn7-Jan-09 2:12 
GeneralRe: how to get buffer in standard C language Pin
PhuLove7-Jan-09 13:54
PhuLove7-Jan-09 13:54 
GeneralRe: how to get buffer in standard C language Pin
Luc Pattyn7-Jan-09 14:19
sitebuilderLuc Pattyn7-Jan-09 14:19 
GeneralRe: how to get buffer in standard C language Pin
PhuLove8-Jan-09 14:52
PhuLove8-Jan-09 14:52 
QuestionMFC and dynamic_cast? Pin
nobaq5-Jan-09 10:32
nobaq5-Jan-09 10:32 
AnswerRe: MFC and dynamic_cast? Pin
CPallini5-Jan-09 10:40
mveCPallini5-Jan-09 10:40 
GeneralRe: MFC and dynamic_cast? Pin
Mark Salsbery5-Jan-09 10:45
Mark Salsbery5-Jan-09 10:45 
GeneralRe: MFC and dynamic_cast? Pin
CPallini5-Jan-09 23:05
mveCPallini5-Jan-09 23:05 

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.