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

C / C++ / MFC

 
AnswerRe: Client /Server application with VPN connection Pin
22491715-Mar-10 13:54
22491715-Mar-10 13:54 
AnswerRe: Client /Server application with VPN connection [modified] Pin
Moak16-Mar-10 0:04
Moak16-Mar-10 0:04 
GeneralRe: Client /Server application with VPN connection Pin
Bugslayer118-Mar-10 10:15
Bugslayer118-Mar-10 10:15 
GeneralRe: Client /Server application with VPN connection [modified] Pin
Moak18-Mar-10 11:38
Moak18-Mar-10 11:38 
QuestionIOCP C++ Example Help Pin
LouisLewis15-Mar-10 9:05
LouisLewis15-Mar-10 9:05 
AnswerRe: IOCP C++ Example Help Pin
Richard MacCutchan15-Mar-10 9:54
mveRichard MacCutchan15-Mar-10 9:54 
GeneralRe: IOCP C++ Example Help Pin
LouisLewis15-Mar-10 10:15
LouisLewis15-Mar-10 10:15 
QuestionAccessing a application defined DLL from sibling DLL gets no contructor available error C2512 (VC6.0). Pin
Vaclav_15-Mar-10 8:16
Vaclav_15-Mar-10 8:16 
I have successfully constructed my main application using DLLs.
Now I want to access one sibling DLL from another DLL.
I can compile and link using forward declaration of sibling class:
class OpenHR__DLL_Tabs_COM_;

However, when attempting to allocate memory for the class

pSecondaryTab = new OpenHR__DLL_Tabs_COM_();

I get error C2512: ...' : no appropriate default constructor available.
The DLL of interest can be used by the main application without a hitch.
Any constructive help as always is appreciated.
Thanks
Vaclav
AnswerRe: Accessing a application defined DLL from sibling DLL gets no contructor available error C2512 (VC6.0). Pin
Eugen Podsypalnikov15-Mar-10 9:13
Eugen Podsypalnikov15-Mar-10 9:13 
GeneralClass definition - addendum Pin
Vaclav_15-Mar-10 12:16
Vaclav_15-Mar-10 12:16 
GeneralRe: Class definition - addendum Pin
Eugen Podsypalnikov15-Mar-10 20:42
Eugen Podsypalnikov15-Mar-10 20:42 
GeneralRe: Class definition - addendum Pin
Vaclav_16-Mar-10 4:31
Vaclav_16-Mar-10 4:31 
GeneralRe: Class definition - addendum [modified] Pin
Eugen Podsypalnikov16-Mar-10 4:36
Eugen Podsypalnikov16-Mar-10 4:36 
GeneralRe: Class definition - addendum Pin
Avi Berger16-Mar-10 7:15
Avi Berger16-Mar-10 7:15 
AnswerRe: Accessing a application defined DLL from sibling DLL gets no contructor available error C2512 (VC6.0). Pin
Avi Berger15-Mar-10 16:16
Avi Berger15-Mar-10 16:16 
GeneralRe: Accessing a application defined DLL from sibling DLL gets no contructor available error C2512 (VC6.0). Pin
Vaclav_15-Mar-10 17:12
Vaclav_15-Mar-10 17:12 
GeneralRe: Accessing a application defined DLL from sibling DLL gets no contructor available error C2512 (VC6.0). Pin
Avi Berger16-Mar-10 7:00
Avi Berger16-Mar-10 7:00 
QuestionFile Type Extensions Pin
maycockt15-Mar-10 6:46
maycockt15-Mar-10 6:46 
QuestionRe: File Type Extensions Pin
David Crow15-Mar-10 7:55
David Crow15-Mar-10 7:55 
AnswerRe: File Type Extensions Pin
maycockt16-Mar-10 3:45
maycockt16-Mar-10 3:45 
QuestionRe: File Type Extensions Pin
David Crow16-Mar-10 3:49
David Crow16-Mar-10 3:49 
AnswerRe: File Type Extensions Pin
ThatsAlok16-Mar-10 0:40
ThatsAlok16-Mar-10 0:40 
AnswerRe: File Type Extensions Pin
maycockt16-Mar-10 4:06
maycockt16-Mar-10 4:06 
AnswerRe: File Type Extensions Pin
Avi Berger16-Mar-10 5:13
Avi Berger16-Mar-10 5:13 
Questionhow to read data from wav file and use of fft Pin
arvindrawat11115-Mar-10 4:43
arvindrawat11115-Mar-10 4:43 

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.