Click here to Skip to main content
16,006,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to assign classname or caption? Pin
Rage26-Sep-05 1:08
professionalRage26-Sep-05 1:08 
AnswerRe: How to assign classname or caption? Pin
FarPointer26-Sep-05 1:09
FarPointer26-Sep-05 1:09 
GeneralRe: How to assign classname or caption? Pin
bugDanny26-Sep-05 3:04
bugDanny26-Sep-05 3:04 
AnswerRe: How to assign classname or caption? Pin
khan++26-Sep-05 1:15
khan++26-Sep-05 1:15 
GeneralRe: How to assign classname or caption? Pin
Blake Miller26-Sep-05 9:33
Blake Miller26-Sep-05 9:33 
AnswerRe: How to assign classname or caption? Pin
David Crow26-Sep-05 3:22
David Crow26-Sep-05 3:22 
QuestionThread inside dll needed? Pin
Eytukan26-Sep-05 0:43
Eytukan26-Sep-05 0:43 
AnswerRe: Thread inside dll needed? Pin
khan++26-Sep-05 1:01
khan++26-Sep-05 1:01 
You already know the uses of both approaches. If it is a small operation, then it will do fine without threading.
If it is lengthy, then you should use threads. Inside the threaded version, you can report back by firing events that the operation is complete etc. Also you need to make sure that the object created in VB stays alive (global) as long as the thread inside the dll is running.

Maybe someone else can give some better explanation.


this is this.
GeneralRe: Thread inside dll needed? Pin
ThatsAlok26-Sep-05 1:06
ThatsAlok26-Sep-05 1:06 
AnswerRe: Thread inside dll needed? Pin
ThatsAlok26-Sep-05 1:03
ThatsAlok26-Sep-05 1:03 
AnswerRe: Thread inside dll needed? Pin
mikanu26-Sep-05 11:57
mikanu26-Sep-05 11:57 
QuestionSQL Query Builder Pin
peiman26-Sep-05 0:20
peiman26-Sep-05 0:20 
QuestionMODBUS TCP Pin
Member 216100425-Sep-05 23:32
Member 216100425-Sep-05 23:32 
AnswerRe: MODBUS TCP Pin
levi's26-Sep-05 0:15
levi's26-Sep-05 0:15 
GeneralRe: MODBUS TCP Pin
Trollslayer26-Sep-05 1:14
mentorTrollslayer26-Sep-05 1:14 
GeneralRe: MODBUS TCP Pin
Eytukan26-Sep-05 1:27
Eytukan26-Sep-05 1:27 
GeneralRe: MODBUS TCP Pin
Trollslayer26-Sep-05 4:44
mentorTrollslayer26-Sep-05 4:44 
JokeRe: MODBUS TCP Pin
ThatsAlok26-Sep-05 6:51
ThatsAlok26-Sep-05 6:51 
JokeRe: MODBUS TCP Pin
Eytukan26-Sep-05 1:31
Eytukan26-Sep-05 1:31 
GeneralRe: MODBUS TCP Pin
ThatsAlok26-Sep-05 6:48
ThatsAlok26-Sep-05 6:48 
GeneralRe: MODBUS TCP Pin
Member 216100426-Sep-05 14:38
Member 216100426-Sep-05 14:38 
GeneralRe: MODBUS TCP Pin
vikas amin26-Sep-05 19:59
vikas amin26-Sep-05 19:59 
GeneralRe: MODBUS TCP Pin
ThatsAlok26-Sep-05 20:11
ThatsAlok26-Sep-05 20:11 
GeneralRe: MODBUS TCP Pin
ThatsAlok26-Sep-05 20:01
ThatsAlok26-Sep-05 20:01 
Questionrendering Buttons from SVG images? Pin
luedi25-Sep-05 23:23
luedi25-Sep-05 23:23 

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.