Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to diplay RGB color space? Like CColorDialog Pin
followait25-Sep-05 3:54
followait25-Sep-05 3:54 
GeneralRe: How to diplay RGB color space? Like CColorDialog Pin
Jörgen Sigvardsson25-Sep-05 6:22
Jörgen Sigvardsson25-Sep-05 6:22 
QuestionSetupDiGetDeviceRegistryProperty can work in win98? Pin
szcococut25-Sep-05 3:42
szcococut25-Sep-05 3:42 
Questionmodeless dialog Pin
FarPointer25-Sep-05 0:29
FarPointer25-Sep-05 0:29 
AnswerRe: modeless dialog Pin
toxcct25-Sep-05 1:15
toxcct25-Sep-05 1:15 
GeneralRe: modeless dialog Pin
FarPointer25-Sep-05 4:12
FarPointer25-Sep-05 4:12 
AnswerRe: modeless dialog Pin
vikas amin25-Sep-05 23:32
vikas amin25-Sep-05 23:32 
Questionchar * = new char[] take me an ERROR!!!! Pin
firefoxrabbit24-Sep-05 22:59
firefoxrabbit24-Sep-05 22:59 
I'm using VC++ .NET, and I want to dinamicaly create a char * string.
I use the following code, but when I try to make the project, I have a error, exactly a link error not a build error!!!!!

char *c = new char [serialNumber->Length];

error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@$$FYAPAXI@Z)


Help me please!!!Confused | :confused:

Best regards.
AnswerRe: char * = new char[] take me an ERROR!!!! Pin
James_12325-Sep-05 0:21
James_12325-Sep-05 0:21 
QuestionProgress bar Pin
samira forooghi24-Sep-05 21:33
samira forooghi24-Sep-05 21:33 
AnswerRe: Progress bar Pin
Anonymous25-Sep-05 3:23
Anonymous25-Sep-05 3:23 
AnswerRe: Progress bar Pin
Ravi Bhavnani25-Sep-05 4:51
professionalRavi Bhavnani25-Sep-05 4:51 
QuestionDouble buffering dc with user mapping mode Pin
edanvoye24-Sep-05 18:00
edanvoye24-Sep-05 18:00 
AnswerRe: Double buffering dc with user mapping mode Pin
Mircea Puiu25-Sep-05 6:10
Mircea Puiu25-Sep-05 6:10 
AnswerRe: Double buffering dc with user mapping mode Pin
ha_ha_ha25-Sep-05 7:24
ha_ha_ha25-Sep-05 7:24 
Questionretrieving data from MainFrame class? Pin
charmandwisdom24-Sep-05 17:14
charmandwisdom24-Sep-05 17:14 
AnswerRe: retrieving data from MainFrame class? Pin
Jack Puppy24-Sep-05 17:30
Jack Puppy24-Sep-05 17:30 
GeneralRe: retrieving data from MainFrame class? Pin
charmandwisdom25-Sep-05 3:10
charmandwisdom25-Sep-05 3:10 
Questionhow to unite .dbf files Pin
cofd24-Sep-05 17:09
cofd24-Sep-05 17:09 
AnswerRe: how to unite .dbf files Pin
Anonymous24-Sep-05 18:59
Anonymous24-Sep-05 18:59 
QuestionCan GetDC & CClientDC replace each other? Pin
followait24-Sep-05 16:43
followait24-Sep-05 16:43 
AnswerRe: Can GetDC & CClientDC replace each other? Pin
Mircea Puiu25-Sep-05 6:13
Mircea Puiu25-Sep-05 6:13 
AnswerRe: Can GetDC & CClientDC replace each other? Pin
Jose Lamas Rios25-Sep-05 17:04
Jose Lamas Rios25-Sep-05 17:04 
Questionhow to minimize window on app startup Pin
Laffis24-Sep-05 11:29
Laffis24-Sep-05 11:29 
GeneralRe: how to minimize window on app startup Pin
Jörgen Sigvardsson24-Sep-05 12:27
Jörgen Sigvardsson24-Sep-05 12:27 

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.