Click here to Skip to main content
15,885,244 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: link error 1104 Pin
Richard MacCutchan5-Jan-14 22:16
mveRichard MacCutchan5-Jan-14 22:16 
GeneralRe: link error 1104 Pin
Prasun Hazra 7-Jan-14 23:10
Prasun Hazra 7-Jan-14 23:10 
GeneralRe: link error 1104 Pin
Richard MacCutchan7-Jan-14 23:25
mveRichard MacCutchan7-Jan-14 23:25 
AnswerRe: link error 1104 Pin
Albert Holguin8-Jan-14 17:11
professionalAlbert Holguin8-Jan-14 17:11 
QuestionHow to create and register two dlls with same name?(VS 2010) Pin
J_Me10-Dec-13 21:43
professionalJ_Me10-Dec-13 21:43 
AnswerRe: How to create and register two dlls with same name?(VS 2010) Pin
Richard MacCutchan10-Dec-13 22:21
mveRichard MacCutchan10-Dec-13 22:21 
GeneralRe: How to create and register two dlls with same name?(VS 2010) Pin
J_Me10-Dec-13 23:53
professionalJ_Me10-Dec-13 23:53 
GeneralRe: How to create and register two dlls with same name?(VS 2010) Pin
Richard MacCutchan11-Dec-13 0:12
mveRichard MacCutchan11-Dec-13 0:12 
AnswerRe: How to create and register two dlls with same name?(VS 2010) Pin
Albert Holguin11-Dec-13 5:02
professionalAlbert Holguin11-Dec-13 5:02 
AnswerRe: How to create and register two dlls with same name?(VS 2010) Pin
Vi219-Dec-13 22:00
Vi219-Dec-13 22:00 
Questionerror WTL Pin
Member 104023901-Dec-13 4:42
professionalMember 104023901-Dec-13 4:42 
AnswerRe: error WTL Pin
Richard MacCutchan1-Dec-13 5:05
mveRichard MacCutchan1-Dec-13 5:05 
GeneralRe: error WTL Pin
Member 104023901-Dec-13 7:43
professionalMember 104023901-Dec-13 7:43 
GeneralRe: error WTL Pin
Richard MacCutchan1-Dec-13 21:00
mveRichard MacCutchan1-Dec-13 21:00 
GeneralRe: error WTL Pin
Member 104023902-Dec-13 4:57
professionalMember 104023902-Dec-13 4:57 
QuestionException handling wrapper over MSXML parser Pin
sma123#26-Nov-13 14:16
sma123#26-Nov-13 14:16 
AnswerRe: Exception handling wrapper over MSXML parser Pin
Richard MacCutchan26-Nov-13 22:49
mveRichard MacCutchan26-Nov-13 22:49 
Questionuse of beginthreadex() Pin
bkelly1325-Nov-13 16:24
bkelly1325-Nov-13 16:24 
AnswerRe: use of beginthreadex() Pin
Richard MacCutchan25-Nov-13 22:44
mveRichard MacCutchan25-Nov-13 22:44 
GeneralRe: use of beginthreadex() Pin
bkelly1326-Nov-13 8:05
bkelly1326-Nov-13 8:05 
GeneralRe: use of beginthreadex() Pin
Richard MacCutchan26-Nov-13 22:46
mveRichard MacCutchan26-Nov-13 22:46 
GeneralRe: use of beginthreadex() Pin
bkelly1327-Nov-13 11:45
bkelly1327-Nov-13 11:45 
GeneralRe: use of beginthreadex() Pin
Richard MacCutchan27-Nov-13 22:03
mveRichard MacCutchan27-Nov-13 22:03 
GeneralRe: use of beginthreadex() Pin
bkelly1328-Nov-13 10:08
bkelly1328-Nov-13 10:08 
Hello,
Re:
Quote:
You may find it easier to run your separate thread as pure procedural code rather than as classes. But that will, of course, depend on what the code is actually doing.


I have been thinking about that quite a bit. It would probably be easier to start the process as a single procedure not wrapped up in a class. But, this is for TCP/IP and there is quite a lot to do. I suppose everything could be free standing functions, but that would require a single monster procedure or require a flock of arguments for every call.

Being a single person software team where I work has some advantages, but they are truly overwhelmed by the disadvantage of not having anyone to discuss ideas with.

I think I will go to a single simple function to test out the concepts and try to get some events working. Then I will return to the TCP/IP part of this. Working one problem area at a time will make this easier.

Thank you for your thoughts.

EDIT: I have worked this on and off through the day. The current status is that creating a simple thread with some events using a free standing procedure is easier than I thought and easier that it looks. Putting a TCP/IP manager in a single procedure would probably get ugly. Right now my next step is to see what it takes to put this one procedure in a class and start it as a thread.

Would this be worth writing up as a series of articles? Article 1: Simple thread, 2: Thread from a class, 3: TCP/IP as a separate thread.
Thanks for your time
If you work with telemetry, please check this bulletin board: http://www.bkelly.ws/irig_106/


modified 28-Nov-13 23:21pm.

GeneralRe: use of beginthreadex() Pin
Albert Holguin11-Dec-13 5:01
professionalAlbert Holguin11-Dec-13 5:01 

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.