Click here to Skip to main content
15,888,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithread problem with DLL Pin
geo_m3-Feb-05 9:51
geo_m3-Feb-05 9:51 
GeneralRe: Multithread problem with DLL Pin
Rick York3-Feb-05 11:51
mveRick York3-Feb-05 11:51 
GeneralRe: Multithread problem with DLL Pin
geo_m3-Feb-05 19:21
geo_m3-Feb-05 19:21 
GeneralRe: Multithread problem with DLL Pin
djavanci4-Feb-05 0:25
djavanci4-Feb-05 0:25 
GeneralRe: Multithread problem with DLL Pin
geo_m4-Feb-05 4:13
geo_m4-Feb-05 4:13 
GeneralRe: Multithread problem with DLL Pin
Christopher Lloyd3-Feb-05 12:10
Christopher Lloyd3-Feb-05 12:10 
GeneralRe: Multithread problem with DLL Pin
djavanci4-Feb-05 1:02
djavanci4-Feb-05 1:02 
GeneralRe: Multithread problem with DLL Pin
Christopher Lloyd4-Feb-05 2:51
Christopher Lloyd4-Feb-05 2:51 
I was only assuming that the DLL was built without the Multithreaded option on because you said you were getting these problems. If the option's already set then that's fine.

By the way __declspec(thread) isn't a method. It's a storage class modifier. For example if you want to define a static variable in a function then you would use:

__declspec(thread) static int MyVar;

You'll find more about this here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pluslang_the_thread_attribute.asp[^]
Generalcreating dynamic menus in dialog based apllications Pin
ganapathykumar3-Feb-05 9:07
ganapathykumar3-Feb-05 9:07 
GeneralRe: creating dynamic menus in dialog based apllications Pin
Ravi Bhavnani3-Feb-05 9:16
professionalRavi Bhavnani3-Feb-05 9:16 
GeneralRe: creating dynamic menus in dialog based apllications Pin
ganapathykumar3-Feb-05 9:23
ganapathykumar3-Feb-05 9:23 
GeneralRe: creating dynamic menus in dialog based apllications Pin
Ravi Bhavnani3-Feb-05 9:28
professionalRavi Bhavnani3-Feb-05 9:28 
GeneralRe: creating dynamic menus in dialog based apllications Pin
uday__m3-Feb-05 17:23
uday__m3-Feb-05 17:23 
QuestionHow to access the Methods from a DLL Pin
ganapathykumar3-Feb-05 9:01
ganapathykumar3-Feb-05 9:01 
AnswerRe: How to access the Methods from a DLL Pin
geo_m3-Feb-05 9:53
geo_m3-Feb-05 9:53 
GeneralRe: How to access the Methods from a DLL Pin
ganapathykumar3-Feb-05 9:59
ganapathykumar3-Feb-05 9:59 
GeneralRe: How to access the Methods from a DLL Pin
geo_m3-Feb-05 19:15
geo_m3-Feb-05 19:15 
GeneralRe: How to access the Methods from a DLL Pin
RChin3-Feb-05 23:39
RChin3-Feb-05 23:39 
GeneralGetting text from a Listbox Pin
Anonymous3-Feb-05 8:50
Anonymous3-Feb-05 8:50 
GeneralRe: Getting text from a Listbox Pin
Ravi Bhavnani3-Feb-05 9:14
professionalRavi Bhavnani3-Feb-05 9:14 
GeneralRe: Getting text from a Listbox Pin
Neville Franks3-Feb-05 9:24
Neville Franks3-Feb-05 9:24 
GeneralRe: Getting text from a Listbox Pin
toxcct3-Feb-05 17:18
toxcct3-Feb-05 17:18 
GeneralActiveX on Dialog, and keyboard handling Pin
peterchen3-Feb-05 8:23
peterchen3-Feb-05 8:23 
Generaldialog based application button press events Pin
Member 4115223-Feb-05 7:34
Member 4115223-Feb-05 7:34 
GeneralRemove maximize option from word document Pin
Anonymous3-Feb-05 6:32
Anonymous3-Feb-05 6:32 

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.