Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2660: 'VarBstrCmp' : function does not take 4 parameters Pin
lee2314-Oct-08 12:27
lee2314-Oct-08 12:27 
GeneralRe: error C2660: 'VarBstrCmp' : function does not take 4 parameters Pin
CPallini14-Oct-08 22:25
mveCPallini14-Oct-08 22:25 
Questionhelp at MultiByteToWideChar Pin
monsieur_jj13-Oct-08 17:13
monsieur_jj13-Oct-08 17:13 
AnswerRe: help at MultiByteToWideChar Pin
Iain Clarke, Warrior Programmer13-Oct-08 17:39
Iain Clarke, Warrior Programmer13-Oct-08 17:39 
Questiontrouble using dll Pin
gargeug13-Oct-08 14:57
gargeug13-Oct-08 14:57 
AnswerRe: trouble using dll Pin
Mark Salsbery13-Oct-08 15:06
Mark Salsbery13-Oct-08 15:06 
QuestionRe: trouble using dll Pin
CPallini13-Oct-08 22:17
mveCPallini13-Oct-08 22:17 
AnswerRe: trouble using dll Pin
gargeug14-Oct-08 7:27
gargeug14-Oct-08 7:27 
here are examples of the errors I get

1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(5) : error C2143: syntax error : missing ';' before '__stdcall'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(5) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(6) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(6) : error C2182: 'GP3CloseCom' : illegal use of type 'void'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(6) : error C2491: 'GP3CloseCom' : definition of dllimport data not allowed
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(7) : error C2146: syntax error : missing ')' before identifier 'h'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(7) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(7) : error C2182: 'GP3SetLED' : illegal use of type 'void'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(7) : error C2491: 'GP3SetLED' : definition of dllimport data not allowed
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(7) : error C2059: syntax error : ')'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(8) : error C2146: syntax error : missing ')' before identifier 'h'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(8) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(8) : error C2182: 'GP3SetTRIS' : illegal use of type 'void'
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(8) : error C2491: 'GP3SetTRIS' : definition of dllimport data not allowed
1>c:\documents and settings\administrator\my documents\geno\programs\gp3\gp3\gp3.h(8) : error C2059: syntax error : ')'
QuestionSetup Wizard Question Pin
Rangarajan Varadan13-Oct-08 8:44
Rangarajan Varadan13-Oct-08 8:44 
AnswerRe: Setup Wizard Question Pin
Iain Clarke, Warrior Programmer13-Oct-08 17:44
Iain Clarke, Warrior Programmer13-Oct-08 17:44 
GeneralRe: Setup Wizard Question Pin
Rangarajan Varadan14-Oct-08 16:56
Rangarajan Varadan14-Oct-08 16:56 
Questionmap of lists of pointers Pin
Laan8213-Oct-08 7:05
Laan8213-Oct-08 7:05 
QuestionRe: map of lists of pointers Pin
David Crow13-Oct-08 7:39
David Crow13-Oct-08 7:39 
AnswerRe: map of lists of pointers [modified] Pin
Laan8213-Oct-08 7:57
Laan8213-Oct-08 7:57 
AnswerRe: map of lists of pointers Pin
Jason Hamilton14-Oct-08 5:04
Jason Hamilton14-Oct-08 5:04 
Questionhelp: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 4:59
lyjqhjcplusplus13-Oct-08 4:59 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 5:39
Roger Stoltz13-Oct-08 5:39 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 5:57
lyjqhjcplusplus13-Oct-08 5:57 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 6:17
Roger Stoltz13-Oct-08 6:17 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 6:34
lyjqhjcplusplus13-Oct-08 6:34 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 6:53
led mike13-Oct-08 6:53 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:03
Roger Stoltz13-Oct-08 7:03 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 7:04
lyjqhjcplusplus13-Oct-08 7:04 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 7:25
led mike13-Oct-08 7:25 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:02
Roger Stoltz13-Oct-08 7:02 

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.