Click here to Skip to main content
15,916,527 members
Home / Discussions / COM
   

COM

 
GeneralQuery - ActiveX: Extend a MFC control Pin
The.Saint28-Mar-05 23:31
The.Saint28-Mar-05 23:31 
Generalvbscript calling ActiveX(MFC) control method fail Pin
theshuttle28-Mar-05 19:08
theshuttle28-Mar-05 19:08 
GeneralRe: vbscript calling ActiveX(MFC) control method fail Pin
MMansonFan2529-Mar-05 17:54
MMansonFan2529-Mar-05 17:54 
QuestionHow to Access properties of Control? Pin
ajalilqarshi28-Mar-05 19:01
ajalilqarshi28-Mar-05 19:01 
QuestionHow to register a component? Pin
liuyue28-Mar-05 16:50
liuyue28-Mar-05 16:50 
AnswerRe: How to register a component? Pin
ThatsAlok28-Mar-05 22:03
ThatsAlok28-Mar-05 22:03 
AnswerRe: How to register a component? Pin
MMansonFan2529-Mar-05 18:01
MMansonFan2529-Mar-05 18:01 
GeneralCSocket & critical sections under IIS 6 Pin
Sorin28-Mar-05 15:43
Sorin28-Mar-05 15:43 
Hello,

I've developed a COM object which is using a CSocket object to connect to a server. I'm using this COM object from an ASP page.
The functionality is quite simple:
- enter a critical section
- create a socket and talk to a server
- exit critical section

Using the debug build of my COM object the execution is hanging when attempting to enter the critical section (probably not hanging but just waiting for the critical section to get released - which is strange because no other process/thread is in that critical section).
Using the release build of the COM object, the execution passes ok the critical section statement but it throws an exception when creating the CSocket object (oSocket.Create() function).
The exception message is "Out of memory".
I suppose here is because of some security restriction or something.

The same COM object is working fine (both debug and release builds) under IIS 5 (Windows 2000) or IIS 5.1 (XP).

Any help would be greately approciated
Sorin

Generalmutithreading in com Pin
satishrg27-Mar-05 17:08
satishrg27-Mar-05 17:08 
GeneralIMAGES TO MOVIE file Pin
Emiliano27-Mar-05 14:16
Emiliano27-Mar-05 14:16 
GeneralConsuming .NET events in unmanaged code Pin
ischen_s127-Mar-05 5:02
ischen_s127-Mar-05 5:02 
Generalautocad and VB Pin
everzwijn227-Mar-05 4:40
everzwijn227-Mar-05 4:40 
GeneralRe: autocad and VB Pin
mlatimer29-Mar-05 8:38
mlatimer29-Mar-05 8:38 
GeneralRe: autocad and VB Pin
everzwijn230-Mar-05 6:34
everzwijn230-Mar-05 6:34 
GeneralRe: autocad and VB Pin
mlatimer30-Mar-05 18:53
mlatimer30-Mar-05 18:53 
GeneralRe: autocad and VB Pin
everzwijn231-Mar-05 10:10
everzwijn231-Mar-05 10:10 
GeneralRe: autocad and VB Pin
mlatimer31-Mar-05 10:14
mlatimer31-Mar-05 10:14 
GeneralRe: autocad and VB Pin
everzwijn231-Mar-05 10:22
everzwijn231-Mar-05 10:22 
GeneralRe: autocad and VB Pin
everzwijn231-Mar-05 10:47
everzwijn231-Mar-05 10:47 
GeneralRe: autocad and VB Pin
everzwijn231-Mar-05 11:05
everzwijn231-Mar-05 11:05 
GeneralRe: autocad and VB Pin
everzwijn231-Mar-05 11:11
everzwijn231-Mar-05 11:11 
GeneralRe: autocad and VB Pin
everzwijn21-Apr-05 7:06
everzwijn21-Apr-05 7:06 
GeneralEvent Threading Pin
zx2c426-Mar-05 16:30
zx2c426-Mar-05 16:30 
GeneralExplorer Tree view events Pin
khan++25-Mar-05 19:55
khan++25-Mar-05 19:55 
GeneralRe: Explorer Tree view events Pin
khan++28-Mar-05 18:48
khan++28-Mar-05 18:48 

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.