Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mdb file Pin
Steve S24-Feb-03 4:56
Steve S24-Feb-03 4:56 
GeneralRe: mdb file Pin
Anonymous24-Feb-03 5:00
Anonymous24-Feb-03 5:00 
GeneralVisual C++ 7.0 Problem! Pin
Anonymous24-Feb-03 1:05
Anonymous24-Feb-03 1:05 
GeneralRe: Visual C++ 7.0 Problem! Pin
Chris Losinger24-Feb-03 4:31
professionalChris Losinger24-Feb-03 4:31 
GeneralSuspendThread problem Pin
Member 13901624-Feb-03 0:43
Member 13901624-Feb-03 0:43 
GeneralDao Recordset cloning ! Pin
Hadi Rezaee24-Feb-03 0:12
Hadi Rezaee24-Feb-03 0:12 
QuestionRegSetValueEx without '\0' ??? Pin
Daniel Strigl23-Feb-03 21:20
Daniel Strigl23-Feb-03 21:20 
AnswerRe: RegSetValueEx without '\0' ??? Pin
Jon Hulatt23-Feb-03 21:59
Jon Hulatt23-Feb-03 21:59 
GeneralRe: RegSetValueEx without '\0' ??? Pin
Daniel Strigl23-Feb-03 22:27
Daniel Strigl23-Feb-03 22:27 
GeneralStop a USB device. Pin
Brian van der Beek23-Feb-03 21:11
Brian van der Beek23-Feb-03 21:11 
GeneralRe: Stop a USB device. Pin
Shiva Prasad T. S.23-Feb-03 22:05
Shiva Prasad T. S.23-Feb-03 22:05 
GeneralRe: Stop a USB device. Pin
Brian van der Beek23-Feb-03 22:32
Brian van der Beek23-Feb-03 22:32 
GeneralFailed to CreateInstance while using IXMLHttpRequestPtr Pin
adapterJohn23-Feb-03 21:09
adapterJohn23-Feb-03 21:09 
QuestionWhy my vc++ is slow when loading a .dsw? Pin
sages23-Feb-03 20:50
sages23-Feb-03 20:50 
AnswerRe: Why my vc++ is slow when loading a .dsw? Pin
Ryan_Roberts24-Feb-03 1:04
Ryan_Roberts24-Feb-03 1:04 
AnswerRe: Why my vc++ is slow when loading a .dsw? Pin
AlexO24-Feb-03 2:41
AlexO24-Feb-03 2:41 
GeneralRe: Why my vc++ is slow when loading a .dsw? Pin
sages24-Feb-03 14:51
sages24-Feb-03 14:51 
Generalabout file operation Pin
fogmen23-Feb-03 19:49
fogmen23-Feb-03 19:49 
GeneralRe: about file operation Pin
fz_zhou23-Feb-03 20:30
fz_zhou23-Feb-03 20:30 
GeneralRe: about file operation Pin
Michael Dunn23-Feb-03 20:42
sitebuilderMichael Dunn23-Feb-03 20:42 
GeneralRe: about file operation Pin
fogmen24-Feb-03 0:54
fogmen24-Feb-03 0:54 
GeneralFTP query Pin
Member 355617523-Feb-03 18:42
Member 355617523-Feb-03 18:42 
GeneralAccess Java class from VC++ Pin
Chintan23-Feb-03 17:38
Chintan23-Feb-03 17:38 
GeneralRe: Access Java class from VC++ Pin
adapterJohn24-Feb-03 1:27
adapterJohn24-Feb-03 1:27 
GeneralRe: Access Java class from VC++ Pin
KingTermite24-Feb-03 2:20
KingTermite24-Feb-03 2:20 
Yes, but its ugly. We did it for a project at work. You have to use COM, which means you have to use MS J++ (or J# now) and expose a COM interface to be accessed from the C++ side. I don't know it well enough to go through the details.

If you are using .NET, then you should probably be able to access the J# Java classes seamlessly. At least that's what I've been told about VS.NET though I haven't played with it much yet.

There are only 10 types of people in this world....those that understand binary, and those that do not.

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.