Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating a really topmost window Pin
rentzk6-Oct-04 5:58
rentzk6-Oct-04 5:58 
GeneralGDI+ startup Pin
JHAKAS5-Oct-04 17:34
JHAKAS5-Oct-04 17:34 
GeneralError in declaration of multiple instances of a class Pin
Kiran Satish5-Oct-04 17:02
Kiran Satish5-Oct-04 17:02 
GeneralRe: Error in declaration of multiple instances of a class Pin
Maxwell Chen5-Oct-04 17:34
Maxwell Chen5-Oct-04 17:34 
GeneralRe: Error in declaration of multiple instances of a class Pin
Kiran Satish5-Oct-04 19:32
Kiran Satish5-Oct-04 19:32 
QuestionHow to change item height for CListCtrl ? Pin
enoloo_don5-Oct-04 15:47
enoloo_don5-Oct-04 15:47 
AnswerRe: How to change item height for CListCtrl ? Pin
Ryan Binns5-Oct-04 18:22
Ryan Binns5-Oct-04 18:22 
General/clr and C code Pin
jspano5-Oct-04 15:29
jspano5-Oct-04 15:29 
I have a C dll that I didn't write so I don't know what's really going on in it. It compiles fine. If I turn on the /clr switch though, I get about 20 errors out of it like

c:\Parser\link42\src\pp_lexer.c(680): error C2197: 'pp_lexer__create_buffer' : too many arguments for call through pointer-to-function

I also get an error that points to stdlib.h which I don't understand either.
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(368): error C2192: parameter '1' declaration different
pointing to
_CRTIMP void __cdecl perror(const char *);

Is this because of my trying to compile in as C code and clr trying to reference a new copy of stdlib.h or something?

My c++ is very rusty. Can anyone tell me what is wrong or what I can do to fix it? I was under the impression that /clr really didn't do that much.

TIA
QuestionInternet connection events? Pin
LukeV5-Oct-04 15:18
LukeV5-Oct-04 15:18 
AnswerRe: Internet connection events? Pin
Sujan Christo5-Oct-04 20:34
Sujan Christo5-Oct-04 20:34 
GeneralMy IP is unreachable Pin
hazem_hegazi5-Oct-04 13:09
hazem_hegazi5-Oct-04 13:09 
GeneralRe: My IP is unreachable Pin
ThatsAlok5-Oct-04 18:46
ThatsAlok5-Oct-04 18:46 
GeneralRe: My IP is unreachable Pin
Arsalan Malik5-Oct-04 19:13
Arsalan Malik5-Oct-04 19:13 
GeneralRe: My IP is unreachable Pin
2249175-Oct-04 20:37
2249175-Oct-04 20:37 
GeneralUsing the CWndFade class from article Pin
Anonymous5-Oct-04 12:41
Anonymous5-Oct-04 12:41 
GeneralRe: Using the CWndFade class from article Pin
Christian Graus5-Oct-04 13:35
protectorChristian Graus5-Oct-04 13:35 
GeneralSwitching TCHAR to UTF-8 Pin
SanShou5-Oct-04 12:13
SanShou5-Oct-04 12:13 
GeneralRe: Switching TCHAR to UTF-8 Pin
Michael Dunn5-Oct-04 13:38
sitebuilderMichael Dunn5-Oct-04 13:38 
GeneralVisual Studio 2003 Migration question. Pin
RickGavin5-Oct-04 11:47
RickGavin5-Oct-04 11:47 
GeneralRe: Visual Studio 2003 Migration question. Pin
Michael Dunn5-Oct-04 11:50
sitebuilderMichael Dunn5-Oct-04 11:50 
GeneralRe: Visual Studio 2003 Migration question. Pin
RickGavin5-Oct-04 12:31
RickGavin5-Oct-04 12:31 
QuestionSTL warnings??? Pin
Bob Stanneveld5-Oct-04 9:46
Bob Stanneveld5-Oct-04 9:46 
AnswerRe: STL warnings??? Pin
Joaquín M López Muñoz5-Oct-04 9:56
Joaquín M López Muñoz5-Oct-04 9:56 
GeneralRe: STL warnings??? Pin
John M. Drescher5-Oct-04 10:17
John M. Drescher5-Oct-04 10:17 
GeneralRemove Unused Resource Id's Pin
Ron Sanderson5-Oct-04 8:56
Ron Sanderson5-Oct-04 8:56 

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.