Click here to Skip to main content
15,911,524 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: string formatting Pin
Jörgen Sigvardsson26-Aug-05 22:37
Jörgen Sigvardsson26-Aug-05 22:37 
QuestionHow to make a WTL Window splitter act like a cross. Pin
ioctl5126-Aug-05 2:10
ioctl5126-Aug-05 2:10 
GeneralRe: How to make a WTL Window splitter act like a cross. Pin
Jörgen Sigvardsson26-Aug-05 9:47
Jörgen Sigvardsson26-Aug-05 9:47 
QuestionWhy Error ? Pin
Thangnc25-Aug-05 18:05
Thangnc25-Aug-05 18:05 
AnswerRe: Why Error ? Pin
toxcct25-Aug-05 23:13
toxcct25-Aug-05 23:13 
GeneralRe: Why Error ? Pin
Jörgen Sigvardsson26-Aug-05 9:42
Jörgen Sigvardsson26-Aug-05 9:42 
GeneralRe: Why Error ? Pin
toxcct28-Aug-05 20:26
toxcct28-Aug-05 20:26 
QuestionI want created a file DLL by ATL ? Pin
Thangnc23-Aug-05 23:00
Thangnc23-Aug-05 23:00 
I created project Client/Server by ATL export file Adsoft.DLL.
But Build to appear any error.
MySocket.obj : error LNK2001: unresolved external symbol __imp__socket@12
Debug/AdSoftClientDLL.dll : fatal error LNK1120: 1 unresolved externals
//Adsoft.idl
[id(1), helpstring("method Get")] HRESULT SetPort();
//Adsoft.cpp
STDMETHODIMP CMySocket::SetPort()
{
// TODO: Add your implementation code here
SOCKET m_str;
m_str=socket(AF_INET,SOCK_STREAM,0);// error when to call function a here
if(!m_str)Messabox(NULL,"ERROR !!!","?????",MB_OK)
return S_OK;
}
if can you send back to give me a example
Thanks All !
AnswerRe: I want created a file DLL by ATL ? Pin
Steve S23-Aug-05 23:45
Steve S23-Aug-05 23:45 
GeneralRe: I want created a file DLL by ATL ? Pin
Thangnc24-Aug-05 0:18
Thangnc24-Aug-05 0:18 
GeneralRe: I want created a file DLL by ATL ? Pin
Steve S24-Aug-05 2:26
Steve S24-Aug-05 2:26 
GeneralRe: I want created a file DLL by ATL ? Pin
Thangnc24-Aug-05 15:36
Thangnc24-Aug-05 15:36 
GeneralArticle for STL Pin
BicycleTheif22-Aug-05 18:10
BicycleTheif22-Aug-05 18:10 
GeneralRe: Article for STL Pin
toxcct22-Aug-05 20:20
toxcct22-Aug-05 20:20 
GeneralRe: Article for STL Pin
ThatsAlok22-Aug-05 20:39
ThatsAlok22-Aug-05 20:39 
GeneralRe: Article for STL Pin
toxcct22-Aug-05 20:49
toxcct22-Aug-05 20:49 
GeneralRe: Article for STL Pin
ThatsAlok22-Aug-05 22:37
ThatsAlok22-Aug-05 22:37 
GeneralRe: Article for STL Pin
toxcct22-Aug-05 22:45
toxcct22-Aug-05 22:45 
GeneralRe: Article for STL Pin
ThatsAlok23-Aug-05 0:59
ThatsAlok23-Aug-05 0:59 
GeneralRe: Article for STL Pin
toxcct23-Aug-05 1:04
toxcct23-Aug-05 1:04 
GeneralRe: Article for STL Pin
Cedric Moonen23-Aug-05 1:55
Cedric Moonen23-Aug-05 1:55 
GeneralRe: Article for STL Pin
toxcct23-Aug-05 2:36
toxcct23-Aug-05 2:36 
GeneralRe: Article for STL Pin
ThatsAlok23-Aug-05 3:11
ThatsAlok23-Aug-05 3:11 
QuestionDeciding STL list element type at runtime? Pin
johtib21-Aug-05 20:15
johtib21-Aug-05 20:15 
AnswerRe: Deciding STL list element type at runtime? Pin
toxcct21-Aug-05 22:56
toxcct21-Aug-05 22: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.