Click here to Skip to main content
15,915,770 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Encoder Pin
Maximilien21-Aug-07 15:16
Maximilien21-Aug-07 15:16 
QuestionHelp With Dialog Based App Pin
simoncoul21-Aug-07 8:41
simoncoul21-Aug-07 8:41 
AnswerRe: Help With Dialog Based App Pin
Mark Salsbery21-Aug-07 8:43
Mark Salsbery21-Aug-07 8:43 
GeneralRe: Help With Dialog Based App Pin
simoncoul21-Aug-07 9:00
simoncoul21-Aug-07 9:00 
GeneralRe: Help With Dialog Based App Pin
Mark Salsbery21-Aug-07 9:17
Mark Salsbery21-Aug-07 9:17 
GeneralRe: Help With Dialog Based App Pin
simoncoul21-Aug-07 9:27
simoncoul21-Aug-07 9:27 
AnswerRe: Help With Dialog Based App Pin
David Crow21-Aug-07 10:49
David Crow21-Aug-07 10:49 
Questionerror C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 7:02
CiNN21-Aug-07 7:02 
librarie project

<br />
namespace Cryptography<br />
{<br />
<br />
class __declspec(dllexport) CRC32 <br />
{<br />
	public:<br />
		CRC32(void);<br />
[..].br />
}<br />
}<br />


test program project

<br />
	using namespace Cryptography;	<br />
	CRC32 *pcrc=new CRC32();<br />


when I try to use my CRC32 class I get this error
error C2512: 'Cryptography::CRC32' : no appropriate default constructor available

whats up ?? Sigh | :sigh:
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
Mark Salsbery21-Aug-07 8:26
Mark Salsbery21-Aug-07 8:26 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 9:54
CiNN21-Aug-07 9:54 
QuestionRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
David Crow21-Aug-07 10:51
David Crow21-Aug-07 10:51 
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 11:21
CiNN21-Aug-07 11:21 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
Mark Salsbery21-Aug-07 13:49
Mark Salsbery21-Aug-07 13:49 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 15:31
CiNN21-Aug-07 15:31 
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
Chris Meech21-Aug-07 8:30
Chris Meech21-Aug-07 8:30 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 9:41
CiNN21-Aug-07 9:41 
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 10:06
CiNN21-Aug-07 10:06 
QuestionWebcam to OpenGL texture Pin
deftware21-Aug-07 6:31
deftware21-Aug-07 6:31 
AnswerRe: Webcam to OpenGL texture Pin
Iain Clarke, Warrior Programmer21-Aug-07 11:22
Iain Clarke, Warrior Programmer21-Aug-07 11:22 
GeneralRe: Webcam to OpenGL texture Pin
El Corazon21-Aug-07 13:51
El Corazon21-Aug-07 13:51 
QuestionWM_PAINT and WM_SIZE Pin
Perspx21-Aug-07 6:10
Perspx21-Aug-07 6:10 
AnswerRe: WM_PAINT and WM_SIZE Pin
Mark Salsbery21-Aug-07 6:13
Mark Salsbery21-Aug-07 6:13 
AnswerRe: WM_PAINT and WM_SIZE Pin
Paul M Watt21-Aug-07 6:49
mentorPaul M Watt21-Aug-07 6:49 
QuestionRe: WM_PAINT and WM_SIZE Pin
David Crow21-Aug-07 7:35
David Crow21-Aug-07 7:35 
AnswerRe: WM_PAINT and WM_SIZE Pin
Iain Clarke, Warrior Programmer21-Aug-07 11:25
Iain Clarke, Warrior Programmer21-Aug-07 11:25 

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.