Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Call a function from an other View Pin
David Crow6-Dec-04 9:04
David Crow6-Dec-04 9:04 
GeneralRe: Call a function from an other View Pin
Schniddel6-Dec-04 9:41
Schniddel6-Dec-04 9:41 
GeneralRe: Call a function from an other View Pin
David Crow6-Dec-04 9:58
David Crow6-Dec-04 9:58 
GeneralRe: Call a function from an other View Pin
Schniddel6-Dec-04 10:13
Schniddel6-Dec-04 10:13 
GeneralRe: Call a function from an other View Pin
David Crow7-Dec-04 3:14
David Crow7-Dec-04 3:14 
GeneralRe: Call a function from an other View Pin
Schniddel7-Dec-04 4:11
Schniddel7-Dec-04 4:11 
GeneralRe: Call a function from an other View Pin
David Crow7-Dec-04 5:05
David Crow7-Dec-04 5:05 
General__delegate gives compiler error Pin
fishalot6-Dec-04 5:14
fishalot6-Dec-04 5:14 
This simple class gives a compiler error under Microsoft Visual C++ .NET (7.1.3088) ...
error C2653: 'n1System' : is not a class or namespace name
error C2143: syntax error : missing ',' before '*'

#pragma once
#using <mscorlib.dll>
using namespace System;

__gc class test
{
public:
__delegate int MyDelegate(String *str, Int32 *n1, Int32 *n2);
test(void);
~test(void);
};

but compiles fine with only one Int32 declared in the _delegate
__delegate int MyDelegate(String *str, Int32 *n1);


Any ideas?


Mike
GeneralRe: __delegate gives compiler error Pin
Prakash Nadar6-Dec-04 14:35
Prakash Nadar6-Dec-04 14:35 
GeneralRe: __delegate gives compiler error Pin
fishalot6-Dec-04 18:18
fishalot6-Dec-04 18:18 
GeneralRe: Creating a group box at runtime Pin
MarcoNedwig6-Dec-04 4:33
MarcoNedwig6-Dec-04 4:33 
GeneralGet IP of network printer Pin
sylvaine6-Dec-04 4:21
sylvaine6-Dec-04 4:21 
GeneralRe: Get IP of network printer Pin
David Crow6-Dec-04 4:33
David Crow6-Dec-04 4:33 
GeneralRe: Get IP of network printer Pin
sylvaine6-Dec-04 21:25
sylvaine6-Dec-04 21:25 
GeneralCreating a group box at runtime Pin
MarcoNedwig6-Dec-04 4:18
MarcoNedwig6-Dec-04 4:18 
GeneralRe: Creating a group box at runtime Pin
David Crow6-Dec-04 4:30
David Crow6-Dec-04 4:30 
GeneralCPictureHolder to CBitmap Pin
greekgoddj6-Dec-04 4:13
greekgoddj6-Dec-04 4:13 
GeneralRe: CPictureHolder to CBitmap Pin
PJ Arends6-Dec-04 8:24
professionalPJ Arends6-Dec-04 8:24 
GeneralLoadLibrary(&quot;FilePath.dll&quot;) Failed - The specified procedure could not ne found Pin
SKPATEL206-Dec-04 3:04
SKPATEL206-Dec-04 3:04 
GeneralRe: LoadLibrary(&quot;FilePath.dll&quot;) Failed - The specified procedure could not ne found Pin
David Crow6-Dec-04 3:24
David Crow6-Dec-04 3:24 
GeneralRe: LoadLibrary("FilePath.dll") Failed - The specified procedure could not ne found Pin
missdeborah26-Jan-12 12:15
missdeborah26-Jan-12 12:15 
GeneralUnmanaged DLL - Reading an XML File Pin
DavidWGriffin6-Dec-04 2:46
DavidWGriffin6-Dec-04 2:46 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
Steve S6-Dec-04 6:00
Steve S6-Dec-04 6:00 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
Anonymous7-Dec-04 9:35
Anonymous7-Dec-04 9:35 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
DavidWGriffin7-Dec-04 9:36
DavidWGriffin7-Dec-04 9:36 

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.