Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to compress data using zlib? Pin
Richard MacCutchan24-Jan-13 1:45
mveRichard MacCutchan24-Jan-13 1:45 
AnswerRe: how to compress data using zlib? Pin
Albert Holguin25-Jan-13 7:51
professionalAlbert Holguin25-Jan-13 7:51 
QuestionDebugging Dll Pin
sarfaraznawaz24-Jan-13 0:30
sarfaraznawaz24-Jan-13 0:30 
QuestionDebugging Dll Pin
sarfaraznawaz24-Jan-13 0:30
sarfaraznawaz24-Jan-13 0:30 
AnswerRe: Debugging Dll Pin
Sivaraman Dhamodharan24-Jan-13 1:26
Sivaraman Dhamodharan24-Jan-13 1:26 
GeneralRe: Debugging Dll Pin
sarfaraznawaz24-Jan-13 2:58
sarfaraznawaz24-Jan-13 2:58 
GeneralRe: Debugging Dll Pin
Richard MacCutchan24-Jan-13 3:16
mveRichard MacCutchan24-Jan-13 3:16 
GeneralRe: Debugging Dll Pin
sarfaraznawaz30-Jan-13 1:25
sarfaraznawaz30-Jan-13 1:25 
hi ,thanks ...
one more thing i want to ask how to register the dll .
am getting the error message that DLL has loaded but entry point DllRegisterserver was not found ...
but am wtritten the code for it

C++
AFX_MANAGE_STATE(AfxGetStaticModuleState( ));

	HRESULT hr = RegisterServer (AfxGetInstanceHandle(),   // handle to dll module
	                             CLSID_CCmpnt,	      // component CLSID
				     g_szFriendlyName,	      // friendly name
				     g_szVerIndProgID,	      // version independent prog id
				     g_szVerDndProgID);		// version dependent prog id

	

	return hr;

its in a function name STDAPI DllRegisterServer(void)
the control not coming in this function what might be cause please reply

Best Regards
Sarfaraz
GeneralRe: Debugging Dll Pin
Richard MacCutchan30-Jan-13 2:55
mveRichard MacCutchan30-Jan-13 2:55 
GeneralRe: Debugging Dll Pin
sarfaraznawaz30-Jan-13 3:10
sarfaraznawaz30-Jan-13 3:10 
GeneralRe: Debugging Dll Pin
Richard MacCutchan30-Jan-13 3:20
mveRichard MacCutchan30-Jan-13 3:20 
GeneralRe: Debugging Dll Pin
sarfaraznawaz30-Jan-13 23:06
sarfaraznawaz30-Jan-13 23:06 
GeneralRe: Debugging Dll Pin
Richard MacCutchan30-Jan-13 23:10
mveRichard MacCutchan30-Jan-13 23:10 
GeneralRe: Debugging Dll Pin
sarfaraznawaz31-Jan-13 2:01
sarfaraznawaz31-Jan-13 2:01 
GeneralRe: Debugging Dll Pin
Richard MacCutchan31-Jan-13 2:04
mveRichard MacCutchan31-Jan-13 2:04 
GeneralRe: Debugging Dll Pin
sarfaraznawaz31-Jan-13 2:21
sarfaraznawaz31-Jan-13 2:21 
GeneralRe: Debugging Dll Pin
sarfaraznawaz5-Feb-13 18:21
sarfaraznawaz5-Feb-13 18:21 
Questionconvert parameter from 'MSTR' to 'char*' Pin
ksjbharathi24-Jan-13 0:27
ksjbharathi24-Jan-13 0:27 
AnswerRe: convert parameter from 'MSTR' to 'char*' Pin
Sivaraman Dhamodharan24-Jan-13 1:23
Sivaraman Dhamodharan24-Jan-13 1:23 
AnswerRe: convert parameter from 'MSTR' to 'char*' Pin
Richard MacCutchan24-Jan-13 1:48
mveRichard MacCutchan24-Jan-13 1:48 
QuestionRe: convert parameter from 'MSTR' to 'char*' Pin
CPallini25-Jan-13 10:57
mveCPallini25-Jan-13 10:57 
QuestionHow to calculate thumb's possion in CScrollBar ????? Pin
Bee cute23-Jan-13 23:26
Bee cute23-Jan-13 23:26 
Questionhow to designe my text of dialog box? Pin
VCProgrammer23-Jan-13 23:05
VCProgrammer23-Jan-13 23:05 
AnswerRe: how to designe my text of dialog box? Pin
Richard MacCutchan23-Jan-13 23:47
mveRichard MacCutchan23-Jan-13 23:47 
GeneralRe: how to designe my text of dialog box? Pin
VCProgrammer24-Jan-13 0:08
VCProgrammer24-Jan-13 0:08 

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.