Click here to Skip to main content
15,921,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: compiling a dll for a vb app? Pin
l a u r e n9-Apr-02 1:16
l a u r e n9-Apr-02 1:16 
GeneralRe: compiling a dll for a vb app? Pin
markmyb9-Apr-02 2:06
markmyb9-Apr-02 2:06 
GeneralMsXML clone XMLDomDocument Pin
Braulio Dez9-Apr-02 0:24
Braulio Dez9-Apr-02 0:24 
GeneralRe: MsXML clone XMLDomDocument Pin
Christian Graus9-Apr-02 1:16
protectorChristian Graus9-Apr-02 1:16 
GeneralRe: MsXML clone XMLDomDocument Pin
Braulio Dez9-Apr-02 2:41
Braulio Dez9-Apr-02 2:41 
QuestionHow to send a byte to a hardware port in VC++ Pin
tuantin29-Apr-02 0:05
tuantin29-Apr-02 0:05 
AnswerRe: How to send a byte to a hardware port in VC++ Pin
Roger Allen9-Apr-02 1:15
Roger Allen9-Apr-02 1:15 
Generalmanaged code into unamanged Pin
Ignacio Varas8-Apr-02 23:53
Ignacio Varas8-Apr-02 23:53 
hi,
i posted a message yesterday but have not responses, and reading i thinks it's no well explained my doubt.

i have a managed class CNotificacionNet and unmanaged class CUNotificacionNet.

this is unmanaged code

#include "NotificacionNet.h"

class CUNotificacionNet : CFVNotificacion
{
public:
CUNotificacionNet(void);
~CUNotificacionNet(void);

sofianet::CNotificacionNet * m_pNotifiacion;

bool SetManagedNotifiacion(sofianet::CNotificacionNet*);
};


but when i build my project i recived this error:

c:\sofianet\UNotificacionNet.h(15): error C3265: cannot declare a managed 'm_pNotifiacion' in an unmanaged 'CUNotificacionNet'


any ideas to do it?

Thanks in advance

Salamanca 2002 Capital Cultural Europea, Visitala
GeneralString -> char* Pin
Chris Coote8-Apr-02 23:40
Chris Coote8-Apr-02 23:40 
QuestionCreating WMF files? Pin
ramjam8-Apr-02 23:44
ramjam8-Apr-02 23:44 
AnswerRe: Creating WMF files? Pin
Braulio Dez9-Apr-02 0:34
Braulio Dez9-Apr-02 0:34 
GeneralVirtual Serial Com Port Pin
GPShady8-Apr-02 23:29
GPShady8-Apr-02 23:29 
GeneralTypedef and more Pin
NicholasCougar8-Apr-02 23:13
NicholasCougar8-Apr-02 23:13 
GeneralRe: Typedef and more Pin
Christian Graus8-Apr-02 23:19
protectorChristian Graus8-Apr-02 23:19 
GeneralRe: Typedef and more Pin
Rickard Andersson208-Apr-02 23:22
Rickard Andersson208-Apr-02 23:22 
GeneralRe: Typedef and more Pin
Christian Graus8-Apr-02 23:25
protectorChristian Graus8-Apr-02 23:25 
GeneralRe: Typedef and more Pin
Rickard Andersson208-Apr-02 23:28
Rickard Andersson208-Apr-02 23:28 
GeneralRe: Typedef and more Pin
Roger Allen9-Apr-02 1:12
Roger Allen9-Apr-02 1:12 
GeneralRe: Typedef and more Pin
Rickard Andersson208-Apr-02 23:20
Rickard Andersson208-Apr-02 23:20 
GeneralRe: Typedef and more Pin
Lakitu8-Apr-02 23:24
Lakitu8-Apr-02 23:24 
GeneralRe: Typedef and more Pin
NicholasCougar9-Apr-02 16:19
NicholasCougar9-Apr-02 16:19 
GeneralCRYSTL32.OCX problem ! Pin
Hadi Rezaee8-Apr-02 23:04
Hadi Rezaee8-Apr-02 23:04 
GeneralRe: CRYSTL32.OCX problem ! Pin
l a u r e n9-Apr-02 0:56
l a u r e n9-Apr-02 0:56 
GeneralRe: CRYSTL32.OCX problem ! Pin
Hadi Rezaee9-Apr-02 4:00
Hadi Rezaee9-Apr-02 4:00 
GeneralRe: CRYSTL32.OCX problem ! Pin
Hadi Rezaee9-Apr-02 10:02
Hadi Rezaee9-Apr-02 10: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.