Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pthread_create Pin
Tuscon13-May-05 1:51
Tuscon13-May-05 1:51 
GeneralRe: pthread_create Pin
Priyank Bolia13-May-05 2:24
Priyank Bolia13-May-05 2:24 
GeneralRe: pthread_create Pin
David Crow13-May-05 2:11
David Crow13-May-05 2:11 
GeneralRe: pthread_create Pin
Bob Stanneveld13-May-05 4:00
Bob Stanneveld13-May-05 4:00 
GeneralDirectX - DrawIndexedPrimitive Pin
Marekh13-May-05 0:57
Marekh13-May-05 0:57 
GeneralDLL memory issue Pin
Andrew Hoole13-May-05 0:48
Andrew Hoole13-May-05 0:48 
GeneralRe: DLL memory issue Pin
lynchspawn13-May-05 1:54
lynchspawn13-May-05 1:54 
GeneralRe: DLL memory issue Pin
Andrew Hoole13-May-05 2:39
Andrew Hoole13-May-05 2:39 
Yeah I think I am going to have to use the same header file but when I tried it earlier I get compiler errors on the

// Dialog Data<br />
	//{{AFX_DATA(CLantisPatientSelectDlg)<br />
	enum { IDD = IDD_SELECTPATDLG };<br />
		// NOTE: the ClassWizard will add data members here<br />
	//}}AFX_DATA


section of the header because that is declared in the resource.h file of the dll and not the resource.h file of the application.

Is it a problem if several of these IDs resolve to the same number?

I would have thought that the layout/size of the class would have been held in one of the compiled files that are used by the linker so something.
GeneralRe: DLL memory issue Pin
Andrew Hoole13-May-05 2:54
Andrew Hoole13-May-05 2:54 
GeneralRe: DLL memory issue Pin
Blake Miller13-May-05 4:03
Blake Miller13-May-05 4:03 
GeneralRe: DLL memory issue Pin
Andrew Hoole13-May-05 5:04
Andrew Hoole13-May-05 5:04 
GeneralRe: DLL memory issue Pin
Blake Miller13-May-05 6:05
Blake Miller13-May-05 6:05 
Generalbyte to hex string Pin
richiemac12-May-05 23:50
richiemac12-May-05 23:50 
GeneralRe: byte to hex string Pin
toxcct12-May-05 23:54
toxcct12-May-05 23:54 
GeneralRe: byte to hex string Pin
richiemac13-May-05 0:13
richiemac13-May-05 0:13 
GeneralRe: byte to hex string Pin
toxcct13-May-05 0:51
toxcct13-May-05 0:51 
GeneralRe: byte to hex string Pin
richiemac13-May-05 1:37
richiemac13-May-05 1:37 
GeneralRe: byte to hex string Pin
David Crow13-May-05 2:15
David Crow13-May-05 2:15 
GeneralRe: byte to hex string Pin
toxcct13-May-05 2:20
toxcct13-May-05 2:20 
GeneralRe: byte to hex string Pin
itkid13-May-05 1:47
itkid13-May-05 1:47 
GeneralRe: byte to hex string Pin
David Crow13-May-05 2:19
David Crow13-May-05 2:19 
GeneralRe: byte to hex string Pin
richiemac13-May-05 3:18
richiemac13-May-05 3:18 
GeneralRe: byte to hex string Pin
David Crow13-May-05 3:26
David Crow13-May-05 3:26 
GeneralRe: byte to hex string Pin
richiemac13-May-05 4:02
richiemac13-May-05 4:02 
GeneralRe: byte to hex string Pin
toxcct13-May-05 4:14
toxcct13-May-05 4:14 

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.