Click here to Skip to main content
15,894,180 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP17-Apr-09 19:44
Rajeesh MP17-Apr-09 19:44 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson17-Apr-09 21:22
professionalStuart Dootson17-Apr-09 21:22 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP18-Apr-09 0:50
Rajeesh MP18-Apr-09 0:50 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson18-Apr-09 1:19
professionalStuart Dootson18-Apr-09 1:19 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP21-Apr-09 0:59
Rajeesh MP21-Apr-09 0:59 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson21-Apr-09 2:00
professionalStuart Dootson21-Apr-09 2:00 
GeneralRe: convertion vc6 to dotnet2008 [modified] Pin
Rajeesh MP21-Apr-09 18:10
Rajeesh MP21-Apr-09 18:10 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson21-Apr-09 22:03
professionalStuart Dootson21-Apr-09 22:03 
Rajeesh MP wrote:
NO...directly i m adding ABCD.cpp and ABCD.h file


OK - finally, I think I'm clear on why you're having these problems Smile | :)

So...let me tell you what I've done and let's see if that helps.

I first created an ActiveX project called "ax-ctrl", with a simple ActiveX object called "test". That built fine. It contained files test.h and test.cpp (for the object) and axctrl_i.c and axctrl_i.h (for the ActiveX library).

I then created another ActiveX project called "ax-copy" and added test.cpp and test.h to that without moving them from the existing project. When I built that project, it complained about missing symbols like this:

3>test.obj : error LNK2001: unresolved external symbol _IID_Itest
3>test.obj : error LNK2001: unresolved external symbol _LIBID_axctrlLib


I then added axctrl_i.c to the ax-copy project and (after telling it not to use precompiled headers) it worked fine.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP22-Apr-09 18:23
Rajeesh MP22-Apr-09 18:23 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP22-Apr-09 19:05
Rajeesh MP22-Apr-09 19:05 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson22-Apr-09 21:15
professionalStuart Dootson22-Apr-09 21:15 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson22-Apr-09 21:00
professionalStuart Dootson22-Apr-09 21:00 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP23-Apr-09 19:36
Rajeesh MP23-Apr-09 19:36 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson23-Apr-09 21:16
professionalStuart Dootson23-Apr-09 21:16 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP24-Apr-09 0:40
Rajeesh MP24-Apr-09 0:40 
GeneralRe: convertion vc6 to dotnet2008 Pin
rana ray27-Apr-09 2:58
rana ray27-Apr-09 2:58 
QuestionDebuge the COM(ATL) [modified] Pin
anzhiyue16-Apr-09 15:00
anzhiyue16-Apr-09 15:00 
AnswerRe: Debuge the COM(ATL) Pin
Stuart Dootson16-Apr-09 20:40
professionalStuart Dootson16-Apr-09 20:40 
QuestionActiveX [modified] Pin
siva45515-Apr-09 23:16
siva45515-Apr-09 23:16 
QuestionSTL vector, search for a sequence Pin
kaminem13-Apr-09 22:16
kaminem13-Apr-09 22:16 
AnswerRe: STL vector, search for a sequence Pin
Stuart Dootson14-Apr-09 22:46
professionalStuart Dootson14-Apr-09 22:46 
AnswerRe: STL vector, search for a sequence Pin
Stephen Hewitt15-Apr-09 0:58
Stephen Hewitt15-Apr-09 0:58 
GeneralRe: STL vector, search for a sequence Pin
Stuart Dootson16-Apr-09 20:34
professionalStuart Dootson16-Apr-09 20:34 
GeneralRe: STL vector, search for a sequence Pin
Stephen Hewitt19-Apr-09 4:43
Stephen Hewitt19-Apr-09 4:43 
QuestionAtlAxAttachControl - An outgoing call cannot be made since the application is dispatching an input-synchronous call. Pin
bfoo759-Apr-09 13:19
bfoo759-Apr-09 13:19 

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.